|
|||||||
![]() |
|
|
Thread Tools | Search this Thread |
|
#1
|
|||
|
|||
Is someone able to show me where I'm wrong with that script please ? Here is the link where it is installed: http://www.spcamontreal.com/francais...benevoles.html It work very well except it don't move to bottom when we read the web page. Can you show me where I've done the mistake please ? Thank you very much for your help. I've tried to contact the author and he's email don't work and the web site too... :-( Thank you again, Vivyrelax sylvie@sylvie.com |
|
#2
|
||||
|
||||
|
Try re-implementing the script. It appears none of the dynamic features are working.
cr3ative
__________________
Mostly retired member, PM me if you have a specific query to make sure I recieve it :) cr3ation | cr3ation hosting | cr3ation web design | read the stickies |
|
#3
|
|||
|
|||
|
I have had the same problem as the person above.
His HTML files and my HTML files both have this line at the beginning of our HTML files: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> When I comment out this tag the Menu works fine. It moves down and up when you scroll. But when you put back in that tag the menu won't work. cr3ative can you explain this as to why this DOCType tag is stopping the menu from working. Or anyone else who might know why this is happening. Because all my HTML files has the DOCTYPE tag in them. Thanks, sm30 |
|
#4
|
||||
|
||||
|
Ah yes, this has happened before.
Strict doc types stop some complex scripts from working. The next revision of the script might include a fix, but that could be years away ![]() cr3ative
__________________
Mostly retired member, PM me if you have a specific query to make sure I recieve it :) cr3ation | cr3ation hosting | cr3ation web design | read the stickies |
|
#5
|
|||
|
|||
|
Is it necessary to have a DOCType in your HTML files?
What are the pro's and con's? Thanks for your help. |
|
#6
|
||||
|
||||
|
__________________
Mostly retired member, PM me if you have a specific query to make sure I recieve it :) cr3ation | cr3ation hosting | cr3ation web design | read the stickies |
|
#7
|
|||
|
|||
|
You might try adjusting the Doc type to the following:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> It should allow the script to function properly, but still indicates what type of HTML/XHTML you are using. It may not be quite correct, but until more of the "kinks" are worked out, using HTML 4.01 DOC tags may be best. Especially seeing as the DOC tag referenced by sm30 is listing it as a "transistional" document. |
|
#8
|
|||
|
|||
|
Quote:
|
|
#9
|
|||
|
|||
|
It shouldn't. There was no change in action/reaction on a page I made when I modified that DOC line
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|