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