CSS filters, @import syntax, support old browsers
jeffd
Status: Assistant
Joined: 04 Oct 2003
Posts: 594
Reply Quote
There's a great web page that has a really complete and welldone CSS filter list, covering the various ways to import CSS files, like

@import url('styles.css')
@import url("styles.css")
@import "styles.css";
@media all{/* rules */}

and so on, all the tricks of the trade in one place, there's almost always a filter that will catch just the browser you are trying to save your page from, great stuff!
Back to top
Display posts from previous:   

All times are GMT - 8 Hours