开发者

Problem with the slider

I have a problem with a slider(mainly border issues). You can see a slider here

Click on the 6. Owner option and there you can see a border. This border should come开发者_开发知识库 on all the other tabs.


My solution would be to wrap div #slides in yet another div with this css:

height: 231px;
left: 438px;
overflow: hidden;
position: absolute;
top: 185px;
width: 683px;

and from the declaration of ".tophdr_rt_slider #slides" remove two attributes:

float: left;
margin-top: -236px;

After that it works like a charm.


Add this code:

<style type="text/css">
  .slide {
      overflow:hidden;
  }
  .slide img {
      margin: 2px 10px 0px 10px;
   }
</style>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜