Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Changing the Cursor


TourCampania

Recommended Posts

Posted

Hi,

 

I would like change the cursor in a pointer when roll on a word o box like my website does TourCampania.com but how you can see when the cursor of the mouse goes in box of "Contact Us" doesn't change as the other boxes.

I am not able to find the the exact directory in the Filemanager, where I can change it, I was thinking index.php, but I don't really know. I hope someone can help me.

 

Thanks in Advance

Posted

In your file stylesheet.css on line 503 find

 

#m1, #m2, #m3, #m4, #m5, #m6, #over_m1, #over_m2, #over_m3, #over_m4, #over_m5, #over_m1 {
   cursor: pointer;
   width: auto;
}

 

Replace with

 

#m1, #m2, #m3, #m4, #m5, #m6, #over_m1, #over_m2, #over_m3, #over_m4, #over_m5, #over_m6 {
   cursor: pointer;
   width: auto;
}

Archived

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

×
×
  • Create New...