Public Voice Network
- The Seasteading Institute 11
- Help Typeface 44
- The Powerball 3131
- Proper techno 601601
- Vid of the Day 1503015030
- instagram 653653
- Pic of the Day 7464774647
- blog 5768857688
- Show some recent work 55485548
- News of the day... 655655
- Belfast & Dublin, Ire… 2222
- Amy's Baking Company 104104
- UFO of the day 4242
- DaftPunk 196196
- the gif animation thread 1841118411
- WANT of the day 14061406
- Made a memorial page for … 2121
- FMT170513 99
- NHL 2013 2323
- SNEAKERS 476476
- Kanye video projections i… 77
- Unique Insults 5959
- movies on YouTube 114114
- Tip of The Day 201201
another site check! 77 Responses
Last post: 9 years, 10 months ago | Thread started: Jul 16, 03, 3:33 a.m.
- stewart
have a look at this:
http://www.vahk.nl/client/nedap/…
i know it works on mac IE5, but with pc IE the horizontal scroll function on clicking the text under the logo doesnt work the way i want...
those textlinks are put in an iframe under the logo, with this action:
onClick="parent.scroll(1740,0)"anyone with a solution?
- Jul 16, 03, 3:33 a.m. – Permalink
- jevad
var x = 0;
var dest = 0;
var distance = 0;
var step = 0;
var destination = 0;function scrollit(destination) {
step = 5;
dest = destination;
if (x<dest) {
while (x dest) {
while (x>dest) {
step += (step / 2000);
if(x >= (0+step))
{
x -= step;
scroll(x,0);
}
else { break; }
}if(dest >= 0) { scroll(dest,0); }
x = dest;
}
if (x<1) {x=1}


- Dog-earJul 16, 03, 3:50 a.m. – Permalink
- stewart
hey jevad! thanks, and i've made some changes:
http://www.vahk.nl/client/nedap/…
BUT: press a button on the left and the window scrolls to the right, and after that use the scrollbar to scroll back to the left.
and NOW: on pressing another button, the position of the first scroll is added to the second one!
aaah!


- Dog-earJul 16, 03, 6:21 a.m. – Permalink



