Ik post dit op verzoek van mn broertje, want hij had dit al op een ander forum gepost maar daar heeft hij nog geen antwoord gekregen (het is in het Engels omdat dat andere forum een Engels forum is)
http://www.anime-power.net/test/test.html
Since today I have my own domain
and I have a question about the static menu's Im using, when viewing it a resolution above 1024x768 the 3 layers are still in the visible bit of the page
But when viewing the page with a lower resolution the visible bit of the page is to small to show all of menu 1 and menu 3
so I thought a solution would be to let the menu scroll with the page until its completely visible and then the idea was to make the menu static so that it stays in screen.
http://www.anime-power.net/test/test.html
As you can see this is particily successful, but when scrolling to the top of the page again the menu keeps in its static place on the screen where I would like it stop being static when it reaches its starting position again, I've tried several things but non of them was successful
So I took the final step and finally registered to this forum.
I hope that someone here will try to help me with this thingy and if you have some comments or feel some things could be done better, please say it.
There are no credits of the scripts I copyed on this page, because I wanted to have this test version as small as possible.
But dont worry, in the finaly version I'll make sure that the credits of the scripts stand out
[This message has been edited by SuperSneker (edited 04-09-2002).]
http://www.anime-power.net/test/test.html
Since today I have my own domain
But when viewing the page with a lower resolution the visible bit of the page is to small to show all of menu 1 and menu 3
so I thought a solution would be to let the menu scroll with the page until its completely visible and then the idea was to make the menu static so that it stays in screen.
http://www.anime-power.net/test/test.html
code:
1
2
3
4
5
| t++;
if (t==1 && winHt<460+230) {this.d=this.d-((460+230)-winHt); }
if (t==3 && winHt<371+340) {this.d=this.d-((371+340)-winHt); }
if (t==3) {t=0;} |
As you can see this is particily successful, but when scrolling to the top of the page again the menu keeps in its static place on the screen where I would like it stop being static when it reaches its starting position again, I've tried several things but non of them was successful
So I took the final step and finally registered to this forum.
I hope that someone here will try to help me with this thingy and if you have some comments or feel some things could be done better, please say it.
There are no credits of the scripts I copyed on this page, because I wanted to have this test version as small as possible.
But dont worry, in the finaly version I'll make sure that the credits of the scripts stand out
[This message has been edited by SuperSneker (edited 04-09-2002).]