Reply
spacing problem between logo and nav in IE
Old 10-10-2008, 12:54 AM spacing problem between logo and nav in IE
dange's Avatar
Experienced Talker

Posts: 30
Location: Pittsburgh, PA
Trades: 0
spacing issue with IE looks fine in firefox.

http://chrishornak.com - notice the header spacing in firefox is quiet small between the logo and the nav but in IE the spacing is huge.

/style.css for the stylesheet.

Thanks
dange is offline
Reply With Quote
View Public Profile
 
 
When You Register, These Ads Go Away!
Old 10-10-2008, 12:28 PM Re: spacing problem between logo and nav in IE
LadynRed's Avatar
Super Moderator

Posts: 9,036
Location: Tennessee
Trades: 0
What VERSION of IE ? It looks fine in IE6.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 10-10-2008, 03:23 PM Re: spacing problem between logo and nav in IE
dange's Avatar
Experienced Talker

Posts: 30
Location: Pittsburgh, PA
Trades: 0
IE 7 and 8
dange is offline
Reply With Quote
View Public Profile
 
Old 10-10-2008, 03:45 PM Re: spacing problem between logo and nav in IE
LadynRed's Avatar
Super Moderator

Posts: 9,036
Location: Tennessee
Trades: 0
IE8 is in beta, so you're not going to get consistent results with it. You could 'fix' it today, and when the final version comes out, it'll break. If it's working properly in Firefox, then when IE8 is finally released, since its supposed to be standards compliant, it should be exactly like FF.

IE7 is another matter, it has a few bugs left.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Old 10-12-2008, 06:56 PM Re: spacing problem between logo and nav in IE
Experienced Talker

Posts: 34
Trades: 0
It all depends on how you doing your code. Are you placing the image in with your source code or are you linking your image in with your css from another page? If you are placing the image in with your source code put this piece of code at the end of your img tag: style="display: block". This will eliminate your issue in IE 7. I use it all the time. If you are linking the image from your css then you will need to make sure you body tag has an element of margin: 0; and padding: 0;. This will get rid of the spacing as well. You can take it a step further by using this which basically resets all browsers:

* {
margin: 0;
padding: 0;
}

Kind Regards,

Brannon
http://www.godboyweb.com
pingeyeg is offline
Reply With Quote
View Public Profile
 
Old 10-12-2008, 08:16 PM Re: spacing problem between logo and nav in IE
LadynRed's Avatar
Super Moderator

Posts: 9,036
Location: Tennessee
Trades: 0
I looked at in IE7, it looks the same as Firefox too. The "learn" page has another problem though.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday"
Carolina Corvette Club
LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to spacing problem between logo and nav in IE
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.09709 seconds with 13 queries