CSS is something i'm not real good at specially mixed in with wp I need someoen to look at my page here http://www.heathersblog.com/links/ where it should be list and tell me what exactly i need to put in my css file to make the list go down as it should
zeniph
Member
Posted 10 months ago #
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.
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