HOW TO DO ANIMATED OBJECT IN VISUAL WEB DEVELOPER EXPRESS EDITION 2005

  • Thread starter Thread starter moussa
  • Start date Start date
M

moussa

HI, IAM A beginner and i use visual basic express web developper 2005
iam tring to do animated object move across the page , i tried doing
it using timer but i was unable to use the code. can any one tell me
the code.
thanks
moussa
PLS. REPLY
 
This will be done completely through client-side code. You'll need to use
JavaScript and DHTML to do it, none of the server-side ASP.Net controls will
work as they're done on the server. You can look for scripts at places like
javascript.internet.com and www.dynamicdrive.com. Keep in mind, this is not
a beginner topic as you're about to dive head-long into the more advanced
HTML, Javascript, and CSS positioning aspects.
 
Back
Top