Questions tagged [browser-scrollbars]
30 questions
1
vote
2 answers
How to Maintain Scroll position after asynchronous postback in asp.net with in the nested master?
I have a child page with the nested master means 2 master pages inherit one from another and in that child page I have all user controls only.
So in my case I have to maintain a scroll position of a child page after async post back of user control…

RAHUL311
- 39
- 1
- 8
1
vote
1 answer
Auto Scroll the kendo Treeview on programmatically select a node
I am new to kendo treeView. Can we automatically scroll the treeview to get the node in the current viewport. I have create a sample to show the issue JSBin Sample

user3291776
- 13
- 1
- 3
1
vote
1 answer
Changing Youtube Player Screen Size According to Browser's Window Size
If i use code below to get browser screen size there will be border and scroll bars. I want it to exactly get fitted to window no matter i open toolbars etc. I don't want border spaces and scroll bars. Neither horizontal nor vertical. Can you give…

mcan
- 1,914
- 3
- 32
- 53
1
vote
2 answers
scroll bar css in internet explorer
i want to apply css for scroll bar in internet explorer:
i had used below css for the just a particular scroll bar
.ui-menu {
scrollbar-track-color: #C0C0C0;
scrollbar-base-color: #797979;
}
even in that i want to remove scroll bar…

mandava
- 336
- 4
- 19
1
vote
0 answers
Remove scroll bars from facebook login popup
I'm trying to add Facebook Login to my website using the Facebook Javascript SDK.
Everything seems to work, but the login popup opens with annoying scrollbars when asking for permissions (I'm already logged in Facebook). I tested it with Firefox 16,…

Fabrizio Farenga
- 460
- 1
- 5
- 16
0
votes
3 answers
How to prevent scrollbar if an area hangs out of the containing block?
I have to write markup and CSS so that a background image doesn't produce a scrollbar. Only if the viewport is more narrow than the inner content wrapper, a scrollbar is created:
http://www.mcm.unisg.ch/
Doesn't work for me: Absolutely positioned…

roger
- 271
- 1
- 7
0
votes
1 answer
swffit, where to put the code?
there is a stupid question:
Where in HTML should I put the following code of swffit?
I try to use…
0
votes
1 answer
horizontal scrollbars in ie7
I'm trying to build a fluid layout website based on the Golden Grid System without limiting IE7.
I am getting an unwanted horizontal scrollbar for the body. If I force the width to be smaller, it will disappear. However, it will not be fluid.
The…

gavsiu
- 757
- 5
- 9
- 27
0
votes
2 answers
overflow;hidden iFrame only - (how do I keep scrollbars on the hosted web page?)
Is it possible to have scrollbars on a webpage when it must have overflow:hidden for use in an iFrame?

Matt
- 1
- 1
- 2
0
votes
1 answer
How can I create scrolling areas like the ones on stackoverflow?
I'm currently working on a flash project, which will use multiple scroll areas.
I'm trying to find out how to create a scroll area like I see on stackoverflow, and make it function similarly.
Whenever someone posts their lines of code to…

Collin
- 1
- 1
0
votes
1 answer
Div scrollbar issue with IE8
We have parent DIV and inside parent div we have following structure.
Div Main
table1
table2
Child div
Div Main end
Now our child div have overflow:auto. So when scrollbar comes and we scroll it, it also scroll table1 and table2. This…

jvm
- 1,662
- 8
- 27
- 46
0
votes
2 answers
WCustom scrollbars not appearing on WebBrowser control
I'm trying to get scrollbars working with the web browser control. However, as I'll be using it to display a message for a custom messagebox, I don't want the scrollbar to appear even if its not needed - as it seems to do by default. To circumvent…

Geekman
- 599
- 7
- 18
0
votes
1 answer
CSS: Full-size divs show browser scrollbars
I have a site which needs to be fully self-contained in the browser window, ie, the user must not have to scroll up and down to view different parts of the site. Content that is too long to fit into the content pane is handled with overflow:auto,…

Matthew Iselin
- 10,400
- 4
- 51
- 62
0
votes
1 answer
Two divs side by side in a wrapper div, which should stretch only with one of the divs inside
The title says pretty much everything. I have a wrapper div with two divs floated side by side in it. The contents and its length in both divs varies. The problem is, that I need the wrapper div to stretch only with the right div. The left div…

Miika Arponen
- 11
- 1
- 4
-1
votes
3 answers
Customize a Scroll Box
I am trying to create a scroll box whereby I can alter the shape and colors of the arrows and also the background of the text area.
I am trying to create the same scroll box as the followings but to no avail.

Meezy
- 1