A small example, using the code below all older browser who cant understand CSS will ignore it because its within a comment block...

<style type="text/css">
<!--
@import url("MyStyleSheet.css");
-->
</style>

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to