- This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
Hi everyone,
I am using this template:
http://www.free-css.com/free-css-templates/page186/brushed
I added an “ADD TO CART” button but I can’t click on it because the red hover box is encompassing the image and the Add to cart button.
I want to keep the red hover over the image only and leave the add to cart button accessible to be clicked.
EXAMPLE:
http://streaminustv.com/Example/Template/brushed/example.html
I’m missing something. ANY HELP would be greatly appreciated ;)
Thanks,
Kevin
Would it be an option to exclude this module from the Isotope image gallery? Or maybe try to make the nesting of elements different, for right now everything is inside this list-item, and all is position: absolute
. Some errors in the javascript as well.
I don’t really understand your answer as I only 1/4 understand code :)
I would be happy to find any solutions that keep the images in their respective groups and still allow users to:
1) click image to enter shadow box mode
2) click on add to to cart
I just don’t know how to change the code.
I figured it out:
item-thumbs .hover-wrap {
position: absolute;
display: block;
width: 100%;
height: 100%;
Just changed the Height: to 60% and that tells it to leave 40% of the box to NOT be “linked” to the image.