Guyz I'm just new to the forums and I'm just a noobie when it comes to CSS. I have a query about positioning. http://i53.tinypic.com/29vjvj6.jpg I don't know how to get the "Header" below the links because the list is floated to the left. Any tips please?
Looks like you want to put the header at the top, then place the title as a paragraph inside the header element and style the paragraph with css. Does that make sense?
I'm assuming that you're floating individual <li>s and the header below isn't clearing the float. If that's the case, use "clear:left" on the header element.
Thanks for the replies bob tobeeornot thomas. I know that i should be figuring this out by my self but i really appreciate the help. This is from a psd file so i actually cropped the title logo. but it seems i dont know how to put the header below the na links because if floated it to the left. Here is the code i am using.
@Thomas you got it. I tried clear:left and it worked. Thanks a lot! Actually i'm using two container tags because I don't know what to do with the background image of the header. The circular shine light is just too big so I cropped the whole picture and created a container different from the body. Can anyone also comment if what I'm doin is correct?
I don't know how to get the "Header" below the links because the list is floated to the left. Any tips please?
Looking at your picture though, I think this is just a html thing.. just put the header div below the navigation list, something like this?
Actually i'm using two container tags because I don't know what to do with the background image of the header. The circular shine light is just too big so I cropped the whole picture and created a container different from the body. Can anyone also comment if what I'm doin is correct?