Link to home
Start Free TrialLog in
Avatar of engineroom
engineroom

asked on

Preview image javascript...

hey all, i'm looking for a javascript that can preview images like show on photos.com or monstertemplates.com. I want to mouseover and then see a larger image. Thanx all.

er
Avatar of sodalitas
sodalitas

You can do this without javascript if you want, check out this site for examples using css.

http://www.cssplay.co.uk/menu/index.html
Avatar of Pravin Asar
Here is a

<img src="img1.gif" width="100" onmouseover="this.width=400;" onmouseout="this.width="100">
Avatar of engineroom

ASKER

which one sodalitas? Thanx
Thanx. Have you see the examples i provided? I like the way the images are never off screen, even if you scroll or make your browser short. Any ideas?
any more guys? Anyone else?
ASKER CERTIFIED SOLUTION
Avatar of mvan01
mvan01
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Let me give that a shot and see what happens. Thanx!
i haven't forgotten, i haven't gotten to this yet, but i will thanx again!
sorry i let this go. I don't like doing that. Thanx again everyone