Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help with a mod im trying to complete


zarren

Recommended Posts

hey guys

 

Right before i start I would like to say that I am no programmer so if I sound abit funny please excuse me lol

 

Im trying to add a scrolling news box into my header. I've nearly finished it but I have a problem :( I need the news articles to scroll one line of txt only, like a ticker. But all i can do is get a block of txt to scroll. Can anybody help me?

Link to comment
Share on other sites

hey guys

 

Right before i start I would like to say that I am no programmer so if I sound abit funny please excuse me lol

 

Im trying to add a scrolling news box into my header. I've nearly finished it but I have a problem :( I need the news articles to scroll one line of txt only, like a ticker. But all i can do is get a block of txt to scroll. Can anybody help me?

I use this for horizontal scrolling (define the tickertext from a query first)

 

	<tr>
	<td class="main" valign="middle">
		<marquee id="mm" direction="left" scrollAmount="4" onmouseover="java script:mm.stop()" onmouseout="java script:mm.start()"><?php echo $ticker; ?></marquee>
	</td>
</tr>

:-)

Monika

 

addicted to writing code ... can't get enough of databases either, LOL!

 

my toolbox: Textpad - Compare and Merge - phpMyAdmin - WS_FTP - Photoshop - How to search the forum

 

Interactive Media Award July 2007 ~ category E-Commerce

my advice on the forum is for free, PMs where you send me work are considered consultation which I charge for ...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...