so simple, yet i didn't think of it thanks again! ok now i wanna get and get these image rollovers to work what is the most simple basic image rollover i can do? no java, no css using inline styles only is this possible? even if it only makes the image move a bit would be cool
The only one I know... Code (Text): <A HREF="rollover_target.html" onMouseOver = "rollover('home')" onMouseOut = "rollout('home')" ><IMG SRC="IMAGE.JPG" NAME="home" ALT="Home Page" BORDER=0 HEIGHT=130 WIDTH=115 ></A> <SCRIPT TYPE="text/javascript"> <!-- setrollover("ROLLOVERIMAGE.JPG"); //--></SCRIPT> http://www.htmlcodetutorial.com/images/ ... pp_62.html But you said you didn't want javascript eh? I found the above by googling it, and have used it before with no problems. Also explains on there how to do multipels on one page. Or try this website for different styles. http://www.howtocreate.co.uk/tutorials/ ... gRoll.html OR this one: http://htmldog.com/articles/rollovers/