Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: [DHTML] Modular Scroller (Scrollable content script III)

  1. #11
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Quote Originally Posted by Twey
    That's not really a problem -- every X?HTML document should have a DOCTYPE.
    Ah ideally yes, but we all know how many people out there don't even know what a doctype is, the same for their web pages.

  2. #12
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    Then perhaps you should make a note of it in the script instructions?
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #13
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Quote Originally Posted by ddadmin
    Ok, I'm testing out this script more closely before adding it to DD. With regards to the use of tables for the side controls, in IE, I noticed without a doctype declared, the first demo's control becomes too narrow. I'm tempted to take a stab at going with a DIV instead, and perhaps try and streamline the code some more (the source could appear a little daunting to newbies). Would you mind if I tried and modified the script before posting it?
    I've modified plenty of your work to good result (I hope). So, feel free to work with it. However, the DOCTYPE question is really moot. The first scroller is highly styled. The styles given are examples only. The default script will work without any styles or DOCTYPE, and if you want to use the first scroller's styles without a DOCTYPE, you only need to adjust the styles to suit.

    In light of that (I was unaware of the situation), it would probably be a good idea to present the first example last, if at all, on the official DD demo page.

    The problem with using divisions as I did in the 'beta' version is that, unless something better than what I had can be worked out, it will cause even more variation in the appearance of styled scrollers with side mounted controls - by DOCTYPE as well as by browser used.

    If simplicity for the user is the goal, I'd be more inclined to make both the side and the bottom mounted control versions have their outer containing element be a table.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

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
  •