|
Posted by Neredbojias on 08/01/07 19:46
Well bust mah britches and call me cheeky, on Wed, 01 Aug 2007 07:21:54
GMT test2000 scribed:
> Hello
>
> I have the following code
>
> <div id="Page" style="width: 300px;">
> <div id="map" style="width: 280px;">...</div>
> <div id="HiddenMenu" style="width: 20px;"> ... </div>
> </div>
>
> CSS definition for DIV "map" --> float: left;
>
> in the DIV "HiddenMenu" is a table which is exactly 20px wide.
>
> Unfortunately the DIV "HiddenMenu" is shown under the DIV "map", not
> to the right as desired. This problems only occures in IE6 and lower,
> not in IE7 or Firefox.
>
> I increased the width of DIV "Page", to 301 and 302. Nothing happened.
> But with a value of 303 the DIV "HiddenMenu" is shown on the right
> side. But now DIV "Page" is 303 wide and there is a gap of 3 pixel
> between the DIV "map" and "HiddenMenu"
>
> Here is the link to the HTML file:
> http://vueltaa.awardspace.com/problem.html
>
> I read about the Box Model Hack. But these doesn't bring a solution as
> my margin and padding are both zero.
>
> Does anyone have a hint as were to look for a solution for this
> problem?
>
> Any help is greatly appreciated.
I copied your markup and the 2nd div is under the first in _all_ browsers
I tried.
--
Neredbojias
Half lies are worth twice as much as whole lies.
Navigation:
[Reply to this message]
|