Essential CSS hacks

By | | JavaScript & CSS

8

Doug Bowman: Filtering CSS. Doug introduces a brand new CSS filter, fresh from the mind of Tantek

Written By:

Simon Willison

Simon is a seasoned Web developer from the UK, currently working in Lawrence, Kansas. He specializes in both client- and server-side development, and recently became a member of the Web Standards project. Visit him at http://simon.incutio.com/, and at Stylish Scripting: SitePoint's DHTML and CSS Blog.

Website
>> More Posts By Simon Willison

 

{ 8 comments }

Anonymous October 13, 2005 at 1:08 pm

GAY

Anonymous October 13, 2005 at 1:07 pm

FUK UR MUMS WHO EVA CUMS HERE IS GAY

Xenon_54 July 8, 2004 at 1:36 pm
Xenon_54 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 :)

tomByrer 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 :)

Skunk 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.

MRoderick 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

Mojtaba Dashtinejad 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.