I can't see you problem on the left hand nav but there are a few different things that may help you fix this, these should be on you element in css:
.header {
border: 0px;
padding: 0px;
margin: 0px;
line-height: Xem;
}
You can just mess around with the line height X number until you get it right.
I have helped someone else out before with this problem before, here is the link http://www.daniweb.com/techtalkforums/post297370.html
hope this helps
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
Sorry, I didn't intend you to add the class header that was just an example, let me know if you still need help.
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
The problem is that IE does things differently than other browsers. If the page displays correctly on IE, it usually glumps up on other browsers. If it works on other browsers, it does something weird on IE.
As an example, the width style is supposed to include the padding and margins, so the total width the object occupies is counted. But IE excludes the padding and margins, so the object takes up more space than the declared width indicates. So when I make a page which shows two equally-wide columns, IE displays them as unequal, makes them too wide and adds a scroll bar, or puts one column above the other in single column form.
Something tells me that Microsift does it on purpose. Since most developers use IE to test their work, it will look like the other browsers are the ones which malfunction. But the other browsers are the ones following the standard.
I code with Firefox and Netscape, then check to see that IE doesn't mess it up too badly. If IE is going to mess up a little, I just let it, just to show how goofy IE is.
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182
I just let it, just to show how goofy IE is.
You say that but it does exactly the opposite like you said early on in your post, it makes the other browsers look bad.
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
You say that but it does exactly the opposite like you said early on in your post, it makes the other browsers look bad.
I write the code standard, so the real culprit looks bad.
MidiMagic
Nearly a Senior Poster
3,319 posts since Jan 2007
Reputation Points: 730
Solved Threads: 182
I think the easiest way to make your site look good is to use both browser for testing. Or even use the ff plugin ie tab. Anyway the idea of web design isn't to make your site look bad, because most people who use the web will thinks it is your website that looks bad not the browser that is making it look bad.
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15
Mm. IE is used by (maybe not most, but) a huuuuge subset of Internet users. I know for a fact that many of these users are either casual, very busy, or just unbothered by standards because the Internet works for them.
These people make up a sizeable chunk of the real 'consumers' on the Internet, and they're definately worth targetting.
IE7 seems alot more correct when it comes to rendering. It's a horrific interface though.
MattEvans
Veteran Poster
1,386 posts since Jul 2006
Reputation Points: 522
Solved Threads: 64
roryt
Nearly a Posting Virtuoso
1,286 posts since Oct 2005
Reputation Points: 178
Solved Threads: 15