stublackett Posted September 2, 2008 Share Posted September 2, 2008 Hi, I've got a site that has tabs across the top and when the mouseover occurs, It appears to be struggling to load the hover effect I've got some CSS in Place that uses what I think is a CSS Hack, But I dont think its working, Just wondering if I can get a second opinion : site is : http://www.fpshop.co.uk/ and the Hover effect is occuring on the Tabs across the top I've got CSS in Place, But not convinced its working.... .cssRolloverImageHack_1 { visibility:hidden; background: url(skins/FantasyPrints/media/tabs/home_over.gif); } .cssRolloverImageHack_2 { visibility:hidden; background: url(skins/FantasyPrints/media/tabs/printing_over.gif); } .cssRolloverImageHack_3 { visibility:hidden; background: url(skins/FantasyPrints/media/tabs/design_over.gif); } .cssRolloverImageHack_4 { visibility:hidden; background: url(skins/FantasyPrints/media/tabs/signage_over.gif); } .cssRolloverImageHack_5 { visibility:hidden; background: url(skins/FantasyPrints/media/tabs/garments_over.gif); } .cssRolloverImageHack_6 { visibility:hidden; background: url(skins/FantasyPrints/media/tabs/personalgifts_over.gif); } .cssRolloverImageHack_7 { visibility:hidden; background: url(skins/FantasyPrints/media/tabs/photography_over.gif); } .cssRolloverImageHack_8 { visibility:hidden; background: url(skins/FantasyPrints/media/tabs/websites_over.gif); } .cssRolloverImageHack_9 { visibility:hidden; background: url(skins/FantasyPrints/media/tabs/contact_over.gif); } <div id="hack"> <!--CSS Rollover Image Hack--> <div class="cssRolloverImageHack_1"></div> <div class="cssRolloverImageHack_2"></div> <div class="cssRolloverImageHack_3"></div> <div class="cssRolloverImageHack_4"></div> <div class="cssRolloverImageHack_5"></div> <div class="cssRolloverImageHack_6"></div> <div class="cssRolloverImageHack_7"></div> <div class="cssRolloverImageHack_8"></div> <div class="cssRolloverImageHack_9"></div> </div> Link to comment https://forums.phpfreaks.com/topic/122352-css-hacks-images/ Share on other sites More sharing options...
dropfaith Posted September 2, 2008 Share Posted September 2, 2008 im not seeing any problems at all on firefox Link to comment https://forums.phpfreaks.com/topic/122352-css-hacks-images/#findComment-631759 Share on other sites More sharing options...
stublackett Posted September 2, 2008 Author Share Posted September 2, 2008 Just loaded it in FireFox and yeah your right there is no problems at all Just in IE theres a "Flashing" effect when you rollover Link to comment https://forums.phpfreaks.com/topic/122352-css-hacks-images/#findComment-631760 Share on other sites More sharing options...
dropfaith Posted September 2, 2008 Share Posted September 2, 2008 odd i just checked ie and didnt have any issues Link to comment https://forums.phpfreaks.com/topic/122352-css-hacks-images/#findComment-631762 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.