scroling text on transparent background

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
Sat Mar 21, 2009 11:49 pm
Hi,

I remember I read somewhere how to make the background of the scroling text transparent but I cannot find it back.

Could you please tell what commands to add in which .css file?

Thanks and Kind Regards
User avatar
Fresh Boarder

GK User
Sun Mar 22, 2009 12:23 am
Hi

Try this on any css file.

Code: Select all
.gk_news_highlighter_item {
background: transparent!important;
}


Cheers ;)
User avatar
Platinum Boarder

GK User
Sun Mar 22, 2009 12:44 am
Hi Seichinha,

thanks for your fast reply but unfortunatelly it doesn't work.
I put the suggested from you code in the custom.css file of my template.

My site is http://www.partekosme.gr.
Joomla 1.5.7, IE7 or FF3.

Any other idea?

By the way, can you also tell me how to remove the lines on top/bottom of the box.

Thanks and Kind Regards
User avatar
Fresh Boarder

GK User
Sun Mar 22, 2009 1:01 am
Try this

Code: Select all
div.gk_news_highlighter {
background: transparent!important;
border-color: transparent!important;
}


You need to adjust some module parameters.

Cheers
User avatar
Platinum Boarder

GK User
Sun Mar 22, 2009 1:07 am
thanks it worked fine.
You are good man!
User avatar
Fresh Boarder


cron