• hi at all, first excuse me for my bad english, I have a problem with the css widget of this site: https://www.endurodoc.net , i would separate widget of 10-20px and put at the bottom of every widget an image that you can see at the bottom of the last widget.
    How can I do this?

    kikko088

Viewing 11 replies - 1 through 11 (of 11 total)
  • Try adding the following to the bottom of your stylesheet:

    #sidebar .widget {
    padding-bottom:20px;
    background:url(path_to/images.jpg) no-repeat bottom center;
    }

    Sorry. I tried but your code is a mess.
    Too tired to look through that now. Maybe someone else will do the trick.

    Thread Starter kikko088

    (@kikko088)

    It’s perfect!thank you very much!
    only a little question now how can i remove the 1-2px of border at the left and right of the images?

    What images? There aren’t any on the horizontal bar images at the bottom of each widget.

    Thread Starter kikko088

    (@kikko088)

    look this image, so you can understand (my english is vary bad ?? ) https://www.endurodoc.net/Immagine.bmp

    Try editing style.css (line 502) and changiong:

    #sidebar ul li ul li {
    background:#272727 none repeat scroll 0 0;
    border-color:-moz-use-text-color #090909;
    border-style:none solid;
    border-width:0 1px;
    display:block;
    float:left;
    margin-bottom:0;
    width:298px;
    }

    to

    #sidebar ul li ul li {
    background:#272727 none repeat scroll 0 0;
    display:block;
    float:left;
    margin-bottom:0;
    width:298px;
    }
    Thread Starter kikko088

    (@kikko088)

    in this mode i remove all the border…i want to remove only the border in excess

    It’s a 1px border. You can’t reduce it any further. Only remove it.

    Thread Starter kikko088

    (@kikko088)

    ok tank you….:D
    the last question…for you why my menu with ff is ok, with ie is ok while with safari4 the tab “officina” go out of the screen (one big line instead 2 line)?

    If you are having cross-browser display problems, you may want to start by validating your site.

    Thread Starter kikko088

    (@kikko088)

    hi, I correct a lot of error but I’m stopping with this that I don’t understand how can I correct it

    Error Line 144, Column 27: document type does not allow element “div” here; assuming missing “li” start-tag

    <div class=”navi”>

    can you help me?

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘css widget’ is closed to new replies.