Php button rotaion code?

  • Thread starter Thread starter Steff
  • Start date Start date
S

Steff

Guest
Im advertising other web sites on my site with there 88x31px buttons.
Im looking for a code that rotates the bottton to another but not when you refresh the page. The botton rotates every few seconds slowly morphing into the other button lol! Does any one knwo this?
 
PHP is a server side language, so you can't do what you want without refreshing the page.

What you need is either a piece of Ajax, but it can also be done with simple Javascript (or even jQuery to also throw in a nice fade transcaprency effect).
 
Back
Top