Highlighter Arrows not showing

Discussion about free Joomla news rotator/ticker with multiple effects like scrolling, fading and several data sources supported.
Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Tue Jan 05, 2010 9:16 pm
This seems to be a common problem but none of the previous solutions have helped. The module works fine but I cannot get the previous/next arrows to display.
http://sdeccc.org It's titled Newest Members: directly above the first article.
User avatar
Fresh Boarder

teitbite
Tue Jan 05, 2010 11:44 pm
Hi

Arrows are under the hedlight :)

You need to make some css changes:

Code: Select all
div#news-highlight-1 .gk_news_highlighter_interface {
float:left;
height:24px;
line-height:24px;
text-align:right;
width:155px;
z-index:1000;
}

div#news-highlight-1 .gk_news_highlighter_wrapper {
float:left;
height:24px;
line-height:24px;
overflow:hidden;
position:relative;
width:625px;
}


Then You should see them, but need some more work to set them in wanted position.
User avatar
Moderator


cron