Jump to content

Products in the same category


Recommended Posts

Why does not work the right and left arrow ?, and are invisible

The code:

 

h2.productscategory_h2 {

margin:40px 0 20px 0;

padding:10px 0;

border-bottom:1px solid #ccc;

font-size:18px;

color:#333

}

 

#productscategory {overflow:auto}

 

#productscategory_list {

overflow: hidden;

float: left;

width: 96%;

}

#productscategory_list ul {

list-style-type:none;

margin: 0 0 0 14px;

}

#productscategory_list li {

float:left;

margin-right:30px

}

#productscategory_list li a.lnk_img {display:block}

#productscategory_list li a img {border:1px solid #ccc}

#productscategory_list li p.product_name {text-align:center}

 

#productscategory_noscroll {

height: 120px;

width: 100%;

margin-bottom: 30px;

}

 

#productscategory_scroll_left, #productscategory_scroll_right {

background: url('img/thumbs_left.gif') no-repeat center;

text-indent: -3000px;

display: block;

width: 9px;

height: 18px;

float: left;

margin-top: 30px;

}

 

#productscategory_scroll_right { background-image: url('img/thumbs_right.gif'); }

post-463293-0-09591700-1359920450_thumb.jpg

Link to comment
Share on other sites

×
×
  • Create New...