Casadio Pablito wrote: > Date: Mon, March 31, 2008 3:43 am > To: <[email protected]> > > Hi at all > I ask a questioin about css/crossbeowser: > Please Take a lokk here: > > div#conteiner { > overflow:hidden; /* Now div#conteiner contain all floats Not for IE5~IE6*/ > } > > * html div#conteiner {overflow:visible;height:1%;} /* so IE5~IE6 will > contain the floats */ > In general How can I do to know HOW use Css for any browser? > > Many Regaeds and thank you very much > > Pablito
I think you I wanting the same CSS to work across browserland but the type of layout (with floats) you are using requires sending good CSS to the good browsers and special CSS for Internet Explorer. The only way for CSS to be browserland friendly is by simplifying the layout (using no floats). Alan http://css-class.com/test/ ______________________________________________________________________ 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/
