hey all
if i have
and i put my <div id="main">apply styles here</div>Code:body, p, div, th, td, li, dd { /* more specific to override rule in improrting sheet */ font-size: x-small; /* false value for WinIE4/5 */ voice-family: "\"}\""; voice-family: inherit; /*recover from trick */ font-size: small; /*intended value for better browsers*/ } html>body, html>body div, html>body p, html>body th, html>body td, html>body li, html>body dd { font-size: x-small /* be nice to Opera */ }
it works in IE & Op7 - not in Nets 7 or Mozilla
if i create a
and wrap a <div id="main"><span class="contnt">apply styles here</span></div>Code:/* CONTNT ELEMENTS --- */ .contnt p, div, th, td, li, dd { /* more specific to override rule in improrting sheet */ font-size: x-small; /* false value for WinIE4/5 */ voice-family: "\"}\""; voice-family: inherit; /*recover from trick */ font-size: small; /*intended value for better browsers*/ }
then it work in Netscape 7, Mozilla and EI but i odn't know how to rewrite the code for opera. - anyone?
i understand the difference betweent he 2 codes styles (i think) but i don't see how they might differ - it seems like they are identical jsut defined in different ways no?
thanks in advance
![]()



that works quite nicely!
Bookmarks