Please look at the following web page: http://www.selectpestcontrol.co.uk/d...tsandmice.html
(Excuse the subject matter. I hope you're not squemish.)
In all browsers except Opera, it looks perfect, but in Opera the lines that separate the cells of the table do not appear.
The CSS is here: spc_styles.txt
Does anyone have any idea why it doesn't work in Opera?
Opera has very, very few bugs, I suggest you try the Opera forums and see if you can find anything there. I couldn't find any reason for it nor any documented bugs on this particular problem.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
It's OK - I've worked out what's wrong. Opera doesn't like:
td { border: rgb(255,204,0) ;
I changed it to
td { border-color: rgb(255,204,0) ;
and this works.