Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: Stars
#266
Stars 4 Years, 6 Months ago Karma: 0
How do i get the stars in front of "popular" in the left col? Like in the blackbear demo...

Thanks
UEFA1982
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#270
Re:Stars 4 Years, 6 Months ago Karma: 12
I would have thought they'd be included??
Check in the black bear images folder for starbullet.png
that demo page is this block of css

Code:

li.mostread a:link, li.latestnews a: link (line 118)

{

padding-left: 14px;

background-image: url(../images/starbullet.png);

background-repeat: no-repeat;

background-x-position: left;

background-y-position: 2px;

}

li.mostread a:hover, li.latestnews a: hover (line 125)
{

background-image: url(../images/starbullet- hover.png);

background-repeat: no-repeat;

background-x-position: left;

background-y-position: 2px;

}



Look for that in your css file. If both the code exists and the images are in the correct folder it'll be something, which may be something to do with the module configuration settings.

BUT if it's not there you can make your own stars and put them in using the code above :)<br><br>Post edited by: Bambi, at: 2007/11/21 03:51
Bambi
Moderator
Posts: 343
graphgraph
User Offline Click here to see the profile of this user
Gender: Male bambii7@msn.com Location: New Zealand Birthday: 12/21
The administrator has disabled public write access.
 
#274
Re:Stars 4 Years, 6 Months ago Karma: 0
no they are included, and it's in the css.. They sometimes apear on a single list item, but never on all of them. and as it is now, the white hover star is over the text..

Look at www.medieruset.se

there are no stars at on the frontpage, but if you click on &quot;Portolio&quot; you will se stars on two items (at least on my computer)

thanks<br><br>Post edited by: UEFA1982, at: 2007/11/21 15:21
UEFA1982
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#280
Re:Stars 4 Years, 6 Months ago Karma: 0
i solved the problem with this code, i got the idea when i visited my webside on a different computer. All the stars where shown until a clicked a menu item...

li.mostread a:visited, li.latestnews a:visited

{

padding-left: 14px;

background-image: url(../images/starbullet.png);

background-repeat: no-repeat;

background-x-position: left;

background-y-position: 2px;

}
UEFA1982
Fresh Boarder
Posts: 3
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
Go to topPage: 1
Moderators: Support
 
JOOMLA TEMPLATES Joomla Templates By JoomlaBear