Ecommerce software home
Shopping Cart Software Forum for Ecommerce Templates
 
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

Find us on Facebook Follow us on Twitter View our YouTube channel
Search our site
Forum Search
Google Site Search
 All Forums
 Technical
 PHP (Unix / Linux / Apache) versions
 How do make image highlight
Author « Topic »  

dano2
Ecommerce Template Expert

USA
514 Posts

Pre-sales questions only
(More Details...)

Posted - 01/27/2018 :  11:55:18  
Hello,

On the top right there is an image that says hottest seller. If you look at the other Products
from the template in the middle, when you hover your mouse over the image a red outline
occurs. How would I make that happen to the image on hottest seller?

Thanks in advance.

Edited by - dano2 on 01/28/2018 11:55:38

Andy
ECT Moderator

95440 Posts

Posted - 01/27/2018 :  12:23:32  
Hi

Highlight the image in Dreamweaver and then enter the page URL in the link properties field.

Andy

Please feel free to review / rate our software

dano2
Ecommerce Template Expert

USA
514 Posts

Pre-sales questions only
(More Details...)

Posted - 01/27/2018 :  15:33:11  
Hi Andy, I've done that and it links properly but if you notice it doens't
have the red outline when you hover your mouse over it..

Sinbad
ECT Moderator

USA
65937 Posts

Posted - 01/27/2018 :  20:38:40  
Hi Dano, you will need to give the images a class then setup the class in the style sheet example:

html:

<img class="hbs" src="prodimages/SM-BATON-B_smallimage.png" alt="product" width="161" height="176">

css: puts a black border when hovering

img.hbs:hover {
border: 1px solid #000;
}

Winners never quit, quitters never win
CSS and Responsive Designs
User Manual for Ecommerce Templates

dano2
Ecommerce Template Expert

USA
514 Posts

Pre-sales questions only
(More Details...)

Posted - 01/28/2018 :  11:55:52  
ok thanks I'll give that a shot
  « Topic »  
Jump To:
Shopping Cart Software Forum for Ecommerce Templates © 2002-2022 ecommercetemplates.com
This page was generated in 0.01 seconds. Snitz Forums 2000