[thelist] Tips/Tricks/Tidbits... what do you add?

Micky Hulse micky at ambiguism.com
Tue Nov 7 15:13:15 CST 2006


Toby wrote:
> I am just forever in love with the * rule;
> *{padding 0px; margin: 0px; border: none 0px #fff;}
> Other than that, its more specific to achieving layouts :¬)

Ah, yes. * is a good one....

My most recent use of * was somehting like this:

#col * { padding: 0 1em; }
#col * * { padding: 0; }

I used to use the universal selector to reset all paddings/margins, but 
I have now gone with the YUI way of doing things.[1]

Many thanks for your input Toby, it is much appreciated. :)

Have a great day.
Cheers,
Micky

[1] <http://developer.yahoo.com/yui/reset/>

-- 
  Wishlist: <http://snipurl.com/vrs9>
    Switch: <http://browsehappy.com/>
      BCC?: <http://snipurl.com/w6f8>
        My: <http://del.icio.us/mhulse>



More information about the thelist mailing list