TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

March 28, 2024, 08:57:27 AM

Login with username, password and session length
Members
Stats
  • Total Posts: 195,104
  • Total Topics: 21,212
  • Online today: 212
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 0
  • Guests: 171
  • Total: 171

Scrolling text in a newsbox..... or article box

Started by tarmer, April 29, 2006, 01:41:02 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

tarmer

Any code snippets on how to make this happen ?

Similar to scrolling "Recent Post" but for other types of blocks as mentioned..

Thanks in advance

cool

hi,
if look on the code from the recent-block you will find this line:

echo '<marquee  behavior="scroll" direction="up" height="200px" scrolldelay=" 10" scrollamount=" 1" onmouseover="this.stop()" onmouseout="this.start()">';

this should work on any other block to.

tarmer

what is the line ? - All I see where you have code is a scroll bar....

Omniverse

echo '<marquee  behavior="scroll" direction="up" height="200px" scrolldelay=" 10" scrollamount=" 1" onmouseover="this.stop()" onmouseout="this.start()">';


IchBin


jonakis

Yes i mean what type of block i use?I want to put an article scrolling.i put this code at the block or at the article? :)


jonakis

Ok.i made a php box and i put the code above...Then, how i show an article at this box?
Sorry but i am a little newbie...!!!thanks...

IchBin