How to write class names that have special characters

Hello there, I have the following classes that I want to put on some table cells: size1, size2, size3, etc angleRing or flatRing The problem is that one of the class names I want to... Read more

2 answers Latest by Tony Crockford 5 months ago

Can I join 2+ styles together into a superstyle?

Hi I was looking to join 2 styles together to make a super style for easy use and customisation of my page. Is it possible to define something like this? .bold { font-weight: bold;}... Read more

3 answers Latest by nine_toes 5 months ago

grouping/nesting stylesheets

I'm having some trouble with grouping/nesting in CSS. I'm trying to make this look how you would expect it to look: Fatal Error: could not instanti... Read more

3 answers Best answer by Robert Koritnik

Is it possible to match only classless tags?

Obviously it's possible to match only tags with a certain class, but is it possible to match only tags with no class? I can think of maybe div[class=""], but I have a hunch that won't work, and... Read more

3 answers Best answer by Michael