Viewing 2 replies - 1 through 2 (of 2 total)
  • adding

    #header DIV.content ul li {
    display:block;
    }

    should be enough to get them going down.
    note this will probably affect all content lists on all pages

    your DIV structure / ID naming is kind of weird. Normally #header would only contain the banner/navigation part of the site. In your case #header holds everything including the content. All of your list items are being styled by #header LI the way you’d might do it for header navigation elements.

    Thread Starter hbalagh

    (@hbalagh)

    thanks, for the help…

    Yea i know its a lil tricky i “borrowed” alot of my styling from another website and changed it to fit my needs

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Need CSS help’ is closed to new replies.