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

Recent

Welcome to TinyPortal. Please login or sign up.

April 27, 2024, 02:01:07 PM

Login with username, password and session length
Members
  • Total Members: 3,885
  • Latest: Growner
Stats
  • Total Posts: 195,173
  • Total Topics: 21,219
  • Online today: 90
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 45
  • Total: 46
  • @rjen

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