Re: Quick Look or Quick View of Product
Got it pretty much done, but the quick view button is falling way below the image. Normal I would just use firebug to adjust the values to see what's going on, but with this divide It disappears before I can adjust it. trying change values on the fly isn't working and I just cant seem to get that button to come up.
#quick_look {
background-color: #FFFFFF;
height: 500px;
width: 90%;
}
#quicklookleft {
float: left;
width: 100%;
}
#quicklookright {
float: right;
width: 100%;
}
.quicktext {
font-size: 14px;
font-weight: bold;
}
#quickbutton {
display: block;
height: 26px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
position: absolute;
text-align: center;
width: 132px;
z-index: 2000;
}
#quickbutton:hover {
background: url("/Merchant2/fancybox/source/btn_quick-look.png") no-repeat scroll center bottom transparent;
display: block;
height: 26px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
position: absolute;
text-align: center;
width: 132px;
z-index: 2000;
}
.quickbutton {
display: block;
height: 26px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
position: absolute;
text-align: center;
width: 132px;
z-index: 2000;
}
.quickbutton:hover {
background: url("/Merchant2/fancybox/source/btn_quick-look.png") no-repeat scroll center bottom transparent;
display: block;
height: 26px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
position: absolute;
text-align: center;
width: 132px;
z-index: 2000;
}
Any ideas on how to get that button up about 2 inches or so
Got it pretty much done, but the quick view button is falling way below the image. Normal I would just use firebug to adjust the values to see what's going on, but with this divide It disappears before I can adjust it. trying change values on the fly isn't working and I just cant seem to get that button to come up.
#quick_look {
background-color: #FFFFFF;
height: 500px;
width: 90%;
}
#quicklookleft {
float: left;
width: 100%;
}
#quicklookright {
float: right;
width: 100%;
}
.quicktext {
font-size: 14px;
font-weight: bold;
}
#quickbutton {
display: block;
height: 26px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
position: absolute;
text-align: center;
width: 132px;
z-index: 2000;
}
#quickbutton:hover {
background: url("/Merchant2/fancybox/source/btn_quick-look.png") no-repeat scroll center bottom transparent;
display: block;
height: 26px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
position: absolute;
text-align: center;
width: 132px;
z-index: 2000;
}
.quickbutton {
display: block;
height: 26px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
position: absolute;
text-align: center;
width: 132px;
z-index: 2000;
}
.quickbutton:hover {
background: url("/Merchant2/fancybox/source/btn_quick-look.png") no-repeat scroll center bottom transparent;
display: block;
height: 26px;
margin-left: auto;
margin-right: auto;
margin-top: 40px;
position: absolute;
text-align: center;
width: 132px;
z-index: 2000;
}
Comment