Brian M. Curran wrote:
>  I was tinkering with my
> site this morning, and caused a float drop problem in IE6. What 
> happened was. I was trying to create some white space between my 
> secondary nav and the side of my page. My site is: drafting services . 
> com (remove  all spaces).
>
>  
>
> Sincerely,
> Brian M. Curran | CAD Consultant 




>From: David Laakso
Brian,

IE/6.0 doubles the margin-left causing the float to drop.
The correction is:
* html #navtwocontainer {
display : inline;
} /* only IE/6.0 sees the star hack */

Best,
~d
reference
<http://www.satzansatz.de/cssd/onhavinglayout.html>




Thank you David!! I normally don't think "bug" when something is going wrong
in my desired results.
-Brian

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
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