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.

Widget Scrolling

5 posters

Go down

Widget Scrolling Empty Widget Scrolling

Post by Konzales August 29th 2009, 9:41 pm

Hi there,

Do anyone have a script that make a widget following the screen when scrolling. Smile
If you don't understand, please let me know and i'll try to explain it again. Very Happy

Best regards,
Konzales


Last edited by Konzales on August 29th 2009, 10:33 pm; edited 1 time in total (Reason for editing : Better explaination)
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Guest August 29th 2009, 11:19 pm

Hello,
I know codes who make the content of the widget to scroll but i don't know if it's possible to make one widget scrolling.
Regards!
avatar
Guest
Guest


Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Konzales August 29th 2009, 11:48 pm

I only got one widget yet, so that could be cool.
Post it, post it, post it! Very Happy

PS. It's not just the <MARQUEE></MARQUEE> code. It have to follow the screen when scrolling, like the "login popup" Smile
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Guest August 29th 2009, 11:51 pm

Code:
[updown]Content of the widget[/updown]
This is the code and you must put it in your widget Wink
Regards!
avatar
Guest
Guest


Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Konzales August 30th 2009, 12:04 am

Thank you, but that one was a BBcode. The html code for is also a marquee code, so it don't help me.

My widget have to follow the screenwhen scrolling, just like the login popup.
pliiiis someone help me Smile
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by ankillien August 30th 2009, 11:42 am

Hello,

You can not make widget follow the screen but you can make a separate box that can follow while scrolling.

If you want such scrolling box, describe how you want it to look like and please a link to your forum.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Konzales August 30th 2009, 11:53 am

I don't really understand, but I can try if you post the script or what it is Smile
Adress: http://randomtravianally.forumotion.com/forum.htm
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by ankillien August 30th 2009, 12:01 pm

I don't really see any scrolling box there Rolling Eyes
If you are talking about that flash menu in sidebar, go to flashvortex.com
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Konzales August 30th 2009, 12:06 pm

It's the flash menu I WANT to follow the screen when I or anyone else, scroll down and/or up. If you understand, please Smile
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by ankillien August 30th 2009, 12:12 pm

So, have you got the flash code?
If yes, then I can tell you how can you make it scroll.

I need to see your code before I give you the CSS to make it scroll.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Konzales August 30th 2009, 12:15 pm

Code:
<script src="http://h1.flashvortex.com/display.php?id=3_1251584527_38657_283_0_150_275_9_79" type="text/javascript"></script>
That is my script. But i also use the
Code:
<H1 align="center"></H1>
in the widget Smile
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by ankillien August 30th 2009, 12:19 pm

Ok thanks

Try adding this code to your CSS. I am not sure if this will work.
It may affect other objects on your page.

Code:
object {
position : fixed;
top : 20px; right : 20px;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Konzales August 30th 2009, 12:24 pm

Thank you, but it didn't really work. The only difference I've found, was the BBcode buttons that was moved from their real place to another. Sad
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by RoNo August 31st 2009, 1:29 am

This *Floating Top Bar script
can be used to float/scroll contents from the top or bottom of the screen.
It works good when placed in "Homepage message content".

The menu style you've chosen looks good when anchored over the same color
but it doesn't seem to work as a floating menu.(shorter would be better as well)

I've created a copy of your page *Here to demonstrate how it looks.
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Konzales August 31st 2009, 9:50 pm

Thank you very much. But . . . I've follow the steps, but i still can't get it work. Can you try posting the code that you used in the widget? Smile

But thanks alot! Very Happy
Konzales
Konzales
Forumember

Male Posts : 129
Reputation : 0
Language : Danish, English, HTML and Python
Location : Denmark

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by ankillien September 1st 2009, 6:31 am

Since your script is remotely hosted, it doesn't seem to be possible to apply style to it. You put the whole script on your forum instead of just linking it.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by dotDavid September 1st 2009, 1:59 pm

RoNo wrote:This *Floating Top Bar script
can be used to float/scroll contents from the top or bottom of the screen.
It works good when placed in "Homepage message content".

The menu style you've chosen looks good when anchored over the same color
but it doesn't seem to work as a floating menu.(shorter would be better as well)

I've created a copy of your page *Here to demonstrate how it looks.

Can I ask where the "Homepage message content" is located?
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by Sanket September 1st 2009, 2:00 pm

Display>Generalities
Homepage message
Message Content:

Thats the location.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by dotDavid September 1st 2009, 2:04 pm

Thanks. Sorry if I am "raiding" this post. Thought it would be useless to create a new one, when this one was already talking about it. Smile
dotDavid
dotDavid
Hyperactive

Male Posts : 2404
Reputation : 0
Language : English

https://help.forumotion.com/

Back to top Go down

Widget Scrolling Empty Re: Widget Scrolling

Post by RoNo September 1st 2009, 5:37 pm

Konzales wrote:Thank you very much. But . . . I've follow the steps, but i still can't get it work. Can you try posting the code that you used in the widget? Smile
But thanks alot! Very Happy
There are script limitations when creating widgets on forumotion.
Sorry but you won't be able to float the menu with this script on
every page unless your create custom Html pages for your forum.
You can use this in "Homepage message content" or on an Html page.
Spoiler:
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top

- Similar topics

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