[Pro] Ticker Action (easy Q)..

Hi all,

I just added the ticker action. One option is the color of the box. I have it on NONE and thought it would be see thru as I wanted, putting the text over the background.

Instead my box is WHITE. Any idea why? Can I get the pink ticker font to just type over the background?

Here it is…

http://www.hoffkids.com/onlinemathtutori.html

Thanks for the help,

barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Try adding this CSS t o your page head:

<style type="text/css">
	#item10 input {
		background-color: transparent;
		border: none;
	}
</style>

Now don’t change the name of the HTML box that you’ve applied the ticker Action to, or you will need to go through this style and change the name to match.

Walter

On Apr 17, 2014, at 12:11 PM, Hoffkids wrote:

Hi all,

I just added the ticker action. One option is the color of the box. I have it on NONE and thought it would be see thru as I wanted, putting the text over the background.

Instead my box is WHITE. Any idea why? Can I get the pink ticker font to just type over the background?

Here it is…

http://www.hoffkids.com/onlinemathtutori.html

Thanks for the help,

barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Walt,

that worked perfect. box gone.

Not to push it, but is there a way to change the size of the font the ticker uses? Even change the font?

Thanks again!!

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Yes. Anything you add inside that style rule will affect it. Try adding the following lines, before the closing } brace:

font-family: 'Comic Sans', fantasy;
font-size: 18px;

Walter

On Apr 17, 2014, at 1:12 PM, Hoffkids wrote:

Walt,

that worked perfect. box gone.

Not to push it, but is there a way to change the size of the font the ticker uses? Even change the font?

Thanks again!!

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

made perfect sense: I understand and it worked great.
Thanks for the lesson.

Barry


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options