WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1Scrolling widget Empty Scrolling widget Fri Mar 04, 2011 11:56 am

WHITESABBATH


Registered Member
Registered Member
This may fall under a BBcode, therefore I wasn't sure where to post inquiry.
I created a scrolling widget;"marguee" for the better term.
Question: is there a code to stop the scroll effect when cursored over the text/image within the widget?
scratch



Last edited by WHITESABBATH on Sun Mar 06, 2011 3:50 am; edited 1 time in total

2Scrolling widget Empty Re: Scrolling widget Fri Mar 04, 2011 1:06 pm

Sanket

Sanket
Administrator
Administrator
<marquee onmouseover="this.stop();" onmouseout="this.start();">
Your Content
</marquee>

I think you must've used the HTML Tags. You can use such a code.

http://www.webartzforum.com

3Scrolling widget Empty Re: Scrolling widget Fri Mar 04, 2011 10:03 pm

WHITESABBATH


Registered Member
Registered Member
Sanket wrote:
<marquee onmouseover="this.stop();" onmouseout="this.start();">
Your Content
</marquee>

I think you must've used the HTML Tags. You can use such a code.


Thanks Sanket, I'll give it a shot. Smile

*
Ok all that done was get the scrolling motion to go sideways, to the left, and on an upward angle.lol pretty cool effect, but not quite what i had in mind. when i moused over text in widget, all it did was alien the scroll content, which cut half the text off and it didn't stop . Laughing

4Scrolling widget Empty Re: Scrolling widget Fri Mar 04, 2011 11:20 pm

Sanket

Sanket
Administrator
Administrator
So what direction do you want the text to go? Also can i see the forum with that widget to understand what is happening?

http://www.webartzforum.com

5Scrolling widget Empty Re: Scrolling widget Sat Mar 05, 2011 11:30 pm

WHITESABBATH


Registered Member
Registered Member
heres the link. http://www.abusement-park.org/ the widget in question is the "sponsor" widget on left side . the direction is fine, i need the scrolling to "stop" when cursored over .
Thanks for your time Sanket


P.S.
The code you provided changed the scrolling formation from bottom/upward to right/left. I couldn't leave the code you provided inserted; it was messing up the widget

6Scrolling widget Empty Re: Scrolling widget Sun Mar 06, 2011 1:48 am

Sanket

Sanket
Administrator
Administrator
http://troubleshoot.forumotion.net/forum

Check the XYX widget, works fine for me.

http://www.webartzforum.com

7Scrolling widget Empty Re: Scrolling widget Sun Mar 06, 2011 2:39 am

WHITESABBATH


Registered Member
Registered Member
Sanket wrote:http://troubleshoot.forumotion.net/forum

Check the XYX widget, works fine for me.


Very Happy Ya works great for you, but for the guy with the problem,I'm not so fortunate Laughing
You have provided me with a code that works great to stop the scrolling action from right to left. I'm looking to stop the scrolling action from text thats scrolling from bottom to top .
Appreciate your attention to my situation, but at this stage, I'm still scratch

Update: played around with the code you gave me , incorporating it with the code used to create horizontal effect and by God it worked. Very Happy For me thats a big accomplishment.


Code:
<marquee behavior="scroll" direction="up" scrollamount="2" height="260"; onmouseover="this.stop();" onmouseout="this.start()"> CONTENT HER </marquee>

8Scrolling widget Empty Re: Scrolling widget Sun Mar 06, 2011 9:03 am

Sanket

Sanket
Administrator
Administrator
Thats awesome. Thats the reason i was asking you if you needed it in a specific direction. Glad you got it sorted by playing around.

Solved

http://www.webartzforum.com

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

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