Print Page | Close Window

CSS help please!!

Printed From: ProductCart E-Commerce Solutions
Category: ProductCart
Forum Name: Customizing ProductCart
Forum Description: Exchange messages with other users that are customizing ProductCart.
URL: https://forum.productcart.com/forum_posts.asp?TID=1847
Printed Date: 23-April-2025 at 2:37am
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: CSS help please!!
Posted By: shiny
Subject: CSS help please!!
Date Posted: 25-July-2008 at 7:48am
Hi

Sorry I'm hopeless with CSS I've just changed my
#pcmain a:hover {
       color: #FFFFFF;
       text-decoration: none;
       background-color: #666666;
       }
http://www.shiningimagegallery.com/productcart/pc/viewCategories.asp?idCategory=131 - http://www.shiningimagegallery.com/productcart/pc/viewCategories.asp?idCategory=131

Which works fine except in category view my small images  have a border and as this is a link it too that now has a background colour change at the bottom on hover  which I think looks weird   I've tried this

and it changes nothing  Please .........can anyone help with the right css code and where it goes or am I trying the impossible?? 

 /* Style within SHOW PRODUCTS table */

#pcShowProductSmallImage a:hover {
    background-color: #000000;
        }

Cheers
Kathy



Replies:
Posted By: patschraier
Date Posted: 25-July-2008 at 9:37am
Kathy,

Change the following:

#pcMain .pcShowProductImageH img {
border:2px double #333333;
padding:8px;
}

to

#pcMain .pcShowProductImageH img {
border:2px double #333333;
}

The problem seems to be the padding not the hover. See if this works.

Regards,

Pat




-------------
Pat Schraier
www.patriciaschraier.com


Posted By: shiny
Date Posted: 25-July-2008 at 10:38am
Ah!!!
 thanks Pat I was using the padding as a double border going to have to play around with it and choose something different then probably end up with none!! It's about time I stopped fiddling with the design and loaded more content........

Thanks Again

Kathy



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net