Göldi wrote:

> http://allesneumachtdermai.wallisellerlauf.ch/

> Is the order of the tags relevant when positioning some of them 
> "absolute"?

In IE6/7, yes. Old IE is buggy :-)

You can fix IE6/7 by adding a <br /> between top_menu and breadcrumb...

</div>
<br />
<div id="breadcrumb">

...with the following br styling...

br {line-height: 0;}

That'll give old IE something to line the breadcrumb margin up against,
without disturbing better browsers.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
css-discuss [[email protected]]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to