Hi guys,
I've seen some css scripts where different tags were used (using check source) but I've been checking so many that I can't remember where it was that I saw it. DOH! (...in a loud Homer voice) :P
something along the lines of:
#header-nav>img{ /* is this the right format? */
whatever
}
or is this better..............
#header-nav img{
whatever
}
AND....................
.whatever, .whatever-more{
whatever
}
these are classes targeting other classes in the same *.css file? or what?
AND......................
/* \*/
* html .flip, * html .flop{
whatever
}
/* */
This one the class "flip" and "flop" are being targeted in an external html file?
Any advice on the above specificaly would be great!
and finally, are there any limitations cross-browser wise with the actual tag used? ie: #flip-123 or #21_flip and so on
thanks in advance!
- Styley










Bookmarks