HighDots Forums  

unexpected gap but only in IE

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss unexpected gap but only in IE in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Jivanmukta
 
Posts: n/a

Default unexpected gap but only in IE - 02-05-2009 , 12:22 PM






Hello,
I created website www.wentylacja-strumieniowa.com.pl. The problem is
unexpected gap between horizontal menu and main blue box on http://
www.wentylacja-strumieniowa.com.pl/About.html. The problem occurs only in
Internet Explorer, in other popular browser it is OK.
Please help to correct CSS.

Reply With Quote
  #2  
Old   
dorayme
 
Posts: n/a

Default Re: unexpected gap but only in IE - 02-05-2009 , 04:08 PM






In article <gmf77t$t62$1 (AT) node1 (DOT) news.atman.pl>,
Jivanmukta <jivanmukta (AT) poczta (DOT) onet.pl> wrote:

Quote:
Hello,
I created website www.wentylacja-strumieniowa.com.pl. The problem is
unexpected gap between horizontal menu and main blue box on http://
www.wentylacja-strumieniowa.com.pl/About.html. The problem occurs only in
Internet Explorer, in other popular browser it is OK.
Please help to correct CSS.
You have

#Menu
{
....
width: 780px;
....
}

but

#All
{
width: 777px;
....
}

IE 7 does not like this, it blusters in a confident way to look decisive
but it simply puts in a gap to cope.

To get the more or less exact same look as in FF, you will need to tweak
further with a conditional for IE's eyes only.

--
dorayme


Reply With Quote
Reply




Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.