Content of page disappears while scrolling page horizontally

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Ashwani Sharma
    New Member
    • Nov 2008
    • 46

    Content of page disappears while scrolling page horizontally

    Hi,

    Am facing a very strange problem with one of my website. If I resize my browser and use horizontal scrolling to view the rest of webpage content then all content out of scrolling goes disappear. Can anybody solve this problem??
    Here is the path for webpage:

    http://204.12.88.179/default.aspx

    After opening this page please resize your browser and use horizontal scrolling to check the problem I am talking about. Please check attached screenshot as well.

    Thanks in advance
    Ashwani Sharma
    Attached Files
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    You use 'overflow:hidde n' on some elements which might be causing this.

    I see you are using HTML5 elements but declare the XHTML1.0 doctype. And transitional to boot. No one should be using the transitional doctype since about 1999.

    Comment

    • Ashwani Sharma
      New Member
      • Nov 2008
      • 46

      #3
      Thanks drhowarddrfine!
      I was using HTML5 doctype but another developer changed its doctype to transitional and I couldn't check this out but now got the problem and page is working fine now. thanks again :-)

      Comment

      Working...