Jump to content



Welcome to KnowledgeSutra - Dear Guest , Please Register here to get Your own website. - Ask a Question / Express Opinion / Reply w/o Sign-Up!
- - - - -

Css Trick: Hide Disabled Internet Explorer Vertical Scrollbar


37 replies to this topic

#31 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 09 November 2009 - 03:57 AM

THANKS MAN!Css Trick: Hide Disabled Internet Explorer Vertical Scrollbar

I was fighting two days with this! The worst browser without a doubt!!

Thanks a lot man!

A tight hug from Argentina!

-reply by Ariel

 



#32 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 15 December 2009 - 09:45 PM

How to enable scroll bars in IE 7.0 when child elements are absolutely positionedCss Trick: Hide Disabled Internet Explorer Vertical ScrollbarI have a button and a html table with in a div, which in turn is another table and the link goes on till HTML tag level.I have set the position for the button and linked html table as absolute. This use to bring up the IE scroll bars automatically in IE 6. But the same things does not work with IE 7.0.I have tried too many combination based on the above feedbacks but nothing seems to be working for me.To put it in one line, I have html table being displayed on click of a button exactly under the button. When the information in the table is large, the data flows beyond the visible screen, but IE 7.0 do not produce any scroll bars.Any help would be appreciated.-reply by sharad0703

#33 iGuest

    Hail Caesar!

  • Kontributors
  • PipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPipPip
  • 5,876 posts
  • Interests:Trap17 Free Web Hosting, No Ads

Posted 31 December 2009 - 02:53 AM

Thanks everybody about this explination! I take a lot of time try to erase the scrool bars and now I do it easy! It work for me in all the browsers I know! I used "overflow: hidden;" because with "Overflow: auto" give me error in Opera.Thanks a lot palls!;)-reply by realvst

#34 Guest_Frank_*

  • Guests

Posted 31 August 2010 - 12:53 PM

This works for me

<style type="text/css">
html {
overflow: auto;
}
</style>

Thank you so much!

#35 Guest_Bhumita_*

  • Guests

Posted 30 September 2010 - 03:32 AM

Thanks a lot. This works perfectly.

Overflow-x:hidden
Overflow-y:hidden

#36 Guest_Vijay_*

  • Guests

Posted 05 October 2010 - 11:54 PM

Overflow-y:hidden; (vertical scroll bar)
Overflow-x:hidden; (hide horizontal scroll bar)

This work perfectly for me thanks!

#37 Guest_Nadeem Khan_*

  • Guests

Posted 15 October 2010 - 07:53 PM


Its realy working..
i was fedup of other portals for the same issue but finally i got the right Answer here !!!Great Job Done

#38 Guest_coderme_*

  • Guests

Posted 22 June 2011 - 07:43 AM

View PostiGuest, on 17 January 2008 - 07:16 PM, said:

Erick - I was having no luck with html{overflow:auto;} either until I added it to the "body" in css:

Html, body {
Overflow:auto;
}

-Keith Bucklen


Perfect and working, a big smile for :D.


Thanks,




Reply to this topic


This post will need approval from a moderator before this post is shown.

  


1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users