How can I set the same font size to all elements of a div.
h1, h2, h3, p, all of them to font-size 1em.
Is this the best solution ??

#mydiv * { font-size: 1em; }


Thanks in advance.
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to