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

#26 frozen.fish

    Super Member

  • Kontributors
  • PipPipPipPipPipPipPipPipPip
  • 348 posts
  • Gender:Male
  • Location:Everywhere
  • myCENT:42.64

Posted 28 May 2009 - 10:15 PM

very nice and useful didnt know that too lol.

thanks a lot for sharing it!

#27 iGuest

    Hail Caesar!

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

Posted 20 June 2009 - 04:43 AM

Css Trick: Hide Disabled Internet Explorer Vertical ScrollbarCss Trick: Hide Disabled Internet Explorer Vertical Scrollbar

Seems to me iGuest that you would need to use "scroll" instead of "auto".

Give that a try.

-reply by thorongil

#28 iGuest

    Hail Caesar!

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

Posted 29 June 2009 - 07:41 PM

This is really good info. I've been trying to find a way to have all browsers have the vertical scroll bar showing all the time so that the shorter pages don't shift as you go from page to page, because of the scroll bar coming in and out. I keep forgetting to try targeting the html when I want to effect something with css. Making the html have an overflow: hidden and then the body have overflow: scroll makes that happen. The default IE scroll bar was always causing problems.



#29 iGuest

    Hail Caesar!

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

Posted 09 July 2009 - 08:40 AM

Scroll barCss Trick: Hide Disabled Internet Explorer Vertical Scrollbar

I have also try this : "This vertical scrollbar is always there, even if the length of the page does not require a vertical scrollbar."

Is it the problem of web server? And how can be fixed?

Thank you

 -reply by Man Yan



#30 iGuest

    Hail Caesar!

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

Posted 18 August 2009 - 04:21 PM

Stopped my scrollingCss Trick: Hide Disabled Internet Explorer Vertical Scrollbar

thorongil you are a star. I have been trying to stop my pages from shifting left because of the scroll bar and you have fixed it for me. It works beautifully in FF and IE with- html {overflow: scroll;}in the css. Thanks a million.

-reply by BayTheMoon

#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




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