My problem is that I don’t have the HTML code to change the id’s to remove the ‘.’…
Is it possible to handle such id’s, lets say:
<td id='my.id'>
In the CSS file to do something like:
#[my.id]{ ... }
I know this doesn’t work (that’s more access approach), but I wonder if there’s a syntax for this in CSS?
Try
#my\.idit the CSS.I’m not sure if it works on all browsers though. I’d recommend avoiding dots in id’s