Viewing 3 replies - 1 through 3 (of 3 total)
  • Open up the Editor page in your Dashboard under the Appearance menu. Click on the style.css link on the right hand side of the screen.

    In the style.css file, look for the following line of code.

    DIV.menu LI {
        margin-right: 7px;
        float: right;
        position: relative;
    }

    Add in some width so that it looks like

    DIV.menu LI {
        margin-right: 7px;
        float: right;
        position: relative;
        width: 60px;
    }

    That should fix things, if not let me know.

    Thread Starter titous09

    (@titous09)

    hi jarretc,

    yep, that seems to have fixed things, however now i’d like to fine tune the spacing. you see, the navigation menus (travel, portraits, clients) have a weird spacing between them. how can i have all the navigation menus be aligned under Photo CS, LLC and be spaced apart evenly?

    furthermore, i checked my website on IE v6, and the popup menu isn’t even coming up… is there an easy way to fix this?

    After looking at the source code for the site the HTML makes no sense to me as to why it is coded like it is, which means it would be too much work and hassle for me to do this.

    As far as IE6 goes, don’t worry about it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘IE v7 allignment problem’ is closed to new replies.