> It is a common way to ensure that stone-age browsers (NS4...) does not
> see the CSS and in some cases crach the computer for the user.
>
> If my CSS design will look like hell of crash a computer I prefer to
> let them just see a bare html version of if I have the time and budget
> make an alternate CSS file with just some basic typography.

you can get around this (and the so called 'flash of unstyled content'
browser bug) by placing the import into a separate style sheet, eg:

// in my view
<?php echo $html->css('styles'); ?>

// styles.css
@import url("my_style.css");

hth

jb

-- 


jon bennett
t: +44 (0) 1225 341 039 w: http://www.jben.net/
iChat (AIM): jbendotnet Skype: jon-bennett

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Cake 
PHP" group.
To post to this group, send email to cake-php@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/cake-php
-~----------~----~----~----~------~----~------~--~---

Reply via email to