|
Posted by dorayme on 08/29/06 00:16
Sometimes, more often these days, I have been using like
div.1, div.2, div.3 {color: red}
instead of
div.1 {color: red}
div.2 {color: red}
div.3 {color: red}
I get the impression it gives trouble in some browsers (I long
worded a construction for Mac IE the other day to solve a
problem. Or so it seemed to me.). But before giving any demos, is
there any known issues about this construction with various
browsers.
I am especially interested in anyone who knows that comma
delimited pseudos are not a good idea (for reasons to do with
straight out not working as intended), eg.
a, a:visited, a:hover: a:active {border:none}
and anything anyone knows about the effect of spacing or no
spacing between the commas and next letter.
--
dorayme
[Back to original message]
|