Jump to content

CSS Hacks - Images?


stublackett

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.