Shoutbox

IE layout - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: IE layout (/showthread.php?tid=90934)

IE layout by Reaper on 06-04-2009 at 08:46 PM

I'm in the process of making my site. It's almost done, but I have found an issue with IE7.

The navigation and the footer are not aligned properly. What is the cause of that?

It is fine in IE8, FF and Chrome.

www.purgatoryarts.com/test.php


RE: IE layout by NanaFreak on 06-04-2009 at 09:05 PM

could it be because you have no widths or margins set with the #navi ?


RE: IE layout by stoshrocket on 06-04-2009 at 10:07 PM

Try this, in the css style sheet, lines 125-127:

CSS code:
ul#navi {
    margin-left:0px;
    }

Fixes for IE tab for firefox, which displays the same as IE 7 as far as I have tested it.
RE: IE layout by Reaper on 06-08-2009 at 12:52 PM

quote:
Originally posted by stoshrocket
Try this, in the css style sheet, lines 125-127:
CSS code:
ul#navi {
    margin-left:0px;
    }

Fixes for IE tab for firefox, which displays the same as IE 7 as far as I have tested it.
Thanks, works perfectly.
RE: IE layout by stoshrocket on 06-08-2009 at 02:00 PM

quote:
Originally posted by Reaper
quote:
Originally posted by stoshrocket
Try this, in the css style sheet, lines 125-127:
CSS code:
ul#navi {
    margin-left:0px;
    }

Fixes for IE tab for firefox, which displays the same as IE 7 as far as I have tested it.
Thanks, works perfectly.
No problemo (y)