Hi all,
Hopefully someone can help :/
I have been designing / coding a website recently. However I have been having a problem with division positioning and I just cant seem to get to the bottom of it and its beginning to frustrate me :@
Basically I have the following divs -
navigation - obviously for navigation
then divs named one, two, three and four.
The navigation div has a width of 100% while the other four divs have a width of about 900px or so (for now, will be altering it late more than likely) and the divs are positioned in the centre.
With the nav bar I have it set so if I click a link the nav bar is fixed position, so the page scrolls so to speak but the nav is always visible, done using jquery.
I am trying to get division 1 to appear below the nav bar however a bit of the top of the box is appearing under the navigation bar.
I cant for the life of me get it to appear below the nav bar :/
Hopefully that makes sense :/


LinkBack URL
About LinkBacks

Reply With Quote
). This tells the browser that the html tag is the root of the document - modern browsers seem to assume that they need to add an anonymous root element if the page doesn't have a doctype
) and it didnt work.
