Results 1 to 2 of 2

Thread: Scroller not working with xhtml tags

  1. #1
    Join Date
    Oct 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Scroller not working with xhtml tags

    1) Script Title: Mike's DHTML Scroller

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...mikescroll.htm

    3) Describe problem:
    I've realized that the scroller does not work when my page contains the following tags at the very beginning of the page's code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    Is there a way (besides remove them) to make the scroller work with that declarations?

    Best regards.

  2. #2
    Join Date
    Oct 2006
    Location
    Delhi
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    if dont want to use this xhmtl tags below, there be two ways to avoid this tags.

    -------------------------------
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    ------------------------------

    1st option) you can put into a seprate file. And just include it on those pages only in which scroller dosn't required.

    2nd option) You just check for a existance of a page in which scrooler used with if condition .

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •