Public Voice Network
- Pic of the Day 7479674796
- London machete attack 6565
- Auto Racing? 99
- QBN Personas 1313
- the gif animation thread 1849718497
- blog 5771457714
- You're at a party and… 6969
- Best American band of all… 129129
- Chick of the Day 1825618256
- Public domain?
- Chick of the day .Gif 5555
- Align shortcode Divs? 1616
- Viewing Old PC Hard Drive… 77
- Paid vacation? 2727
- You're Doing It Wrong… 88
- weird 3d stuff 9696
- The Purge 2020
- Hiphop like this. 7474
- DaftPunk 224224
- CSS z-Index 11
- Cape Cod 1414
- Technological Eye Strain 1717
- Bitcoin 130130
- QBN EXPATS 4141
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



