Results 1 to 6 of 6

Hybrid View

  1. #1
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: change button image on hover?

    those are done using Javascript.
    i think you can do that with CSS as well .

  2. #2
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: change button image on hover?

    yes they can be done in both i would rather use css
    any source code?? examples?

  3. #3
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: change button image on hover?

    you may want to look at this source code ..
    http://www.tutorio.com/tutorial/pure...mage-rollovers

  4. #4
    Join Date
    Dec 2008
    Posts
    79
    Plugin Contributions
    1

    Default Re: change button image on hover?

    thanks for your input...
    perhaps i might elabrate,
    i can/have found code
    i know each button will have a hover event 2 gifs for each button
    this is what i found that looks useable
    but i'm not sure how to target each of the 3 existing buttons
    a#image1
    {
    display: block;
    width: WIDTHHEREpx;
    height: HEIGHTHEREpx;
    background-image: url(URL TO ORIGINAL IMAGE.gif);
    margin: 0 auto;
    }
    a#image1:hover
    {
    background-image: url(URL TO MOUSEOVER IMAGE.gif);
    }
    a .alt
    {
    display: none;
    }

  5. #5
    Join Date
    Jul 2006
    Location
    Montreal, Canada
    Posts
    2,279
    Plugin Contributions
    0

    Default Re: change button image on hover?

    I can't elaborate on this much since my ability with zencart inner working is limited .

    those buttons are part of DIV tag , with ID navNextPrevList . normally you can add additional class to existing classes in div.

    you are better off creating class for your anchor element. like

    .navbutton a{}

    .navbutton a:hover {}

    etc.

    but i guess, i would ask CSS stuff from stylesheet support section of zencart forum .

 

 

Similar Threads

  1. v150 How can I change a default submit button in a sidebox to an image button?
    By JacobBushnell in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 18 Aug 2016, 07:17 PM
  2. on click button image change
    By petergy in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 18 Sep 2012, 05:40 AM
  3. Change the size of image hover in product pages
    By schwarzes in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 17 Aug 2010, 05:35 PM
  4. Replies: 2
    Last Post: 21 Dec 2007, 09:59 PM
  5. how do I change Hover image sizes
    By BUTTSTTUB in forum Customization from the Admin
    Replies: 1
    Last Post: 10 Aug 2007, 03:57 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg