<div align="center"><font color="#ff4500" size="5">Reload Page -- Webtv Glitch</font></div>
Transitions and Moving Backgrounds

These transitions and moving backgrounds can only be seen by webtv users; the effects cannot be seen by computer viewers of your webpages. Add transition="name of effect" to your webpage body tag, such as:

<body text="color" bgcolor="color" link="color" vlink="color" background="http://url of image" transition="wipeup">
Most of the transitions are:
 
wipeup

wipedown

 

wipeleft

wiperight

slideup

slidedown

spinoutin

slideleft

slideright

wipelefttop

wiperighttop

 

wipeleftbottom

wiperightbottom

 



It also works for a clickable link:
<a href="http://URL" transition="wipelefttop"> go to wherever</a>
go to wherever




Moving Backgrounds

These moving backgrounds can only be seen by webtv users; the effects cannot be seen by computer viewers of your webpages, unless they download the  WebTV® Viewer. When the codes below are used, all other animated images will cease their movement on your webpage.

For a moving background on a webpage, add xspeed or yspeed (or both) into the body tag:

<body text="color" bgcolor="color" link="color" vlink="color" background="http://url of image" xspeed="#" yspeed="#">

Positive and negative numbers can be used for differing effects:

  1. xspeed="positive number" for  right horizontal movement,

  2. xspeed="negative number" for  left horizontal movement,

  3. yspeed="positive number" for  downward vertical movement,

  4. yspeed="negative number" for  upward vertical movement,

  5.  or use both for various types of diagonal movement:


The body tag code for diagonal movement will look similar to this:

<body text="color" bgcolor="color" link="color" vlink="color" background="http://url of image" xspeed="+2" yspeed="-2">

 



And you can also use a transition attribute along with the xspeed and yspeed attributes in the body tag:

<body text="color" bgcolor="color" link="color" vlink="color" background="http://url of image" xspeed="+3" yspeed="-3" transition="wipelefttop">
All three demo


NOTE: 'puters can see animated backgrounds when animated gifs are coded into the body tag, such as:<body background="url of animated gif" text="color" link="color" vlink="color" alink="color" bgcolor="color">but Webtv users cannot see this type of moving background.




Top of page



Return to Webtv PageBuilder help

1