Hello,

IE6 doesn't like empty DIVs. It computes it's size as if there was a 
space character in it.

You have the following in your code:
<DIV id=phoneBar></DIV>

Replace it with:
<DIV id=phoneBar><!-- --></DIV>

...and everything should be fine.

Best Regards,

Christian
*Directmedia Publishing GmbH* · Möckernstraße 68 · 10965 Berlin
www.digitale-bibliothek.de
AG Berlin-Charlottenburg · HR B 58002 · USt.Id. DE173211737
Geschäftsführer: Ralf Szymanski · Erwin Jurschitza


Andrew Frazier schrieb:
> On this page:
>
> www.milesquarefabricstudio.com/broken.php
>
> IE6 shows a gap between the divs that hold the grey/black band and the one  
> below with the orange background.
>
> In all the browsers I've tested in (Opera 9.5, IE7, Firefox 2, Firefox 3b,  
> Webkit) it works as I intended with no gap.
>
> This is a problem i've not encountered before and I presume is due in some  
> way to the nested divs that I have had to use to make the design work as  
> the designer intended with a horizontal stretch.
>
> CSS here: www.milesquarefabricstudio.com/structure.css and  
> www.milesquarefabricstudio.com/stylesheet.css
>
> All advice gratefully received.
>
>   
______________________________________________________________________
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