Is that lte a typo in the actual code? You mention le above...

On 02/05/06, Guillaume <[EMAIL PROTECTED]> wrote:
>
> Hi everyone,
>
> I'm using an @import filter to fire my css...
> Now I would like to reset those styles for Ie 5.0 for example, to make
> sure he only has the text version and no styles at all...
> I thought throwing to this browser an empty style sheet through
> conditional comments...
> But apparently it doesn't work this way...
> Any clues...
>
> <style type="text/css" title="Structure">@import 'layoutLcie.css';</style>
> <style type="text/css" title="Structure">@import 'colorsLcie.css';</style>
> <style type="text/css" title="Structure">@import 'fontsLcie.css';</style>
>
> <!--[if lte IE 5.0]>
> <style type="text/css" title="Structure">@import 'lte50.css';</style>
> <![endif]-->
>
> Guillaume.
>
>
>
> ______________________________________________________________________
> css-discuss [EMAIL PROTECTED]
> http://www.css-discuss.org/mailman/listinfo/css-d
> IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
> List wiki/FAQ -- http://css-discuss.incutio.com/
> Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
>



--
http://www.web-buddha.co.uk

dynamic web programming from Reigate, Surrey UK (php, mysql, xhtml, css)

look out for project karma, our new venture, coming soon!
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to