-
AuthorPosts
-
May 20, 2008 at 3:44 pm #128738
Hi all,
J!Vote is a neat voting bot. You can download here:
http://joomlacode.org/gf/project/jvote/frs/
However it has a problem in the image. As showing in the attached picture.I tried to fix it but my knowlodge with css is limited could anyone help.
May 20, 2008 at 4:15 pm #249908I think I fixed!!
Just replace the the style from the mambot located at mambotssystemjcvoteutils with this:
/* styles for the star rater */
.star-rating{
list-style:none;
margin: 0px;
padding:0px;
width: 98px;
height: 20px;
position: relative;
background: url(/mambots/system/jcvoteutils/star_rating.gif) top left repeat-x;
}
.star-rating li{
padding:0px;
margin:0px;
/**/
float: left;
/* */
}
.star-rating li a{
display:block;
width:20px;
height: 20px;
text-decoration: none;
text-indent: -9000px;
z-index: 20;
position: absolute;
padding: 0px;
}
.star-rating li a:hover{
background: url(/mambots/system/jcvoteutils/star_rating.gif) left center;
z-index: 2;
left: 0px;
width:0px;
}
.star-rating a.one-stars{
left: 0px;
}
.star-rating a.one-stars:hover{
width:20px;
}
.star-rating a.two-stars{
left:20px;
}
.star-rating a.two-stars:hover{
width: 40px;
}
.star-rating a.three-stars{
left: 40px;
}
.star-rating a.three-stars:hover{
width: 60px;
}
.star-rating a.four-stars{
left: 60px;
}
.star-rating a.four-stars:hover{
width: 80px;
}
.star-rating a.five-stars{
left: 80px;
}
.star-rating a.five-stars:hover{
width: 100px;
}
.star-rating li.current-rating{
background: url(/mambots/system/jcvoteutils/star_rating.gif) left bottom;
position: absolute;
height: 20px;
display: block;
text-indent: -9000px;
z-index: 1;
}
.loading {
height: 20px;
background: url('working.gif') 50% 50% no-repeat;
}
.voted {color:#999;}
.thanks {color:#36AA3D;}AuthorPostsViewing 2 posts - 1 through 2 (of 2 total)This topic contains 2 replies, has 1 voice, and was last updated by Ferjoom 16 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
J!Vote Problem. stars are out of alingment
Viewing 2 posts - 1 through 2 (of 2 total)