Viewing 2 replies - 1 through 2 (of 2 total)
  • try this:

    #main {
    margin-left:auto;
    margin-right:auto;
    width:960px;
    margin-top: -20px;
    }

    This looked ok in FF using Firebug, but beyond that… some testing will be in order.

    Hi

    You need to float your #nav div left. What is happening is the browser is leaving room for the dropdown list items even when they are not visible. Floating the #nav fixes that.

    Doing so will throw the #Nav left margin off – including #nav within #banner-wrapper will correct that.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Get rid of margin?’ is closed to new replies.