richrock Posted August 14, 2009 Share Posted August 14, 2009 I've just been developing this site here: http://newwave-web.co.uk/counties_cms/, and have fixed most issues in IE6 except 2. 1: Flash fonts (using sIFR) cause IE6 to require confirmation to continue. Most annoying. 2: The navigation uses CSS hover and background image position to change states. However, no matter how I position this in the CSS - no joy. I even tried this hack here : http://www.kavoir.com/2009/01/css-selectorhover-hack-for-ie6.html but it doesn't work, possibly due to the sIFR fonts being loaded. Anybody got any ideas what I can do? All other browsers are fine, and work well, but... stoopid IE6 Link to comment https://forums.phpfreaks.com/topic/170236-solved-ie6-hover-issues/ Share on other sites More sharing options...
haku Posted August 14, 2009 Share Posted August 14, 2009 You can only apply :hover to a tags in IE6, so often the only way to replicate something behing hovered, is to expand the size of the <a> tag to be the same size as the element you want the hover effect on. Link to comment https://forums.phpfreaks.com/topic/170236-solved-ie6-hover-issues/#findComment-898369 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.