[EMAIL PROTECTED] wrote:
I like the ie conditional. works well.
I have two follow up questions. Do you only need the values to be overwritten
if the browser is css?, (the height, width, colour and float are all set in the
css)
<!--[if IE]>
<style>
.strapline {
margin-left: 250px;
margin-top:41px;
}
</style>
<![endif]-->
You only need include what is necessary for the 'evil one' to behave
like a normal browser in the conditional comments.
Also does anyone know an opera specific hack? It too seems to be a bit out when
trying to poisiton a div.(but just by a few px from ff)
Opera filter (7.23+):
@media screen and (min-width: 0px){
#foo { .... }
}/*****Do not delete this final brace*****Be even nicer to Opera*/
Best,
~dL
--
David Laakso
http://www.dlaakso.com
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/