CSS, HTML issue. How would I get the main body of the document to be a certain way down from the top?

Posted by orano10000 on Stack Overflow See other posts from Stack Overflow or by orano10000
Published on 2012-07-07T20:54:01Z Indexed on 2012/07/07 21:15 UTC
Read the original article Hit count: 152

Filed under:
|
|
|
|

Basically I have a navbar and a title, that both have the properties, position: fixed; top: (VALUE I INSERTED); My problem is that obviously when I write the main body of the document the text is underneath the title/navbar. I need to get the text to be underneath the title and navbar, but without it having a fixed position. If any more information with code is needed, just comment saying so. Thanks in advance.

© Stack Overflow or respective owner

Related posts about html

Related posts about css