• I am having problems getting the right table to align properly using CSS in IE. it works fine in Firefox though.

    http://www.iggyandbella.com

    This is the CSS code used for the sidebar:

    #menu {
    width: 190px;
    float: right;
    padding-top: 1px; padding-bottom: 1px; padding-left: 1px; padding-right: 1px; text-align:left;
    }

    #nav {
    padding-left: 10px;

    Any help would be appreciated.

    Thanks,

    W

Viewing 5 replies - 1 through 5 (of 5 total)
  • Try playing around with your widths for the two containers content and menu.

    Often such CSS problems are due to browser in-compatibility in terms of how padding is used.

    My view is that your menu container is a bit too wide padding included and thats what is pushing the sidebar down ..

    Thread Starter wolfe

    (@wolfe)

    I removed the padding and made the column narrower and still have the same issue.

    Thread Starter wolfe

    (@wolfe)

    Fixed it.

    dude, there are dogs on this site!

    Can you post what you did to rectify your problem in case someone else has the same issue?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Problem with CSS formatting in IE. Works fine in Firefox’ is closed to new replies.