Doug Bowman: Filtering CSS. Doug introduces a brand new CSS filter, fresh from the mind of Tantek
Essential CSS hacks
{ 8 comments }
-
October 13, 2005 at 1:08 pm
GAY
-
October 13, 2005 at 1:07 pm
FUK UR MUMS WHO EVA CUMS HERE IS GAY
-
July 8, 2004 at 1:36 pm
I forgot, more about it here:
http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp-
July 7, 2004 at 11:32 am
Personnaly, I use this hack for IE:
And for IE 5.5:
So, no more hack of the death that use parser bug to work :)
-
July 7, 2004 at 11:21 am
IMHO, I don’t agree with the “surgical connection strategy” of linking CSS sheets via another sheet. I’ve seen where Opera forgot a 3rd tier linked .css. Plus it seems one larger style sheet may compress better & perhaps be faster for the browsers’ rendering than several smaller ones.
Morgan, you make a good point. I can go pro & con on both sides of the fence, but Simon gets first swing :)
-
July 7, 2004 at 10:44 am
Client-side vs. server-side CSS filtering is certainly something that deserves more discussion. I’ll try to post a proper entry about this some time soon.
-
July 7, 2004 at 2:52 am
I cannot for the life of me understand why you would use client side filtering when it comes to CSS.
My usual strategi involves identifying the browser by means of the excellent browscap.ini maintained by Gary Keith: http://www.garykeith.com/browsers/downloads.asp
When doing so, I usually just test to see if the browser is Internet Explorer version “less than 6″, and if so, hand it the “IE box model stylesheet, otherwise I just hand the browser my CSS2 compliant stylesheet.
This method can easily be used to serve many different stylesheets to many different stylesheets, or if need be, dynamically create the stylesheets on the server, based on the user-agent.
My 2px.
/Morgan
-
July 7, 2004 at 2:24 am
http://weblog.realdream.ws
Woow, tnx a lot, i really need css hacks :)
Comments on this entry are closed.




