-
My Rating Stars don't appear on my webpage!
Hi guys !
I'm trying to put some rating stars on my webpage unfortunately I've been encountering a little problem--the stars appear on my page editor but, they don't appear on the webpage (www.isakpase.com/hiphop.aspx).
This is the code I use :
<html>
<head>
<style type="text/css">
.classification {
position: relative;
width: 91px;
height: 17px;
}
.classification .cover {
position: absolute;
background: transparent url(http://isakpase.com/images/stars%20(1).jpg) top left no-repeat;
top: 0px;
left: 0px;
width: 91px;
height: 17px;
z-index: 101;
}
.classification .progress {
position: absolute;
background: transparent url(http://isakpase.com/images/stars_full%20(2).jpg) top left no-repeat;
top: 0px;
left: 0px;
height: 17px;
z-index: 102;
}
</style>
</head>
</body>
<html>
<div class="classification"><div class="cover"></div><div class="progress" style="width: 27%;"></div>
</html>
--------------------------------------------------------------------------
Please help me
!
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks