Public Voice Network
- QBNTPhE 2013 106106
- Font help
- Pic of the Day 7539375393
- NBA Finals 2013 3131
- Sci-Fi of the Day 100100
- The Million Dollar YouTub… 1717
- Halp! I need a photograph… 2020
- the gif animation thread 1880018800
- new MEC logo 2222
- Vid of the Day 1529215292
- a screen printed, black-l…
- ios7 145145
- WANT of the day 14331433
- blog 5785157851
- Retro Dunk Idea 1212
- EC: Storm Thorgerson 1944 – 2… 44
- Scary Cool Tech Thread 317317
- Architecture of the Day 449449
- The Healthy Thread 5050
- Trailer Of The Day 817817
- fight of the day 142142
- Crack Your Back 1313
- FMT140613 1414
- Logo's like this? 1212
another site check! 77 Responses
Last post: 9 years, 11 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



