Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
spacing problem between logo and nav in IE
Old 10-10-2008, 01: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
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
dange is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 10-10-2008, 01:28 PM Re: spacing problem between logo and nav in IE
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
What VERSION of IE ? It looks fine in IE6.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 10-10-2008, 04: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
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
dange is offline
Reply With Quote
View Public Profile
 
Old 10-10-2008, 04:45 PM Re: spacing problem between logo and nav in IE
LadynRed's Avatar
Defies a Status

Posts: 10,016
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 !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Old 10-12-2008, 07: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, 09:16 PM Re: spacing problem between logo and nav in IE
LadynRed's Avatar
Defies a Status

Posts: 10,016
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 !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

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.37676 seconds with 12 queries