PDA

View Full Version : site dhtml


chris82
17.06.2001, 06:41
Hi guys.
I'm a beginner as a dhtml coder and i'm encountering a lot of problem.
All my question are for my script so check my site:[url:6z77q1q093]http://user.7host.com/chris82/[/url:6z77q1q093].
1-How can i take away the blank space under the image of the window,i have tried with setting padding and margin to 0px but nothing change.
2-There is a way to handle event on a embedded flash animation?Because there is a script that count the click but it doesn't work with the flash animation.
3-why if the horizonatal scrollbar appear the script of the window minimized doesn't work anymore?

kies
17.06.2001, 10:03
your link doesn't work...

//kies

chris82
17.06.2001, 10:37
the server is very unstable.
Could you retry?Now seem to work.
I've found the reasons for the point 3 but i don't know how to solve it.How can i know if my window have the horizontal scrollbar?
And i've seen the window script of bratta and i would know how to disable the selection of the text.

simu
17.06.2001, 13:10
Kies is right the Link doesn't work

get a better provider...

<font size=1>|| simu ||
|| [url="mailto:simuk@freesurf.ch"]simuk@freesurf.ch[/url:e5dla4m1du] ||
|| [url="http://www.simu.cjb.net"]www.simu.cjb.net[/url:e5dla4m1du] || [url="http://www.retedesign.ch.vu"]www.retedesign.ch.vu[/url:e5dla4m1du] ||</font id=size1>

chris82
17.06.2001, 14:39
i've changed provider.
Check the site at [url:401u974wv2]http://www21.brinkster.com/chris82/[/url:401u974wv2]

anders
18.06.2001, 07:50
u r getting the horizontal scrollbar because ur layer window goes off the right side of the browser...
if u want to get rid of the scrollbar, just add scroll="no" inside ur body tag...but beware..that way u lose the vertical bar as well...
another way is just to make sure all ur layers are within the browser's width..

<BLOCKQUOTE id=quote><font size=1 face="Arial, Helvetica" id=quote>quote:<hr height=1 noshade id=quote>horizonatal scrollbar appear the script of the window minimized doesn't work anymore <hr height=1 noshade id=quote></BLOCKQUOTE id=quote></font id=quote><font face="Arial, Helvetica" size=2 id=quote>
the minimized window still works,it just happened to be covered by the horizontal bar..
didnt take a look at ur code but c if u can set value for the position where ur minimized windows are...make them higher than the scrollbars

anders
http://dzygn.com

chris82
18.06.2001, 15:15
Yeah i can put the minimized windows over the scrollbar but it is possible to know if the horizontal scrollbar is visible?
I don't want that the minimized windows are always at the same position even if the horizontal scrollbar isn't visible.
They have to stay on the end of the window.
Netscape has the Window.pageYOffset to check if the window is crolled but ie?




Edited by - chris82 on 06/18/2001 14:17:38

chris82
19.06.2001, 06:25
Yeah guys,problem solved !
I have discovered that in my msdn there is a full reference of dhtml!
There are a lot of event and properties never seen.
I used document.body.clientHeight to check the size of the window without toolbar and scrollbar .