Quote:
|
Originally Posted by vangogh
I'm not 100% certain, but I think it may just be the font-weight:bold you're applying to the hover.
|
Thanks for the reply but i couldn't find any bolding that had been applied.Thanks all the same but would never have thought of that.
What i did find was;
Code:
<td colspan="3">
<table width="100%" class="Border-0px" cellpadding="0"
cellspacing="0" style="border-collapse: collapse">
Do you know if "border-collapse: collapse" is supported in firefox.This seems to something to do with it i think.
Is there some sort of guidelines as to what is supported and what is not, as the page displays as "Valid xhtml".One would of thought that tags that are not compatible with certain browsers would render the page "non-valid xhtml".
Just guessing here of course.
Below is a link to the full source code.
Thanks
Dean
Last edited by dfwcomputer; 07-11-2006 at 08:29 PM..
|