/    Sign up×
Community /Pin to ProfileBookmark

DHTML/CSS doctype? scroller issue

I’m trying to create a dhtml scrollable area but the OVERFLOW: hidden doesn’t seem to work. However, I can get it to work when I use an <?xml version=”1.0″ encoding=”UTF-8″?> declaration above the header. The problem is that I cannot use this declaration. I’m assuming someone has seen this before and will know how how to fix it. I’ve exhausted my resources?.

Below is a link to the two versions. They are pretty straight forward and I’ve removed all the unrelated code etc.

[url]http://www.mtnloco.com/dhtml/[/url]

Please email me if you have any questions and as always, thanks in advance!!!

to post a comment
JavaScript

1 Comments(s)

Copy linkTweet thisAlerts:
@AdamGundrySep 15.2004 — A few thoughts:

  • 1. You shouldn't claim to be XML/XHTML compliant if you aren't. That means no XML prolog or XHTML doctype. If necessary, use a HTML doctype instead. I'm guessing that the difference in functionality is because your script works with IE in quirks mode, but not standards compliance mode (IE doesn't understand the XML prolog IIRC).


  • 2. The script doesn't work in Firefox.


  • 3. It is a serious usability mistake to replace existing widgets such as scrollbars with your own creations.


  • 4. Don't use the javascript: pseudo-protocol in event handlers. In fact, don't use it at all.


  • Adam
    ×

    Success!

    Help @Norsk spread the word by sharing this article on Twitter...

    Tweet This
    Sign in
    Forgot password?
    Sign in with TwitchSign in with GithubCreate Account
    about: ({
    version: 0.1.9 BETA 5.25,
    whats_new: community page,
    up_next: more Davinci•003 tasks,
    coming_soon: events calendar,
    social: @webDeveloperHQ
    });

    legal: ({
    terms: of use,
    privacy: policy
    });
    changelog: (
    version: 0.1.9,
    notes: added community page

    version: 0.1.8,
    notes: added Davinci•003

    version: 0.1.7,
    notes: upvote answers to bounties

    version: 0.1.6,
    notes: article editor refresh
    )...
    recent_tips: (
    tipper: @AriseFacilitySolutions09,
    tipped: article
    amount: 1000 SATS,

    tipper: @Yussuf4331,
    tipped: article
    amount: 1000 SATS,

    tipper: @darkwebsites540,
    tipped: article
    amount: 10 SATS,
    )...