Banner rotator [NEED ASAP!]

no look carefully for the rotation the black guy is going into the white house now - simple rotation with the stupid guy revolving out the door - you know the one who fucked americas economy
 
This is not banner rotator...
This is simple JS script with good CSS style
E.g.
HTML:
<script language="JavaScript">
function image(nr)
{
if (nr==0) {new_img="http://tbn0.google.com/images?q=tbn:0hJUuEMC6PosUM:http://www.koty.org.pl/zdjecia/miniaturki/mini-kot_pospolity.jpg"};
if (nr==1) {new_img="http://tbn0.google.com/images?q=tbn:Sv4e8i6rKFRT8M:http://jest-lirycznie.art.pl/gfx/_useravatars/ona%2520kot.jpg"};
document.image.src=new_img
}
</script>
<IMG SRC="http://tbn0.google.com/images?q=tbn:0hJUuEMC6PosUM:http://www.koty.org.pl/zdjecia/miniaturki/mini-kot_pospolity.jpg" NAME="image">
<br>
<a href="JavaScript:onClick=image(0)"> menu1</a>
<a href="JavaScript:onClick=image(1)"> menu2</a>

To this you need only CSS

regards
 
I need some css coding now...

Its kinda difficult to have it like the one on the site.
 
Back
Top