The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Are there other " Scrolling Widgets " ?

2 posters

Go down

In progress Are there other " Scrolling Widgets " ?

Post by azwiz Thu 22 Jan - 7:59

Are there other ways to get a widget to scroll besides  " LATEST or RECENT TOPICS " ?

Ok thank you . I guess I shouldn't have asked . Not ready to figure out codes yet .
  
  Don't know what that means .

  What I asked isn't exactly what I am trying to figure out . I have another widget that is " NEWS " it displays the contents of a forum of choice . I think what I wanted to know is can a widget like that one have scrolling options too ?

  I wish I could figure out how to quote single sentences . It is so easy in other forums
 
  I would like to know what all that means below . And what replaces what ? The codes ?

  I say I would like to know but I am ready . So lets just stop here . Sorry to waste your time .


Last edited by azwiz on Thu 22 Jan - 9:37; edited 5 times in total
azwiz
azwiz
Forumember

Male Posts : 834
Reputation : 9
Language : english
Location : Apache Junction , Arizona USA

https://www.valleyofthesuncc.com/

Back to top Go down

In progress Re: Are there other " Scrolling Widgets " ?

Post by Ange Tuteur Thu 22 Jan - 8:20

Hello @azwiz,

It depends, which widget would you like to scroll ? While we're on the topic, you can also create custom widgets that scroll content using the <marquee> element. Add this to a widget if you like :
Code:
<marquee direction="up" scrollamount="2">
  <div onmouseover="this.parentNode.setAttribute('scrollamount','0')" onmouseout="this.parentNode.setAttribute('scrollamount','2')">Mouse over to stop me !</div>
</marquee>

You can replace the following in the code above with whatever you like.
Code:
  <div onmouseover="this.parentNode.setAttribute('scrollamount','0')" onmouseout="this.parentNode.setAttribute('scrollamount','2')">Mouse over to stop me !</div>
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum