mattm1712 Posted September 24, 2010 Share Posted September 24, 2010 hi i know its not php but having some issues with css i have this in my style.css .forumtable { background-color: brown; text-decoration:none; font-family: arial; color: #5f028a; font-size: 12px; } .forumtable:hover { background-color: pink; text-decoration:none; font-family: arial; color: #5f028a; font-size: 12px; } in my table i have echo "<table><tr class=forumtable><td width='46' border='0'>hi</td></tr></table>"; it works in chrome but noe ie or firefox any ideas? Quote Link to comment Share on other sites More sharing options...
Psycho Posted September 24, 2010 Share Posted September 24, 2010 Um, there is a CSS forum. [Moving post] Quote Link to comment Share on other sites More sharing options...
Username: Posted September 24, 2010 Share Posted September 24, 2010 Simply saying "it doesn't work" does not tell use anything. Quote Link to comment Share on other sites More sharing options...
mattm1712 Posted September 24, 2010 Author Share Posted September 24, 2010 ok the hover bit doesnt work, http://www.gamerforums.co.uk/index.php?variable=P2 Quote Link to comment Share on other sites More sharing options...
Username: Posted September 24, 2010 Share Posted September 24, 2010 ok the hover bit doesnt work, http://www.gamerforums.co.uk/index.php?variable=P2 it works fine on firefox 3.6.10 Quote Link to comment Share on other sites More sharing options...
ShibSta Posted September 25, 2010 Share Posted September 25, 2010 On older browsers, the hover will only work on <a> tags. You can use JavaScript to change the style though. If you are talking about newer browser versions, I suggest you provide a link to a test page where the problem occurs and specify the browser name(s) and version number(s) that are not rendering as expected. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.