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.

How can to make banners in rotation.

4 posters

Go down

In progress How can to make banners in rotation.

Post by smurfavr June 21st 2015, 10:54 am

@Ange Tuteur
How can to make banners in rotation. from this lesson.
https://help.forumotion.com/t135528-add-affiliates-to-the-bottom-of-your-homepage

2. How can I move the caption affiliate in the middle because at the moment is on the left?
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by SLGray June 21st 2015, 5:05 pm

2. 
Code:
#affiliate_title {
    text-align: center;
}


How can to make banners in rotation. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by smurfavr June 21st 2015, 5:14 pm

Can I do it because I did not understand how to put this code.
Code:
<div id="affiliate_box">
  <div id="affiliate_title">Реклама</div>
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by SLGray June 21st 2015, 5:17 pm

CSS Stylesheet


How can to make banners in rotation. Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51463
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by smurfavr June 21st 2015, 5:22 pm

Thank you SLGray.

@Ange Tuteur or someone else to tell them how to do a rotatatsion way.
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by smurfavr June 23rd 2015, 11:54 am

up
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by Mati June 23rd 2015, 1:47 pm

Hi,

What you wanna do on them like add hover or spine?
Mati
Mati
Hyperactive

Posts : 2020
Reputation : 330
Language : HTML, CSS & JavaScript
Location : Forum Services

https://forumservice.forumotion.com/

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by smurfavr June 23rd 2015, 3:34 pm

I want the banners to change their positions.
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by Ange Tuteur June 23rd 2015, 3:35 pm

Hi @smurfavr,

Could you post the code of your affiliates here ?
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by smurfavr June 23rd 2015, 3:39 pm

HI @Ange Tuteur This is the code index_body

Code:
<div id="affiliate_box">
  <div id="affiliate_title">Реклама</div>
  <a href="http://hlclub.info/forums/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/88x3110.png" /></a> <a href="http://aghl.ru/forum/" target="_blank"> <IMG SRC = "http://i58.servimg.com/u/f58/16/34/78/03/aghl_b10.gif" /> </a> <a href="http://atf.3dn.ru/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/atf_3d10.gif" /></a> <a href="http://ngageclan.ucoz.ru/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/ngagec10.jpg" /></a> <a href="http://gamer-lab.com/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/hl-lab10.gif" /></a>
</div>
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by Ange Tuteur June 23rd 2015, 3:47 pm

Replace your code with this :
Code:
<div id="affiliate_box">
  <div id="affiliate_title">Реклама</div>
  <marquee scrollamount="5" direction="left" onmouseover="this.setAttribute('scrollamount', '0');" onmouseout="this.setAttribute('scrollamount', '5');">
    <a href="http://hlclub.info/forums/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/88x3110.png" /></a> <a href="http://aghl.ru/forum/" target="_blank"> <IMG SRC = "http://i58.servimg.com/u/f58/16/34/78/03/aghl_b10.gif" /> </a> <a href="http://atf.3dn.ru/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/atf_3d10.gif" /></a> <a href="http://ngageclan.ucoz.ru/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/ngagec10.jpg" /></a> <a href="http://gamer-lab.com/" target="_blank"><img src="http://i58.servimg.com/u/f58/16/34/78/03/hl-lab10.gif" /></a>
  </marquee>
</div>
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: How can to make banners in rotation.

Post by smurfavr June 23rd 2015, 3:53 pm

@Ange Tuteur
I mean BANNER change our position.
Example:
First banner to become second or third and so forth.
smurfavr
smurfavr
Active Poster

Male Posts : 1883
Reputation : 22
Language : Bulgarian

http://smurfa.bulgarianforum.net/

Back to top Go down

Back to top


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