I'm (page by page) implementing css on my site. This requires using a doctype heading on each page in order to validate the code.
This is an e cards site and needs special effects on a lot of the pages. I do not know how to use flash, so please help me with my problem without telling me to change everything over to flash.
I use a moveobject script on a lot of pages, and with the latest updates including doctype header the script no longer works right.
It always bounced the moving object around on only the visible part of the screen -- if you scrolled down the moving objects always stayed in the visible part of the screen.
NOW the moving objects float off of the screen. This ruins the effect that I want. I am wondering if it is something in the <DIV> specification that is making this change because of clashing with the new doctype header.
The pages without a doctype header do not have this problem. Here is a page that has the problem:
http://www.happydaycards.com/birthda...hydrangea.html ...Note that the flowers move, but that they move off of the visible part of the screen
Here is one I haven't changed yet, that works properly:
http://www.happydaycards.com/frndshp...iendbless.html ...note that the flowers move ONLY within the visible part of the screen whether you scroll down or up.
I would really appreciate it if someone could tell me what I need to change to make the moveobject script work with the doctype I am using.
I do not understand most of this technical coding stuff and need specific directions on exactly what line(s) to change and how to do that.
Thanks --