Click to See Complete Forum and Search --> : for those of you who are familiar with HTML+TIME...


xataku_nakusute
08-31-2003, 02:14 AM
i just kinda came by this new thing....and i tried out an example of it, and it looked pretty cool, however, when i saw its coding, it kinda confused me....
im somewhat confused about how setting a classes behavior: url to #default#time2 etc...does what is shown and im also confused about using the DUR=".." and other new attributes.
if any of you could explain them to me, it would be greatly appreciated.

thanx

Fang
08-31-2003, 04:14 AM
Define the class attribute .time {behavior: url(#default#time2);}
Each time you use that class you must add attributes BEGIN (start the timer) and DUR (duration of timer - how long it runs)
There are other addributes which define the action: dislpy, hide, repeat action etc..
Let Microsoft (http://msdn.microsoft.com/library/default.asp?url=/workshop/author/behaviors/reference/time/properties/dur.asp) explain it to you, IE specific.

xataku_nakusute
08-31-2003, 12:56 PM
thanx for the link! it really helped me out!