looking for a sexy javascript (1 Viewer)

babydoll_

wat
Joined
Oct 22, 2002
Messages
4,531
Gender
Undisclosed
HSC
N/A
hey guys, im looking for a script which allows you to click on an image outside a frame to scroll the frame itself... does that make sense? ive tried googling it, but to no avail...
 

sunny

meh.
Joined
Jul 7, 2002
Messages
5,350
Gender
Male
HSC
2002
I don't think that is possible with javascript. Anything that is going to be displayed would be displayed inside the browser's window. Even if you change
Code:
w_x=(isNS)? window.innerWidth-5 : document.body.clientWidth;
w_y=(isNS)? window.innerHeight : document.body.clientHeight;
To display the arrows somewhere else, the browser will just resize to fit them in.


Plus, it might not be a good idea to have the scroll arrows outside of the browser....what if the user's screen isn't as big as yours and they don't see the arrows in the same spot as you do?
 

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top