On 9/23/10 6:37 AM, Mark Finney wrote:
I develop a web app on Linux for use in a controlled environment (users all
use firefox/opera - it's a beautiful thing!). Unfortunately I am now trying
to make it functional in IE (7 and up - although I will probably do some
testing on 6 we won't be officially supporting it).



In IE 6/7 the containing division needs an implicit width set:
/*7.0*/
*:first-child + html div {width : 350px; }
/*6.0*/
* html div {width : 350px; }

reference :: on having layout
<http://www.satzansatz.de/cssd/onhavinglayout.html>

Best,
~d

--
:: desktop and mobile ::
http://chelseacreekstudio.com/

______________________________________________________________________
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