Click to See Complete Forum and Search --> : Css content layout not working


homeboy
06-20-2005, 05:12 AM
Can you please look at my page
http://members.cox.net/19kash88/sd/index.html?

Tell me what i am doing wrong in my css or my html page?

I really need this fix and i am getting really frustrated.

I am trying to this put of the text "June 8, 2005
We just recently redesigned the entire website" under the header of Website Update. Same for the other part.

Why is my navigation, poll, and search box push all the way down?

Please help.

Thanks

the tree
06-20-2005, 05:22 AM
for textheader, replace float with:clear: both;
text-align: right;You really shouldn't be using id's more than once. In this case you can mark them up as second level headers (<h2>) and in other cases, use classes if you want the same style applied to multiple elements.
Not sure about your navigation boxes, I might come back and try later.