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? Link to comment https://forums.phpfreaks.com/topic/214307-css-ie-and-fire-fox-problem/ 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] Link to comment https://forums.phpfreaks.com/topic/214307-css-ie-and-fire-fox-problem/#findComment-1115234 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. Link to comment https://forums.phpfreaks.com/topic/214307-css-ie-and-fire-fox-problem/#findComment-1115241 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 Link to comment https://forums.phpfreaks.com/topic/214307-css-ie-and-fire-fox-problem/#findComment-1115242 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 Link to comment https://forums.phpfreaks.com/topic/214307-css-ie-and-fire-fox-problem/#findComment-1115319 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. Link to comment https://forums.phpfreaks.com/topic/214307-css-ie-and-fire-fox-problem/#findComment-1115349 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.