ProductCart E-Commerce Solutions Homepage
Forum Home Forum Home > ProductCart > Customizing ProductCart
  New Posts New Posts RSS Feed - CSS help please!!
  FAQ FAQ  Forum Search   Events   Register Register  Login Login

CSS help please!!

 Post Reply Post Reply
Author
Message
shiny View Drop Down
Groupie
Groupie
Avatar

Joined: 29-September-2007
Location: United Kingdom
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote shiny Quote  Post ReplyReply Direct Link To This Post Topic: CSS help please!!
    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

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
Back to Top
patschraier View Drop Down
Newbie
Newbie


Joined: 29-May-2007
Location: United States
Status: Offline
Points: 6
Post Options Post Options   Thanks (0) Thanks(0)   Quote patschraier Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
shiny View Drop Down
Groupie
Groupie
Avatar

Joined: 29-September-2007
Location: United Kingdom
Status: Offline
Points: 0
Post Options Post Options   Thanks (0) Thanks(0)   Quote shiny Quote  Post ReplyReply Direct Link To This Post 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
Back to Top
 Post Reply Post Reply
  Share Topic   

Forum Jump Forum Permissions View Drop Down

Forum Software by Web Wiz Forums® version 12.04
Copyright ©2001-2021 Web Wiz Ltd.

This page was generated in 0.063 seconds.