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.

sliding widgets

3 posters

Go down

sliding widgets Empty sliding widgets

Post by kieksė August 22nd 2013, 1:33 pm

hello , i saw some forums ( http://vdlifers.ohmylife.net/http://deliciousperfection.forumotions.net/) with those sliding widgets . how to make it ? my forum is phpBB2
kieksė
kieksė
Forumember

Female Posts : 91
Reputation : 1
Language : lithuanian;english

https://temporary.forumlt.com/

Back to top Go down

sliding widgets Empty Re: sliding widgets

Post by Ikerepc August 22nd 2013, 5:05 pm

Just use this code
Code:
<marquee behavior="slide" direction="left">CONTENT HERE</marquee>
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

sliding widgets Empty Re: sliding widgets

Post by kieksė August 22nd 2013, 6:01 pm

tried to put in the widget desc , didn't work , so where should i post it ?
kieksė
kieksė
Forumember

Female Posts : 91
Reputation : 1
Language : lithuanian;english

https://temporary.forumlt.com/

Back to top Go down

sliding widgets Empty Re: sliding widgets

Post by Ikerepc August 22nd 2013, 6:47 pm

Hmm try this one:
Code:
<marquee behavior="scroll" direction="up" scrollamount="1">CONTENT HERE</marquee>
put that in widget. In place of CONTENT HERE writte that what you want

edit: maybe you can on last code just change "left" to up or down.

On this code you can change scrollamount ("1") to higher.
Ikerepc
Ikerepc
Active Poster

Male Posts : 1186
Reputation : 167
Language : Who cares...
Location : Where web help & support is needed

http://admins.forumotion.com

Back to top Go down

sliding widgets Empty Re: sliding widgets

Post by kieksė August 23rd 2013, 10:08 am

it's not what i wanted . ://
kieksė
kieksė
Forumember

Female Posts : 91
Reputation : 1
Language : lithuanian;english

https://temporary.forumlt.com/

Back to top Go down

sliding widgets Empty Re: sliding widgets

Post by Cassius Dio August 23rd 2013, 11:11 am

Hi, bye

Try this code and see if helps:
Code:
<div class="slide-panel">Your content here</div>

<style>
.slide-panel{
background-image: url(http://imageshack.us/a/img856/1181/gj71.png);
width: 270px;
height: 600px;
padding: 5px;
position: fixed;
left: -240px;
bottom: 3px;
transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
-webkit-transition: all 0.7s;
}

.slide-panel:hover{
position: fixed;
left: 0px;
bottom: 10px;
}
</style>
Cassius Dio
Cassius Dio
Forumember

Male Posts : 581
Reputation : 79
Language : Romanian &English
Location : Yellow Submarine

http://beatles.forummo.com/

Back to top Go down

sliding widgets Empty Re: sliding widgets

Post by kieksė August 23rd 2013, 3:56 pm

THANK YOU RELLY MUCH <333333333333 !!
edit : http://mikepukuotukas.forumlt.com/ how could i hide the white space on my forum ? O.o
kieksė
kieksė
Forumember

Female Posts : 91
Reputation : 1
Language : lithuanian;english

https://temporary.forumlt.com/

Back to top Go down

Back to top

- Similar topics

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