Hay I have an element like this
<span class='a.b'>
Unfortunately this class name comes from an eCommerce application and cannot be changed.
Can i style a class name with a dot in it?
like
.a.b { }
Any advice would be great
Thanks
Hay I have an element like this
<span class='a.b'>
Unfortunately this class name comes from an eCommerce application and cannot be changed.
Can i style a class name with a dot in it?
like
.a.b { }
Any advice would be great
Thanks
.a\.b { }
However there could be browsers around that don't support this.