mubarakabbas Posted November 21, 2009 Share Posted November 21, 2009 Hi, I am unable to find the effect in ie, but i can get the desired result in mozilla, what the problem might be..I am working in ie7, .button1 { font: 12px tahoma; background-color: #D7E5F2; font-weight:500; color: #102132; margin-left: 16px; margin-top: 3px; margin-bottom: 2px; } .button1:hover { font: 15px tahoma; background-color: #ff6c27; color: #102132; margin-left: 12px; margin-top: 3px; margin-bottom: 2px; } Link to comment https://forums.phpfreaks.com/topic/182413-hover-effect-not-working-in-ie-bit-its-working-in-mozilla/ Share on other sites More sharing options...
mubarakabbas Posted November 21, 2009 Author Share Posted November 21, 2009 Problem solved <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> and not Just <html> i found the solution here.. http://www.bernzilla.com/item.php?id=762 Link to comment https://forums.phpfreaks.com/topic/182413-hover-effect-not-working-in-ie-bit-its-working-in-mozilla/#findComment-962597 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.