- Posts: 8
- Thank you received: 0
Buttons - Adding Tooltip or Rollover
-
JBlair1
Inactive member - Topic Author
- New Member
Less
More
13 years 9 months ago #6343
by JBlair1
Buttons - Adding Tooltip or Rollover was created by JBlair1
I am interested in making the buttons on the checkout process look more "clickable". When you rollover them, there is no indication that it is a button. The one button that does work is the "Show Cart" button. The ones that I am referring to specifically are:
login
next
submit
Here is the link to the site in question:
thebalitradingco.com/
Thanks.
login
next
submit
Here is the link to the site in question:
thebalitradingco.com/
Thanks.
Please Log in to join the conversation.
-
pirossi
Inactive member - Member
Less
More
- Posts: 146
- Thank you received: 11
13 years 9 months ago #6355
by pirossi
Replied by pirossi on topic Re: Buttons - Adding Tooltip or Rollover
First, congrats for adjusting template.
It's by far the best editing and composition I ever saw.
Second, I see that the paths to some button images aren't correct.
Open templates\hot_furniturestore\css\template_css.css and then you will see inside .button class:
I suppose that correct path is:
Try to correct all instances of background-image inside .button class (link, hover etc.)
It's by far the best editing and composition I ever saw.
Second, I see that the paths to some button images aren't correct.
Open templates\hot_furniturestore\css\template_css.css and then you will see inside .button class:
Code:
background-image: url(/"templates/images/button_image.png");
I suppose that correct path is:
Code:
background-image: url(/"../images/button_image.png");
Try to correct all instances of background-image inside .button class (link, hover etc.)
Please Log in to join the conversation.
-
JBlair1
Inactive member - Topic Author
- New Member
Less
More
- Posts: 8
- Thank you received: 0
13 years 9 months ago #6373
by JBlair1
Replied by JBlair1 on topic Re: Buttons - Adding Tooltip or Rollover
Thank you. I think the store turned out nice.
I see that there is another button class used in the site other than the templates\hot_furniturestore\css\template_css.css, but I an unable to find it. I have made the revisions, but it only applied to the "Show Cart" button. With the "Show Cart" button, only a portion of the button actually changes with the rollover. How can I fix this? I tried looking for the page that actually houses this content, but I am unable to find this either.
Thank you for your help.
You can see the revisions as thebalitradingco.com/
I see that there is another button class used in the site other than the templates\hot_furniturestore\css\template_css.css, but I an unable to find it. I have made the revisions, but it only applied to the "Show Cart" button. With the "Show Cart" button, only a portion of the button actually changes with the rollover. How can I fix this? I tried looking for the page that actually houses this content, but I am unable to find this either.
Thank you for your help.
You can see the revisions as thebalitradingco.com/
Please Log in to join the conversation.
Time to create page: 0.161 seconds