Tagged Questions
2
votes
1answer
21 views
A panel scrollbars doesn't work with a label content
I am trying to put a Label control within a panel control. the panel control is supposed to enable the user scroll down when the label content grows bigger than the panel capacity.
<%@ Page ...
0
votes
0answers
147 views
Firefox: How to prevent horizontal scrollbar with when min-width and max-height is used?
I have a dynamically created table placed in a div. Whole structure can be arbitrarily positioned on the page. Requirements are (automatic vertical scrollbar and never horizontal scrollbar): - minimal ...
0
votes
1answer
136 views
Using overflow:scroll, hide unused scrollbar in Firefox
I have a div with overflow:scroll.
In Chrome, if a line of text is too long, a scrollbar will appear. If the line is not too long, no scrollbar will appear. That is the desired behavior.
In Firefox, ...
0
votes
1answer
183 views
Textarea Scrollbar not showing in firefox
I have a textarea which is dynamically create/inserted into the DOM. If the text area is below 75px height and the text inside of it exceeds that then you would expect a scroll bar however you don't ...
1
vote
1answer
90 views
Strange behavior of scrollHeight in firefox on div with padding and overflow:auto
Here it is, http://jsfiddle.net/YNKws/
<div id="div1" style="padding: 2px; overflow: auto;">
<div style="height:30px;">lalala</div>
<div ...
1
vote
1answer
155 views
Content not scrolling with scrollbar in Firefox
I have recently been tasked with figuring out how to maintain scrollbar positioning for my company's internal SharePoint 2010 site. Unfortunately the out of the box "MaintainScrollPositionOnPostBack" ...
1
vote
0answers
69 views
Is there any way to manipulate scrollbar using javascript in Firefox?
I am writing a UserChromeJS script (If you don't know what UserChromeJS is, please take a look at http://userchromejs.mozdev.org/)that turns the scrollbar into a floating one.
Link to my script: ...
0
votes
1answer
107 views
Firefox scrollbar resets incorrectly
I've come across a problem in Firefox browser. It's likely a bug, but maybe someone knows a workaround. The problem is demonstrated in the following JSFiddle: http://jsfiddle.net/F5tdB/ This has been ...
0
votes
2answers
147 views
Scroll bar in firefox
I have a Javascript code that opens a pop-up windows which contains a table. The problem is that table contains too many rows to be displayed on the screen area. On IE and Chrome i have a scroll bar ...
0
votes
1answer
584 views
Customized Scrollbar doesn't work for Firefox
I created a website. I customized the main vertical scrollbar.
It works good on Google Chrome and Safari but not in Mozilla Firefox.
Do you have any idea to fix this problem ?
CSS CODE
...
0
votes
0answers
16 views
Vertical scroll bar location is on previous location upon page refresh in firefox
Vertical scroll bar location is on previous location upon page refresh in firefox.
0
votes
0answers
94 views
when i run my flex program using navigateToUrl in firefox,i got a scollbar.But not it in ie
first,you create a mxml file named index.html.
second,copy my code into it.
<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"
...
1
vote
1answer
117 views
aria role of scrollbar not announced by jaws
I am using FF with Jaws and I have set the role of "scrollbar" on a div but it is not getting picked up by Jaws:
The wai aria spec says aria-valuemax, min and now are compulsory attributes for the ...
2
votes
0answers
525 views
Scrollbar now appearing in Firefox, not in any other browser. Just started July 5th
This is a firefox specific bug that just started today. IE and Chrome do not show any scrollbars. I'm making all the appropriate Facebook calls to autogrow the page.
I have in place
...
0
votes
1answer
2k views
CSS Media Queries and Firefox's Scrollbar Width [duplicate]
Possible Duplicate:
issue with CSS media queries(scrollbar)
So, Firefox includes the scrollbar width in its window width calculation, where was Webkit does not. This results in an ...
1
vote
3answers
2k views
Hide Scrollbar for iFrame in HTML5 on Firefox without editing the SRC
I've read all the similar questions about hiding a vertical scrollbar.
It seems to be a recurring issue that the tricks below work in IE and Chrome, but not Firefox.
For example:
overflow:hidden ...
2
votes
4answers
1k views
No horizontal scroll bar in Firefox 12 with window minimized [closed]
I'm working on a client site and noticed I get no horizontal scroll bar in FF12 when I have the window in restore down mode (the button just to the left of the x). Has anyone else noticed this? I've ...
0
votes
1answer
52 views
scrollable content expands over 100% in firefox 11 but works in chrome
I have this:
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<style>
html, body {width:100%; height:100%; margin:0; border:0; padding:0;}
.tbl {
display: table;
...
0
votes
1answer
156 views
padding-top causes bottom of scrollbar to disappear in FF
I have the following DIV configured in my HTML page:
<div id="contentDiv" style="padding-top: 20px; padding-left: 20px; overflow: auto; height: 100%;" >
The content is large enough that a ...
0
votes
1answer
245 views
How to get horizontal scrollbar which will work in Internet Explorer?
I made a Facebook app, but my picture is a bit more wider, than 520 px. I wanted to add a horizontal scrollbar to my html file, but I have a problem. I used this code in my html file:
<div ...
0
votes
1answer
724 views
Firefox TextArea does not scroll without scrollbars
I am using TextArea tags in my web project, that shall never show scrollbars.
This can easily be accomplished using
TEXTAREA { overflow: hidden }
All browsers that I need (IE, FF, Chrome) hide the ...
0
votes
1answer
933 views
Doesn't appear div scrollbar Firefox
this example code work in Google Chrome and in IE, but doesn't work in Firefox.
The scrollbar correctly appear in Chrome and IE because the div divScrollID2 is large 1200px and the container, div ...
2
votes
3answers
128 views
Scroll doesn't work inside <a> block in Firefox
In Firefox, I am unable to scroll by dragging the scroll bar inside an <a> block:
<a id="monther" class="single" href="">
<span>Month</span>
<ul class="month" ...
0
votes
2answers
159 views
Identify a scroll bar: Javascript
I'm writing an extension to Firefox and I'm using JavaScript.
Everytime my mouse uses the scroll bar, my extension goes a little bit crazy.
I'd like to know if there's any way to identify the mouse ...
58
votes
1answer
50k views
Custom CSS Scrollbar for Firefox
I want to custom-style a scrollbar with CSS.
I use this WebKit CSS code, which works well for Safari and Chrome:
::-webkit-scrollbar {
width: 15px;
height: 15px;
}
::-webkit-scrollbar-track-piece ...
2
votes
2answers
783 views
jQuery .append() in Firefox: vertical scrollbar appears?
I want to dynamically add a number of DIVs to a target DIV in my page with .append(), then set their heights and positions so they're all visible in the page without scrolling.
All of this goes OK, ...
9
votes
3answers
19k views
Hidden scrollbars in Firefox (allows scrolling but just no scrollbar)
I'm trying to make a scrollable gallery. I'd like to create a div that does scroll, just doesn't have a scrollbar. I was able to achieve this in Webkit with:
#photoreel::-webkit-scrollbar {
height: ...
1
vote
2answers
270 views
Adding items in DOM with jQuery without browser scrollbar update
I am adding many <li> to a <ul> using jQuery with the append method.
When there is more <li> than the browser space can accomodate, I expected the vertical scrollbar to enable ...
1
vote
1answer
575 views
Firefox's scrollbar is practically invisible - how to change
how to edit Firefox 'basic page style'
for all sites
with a Stylish script
to set scrollbar to a higher contrast color.
I can't see the thing its terrible.
is there any other way to do this?
0
votes
2answers
926 views
Css aligning/scroll bar problem
yes another problem with this scroll bar
alright so I started the website over again that was mentioned here
and I am having problems with this scroll bar again
alright so all I have is a single ...
11
votes
4answers
26k views
Scrollbar color change in Firefox
I want to change the scrollbar color in Firefox. How can I do that?
2
votes
5answers
6k views
Hiding vertical scrollbar of multi-line SELECT in Firefox and Chrome?
This problem seemed quite simple (overflow:hidden, right?) until I couldn't solve it. I have a simple multi-line SELECT with defined size:
<select size="10" name="elements">
...
...
1
vote
4answers
2k views
How to change the scroll bar color in Firefox(Specific)?
I need to change the scroll bar color in Firefox. Using CSS I am able to change scroll bar color in IE. It works fine. But I cannot see the change in Firefox.
I dont want any custom scroll bars. I ...
3
votes
2answers
12k views
CSS + FireFox: hiding scrollbar on iframe with scrolling=yes
I have an iframe with scrolling=yes. Is it possible to fully hide scrollbar using CSS for the Mozilla FireFox browser?
For instance, on the Internet Explorer I'm using this: Overflow-x: hidden; ...
5
votes
3answers
8k views
How to reset persistent scrollbar position after div refresh in FF3?
I'm experiencing a weird scrollbar issue. I'm building a page that uses jQuery and PHP to dynamically load images into a DIV sequentially. This DIV is a fixed height but uses a scrollbar for its ...
4
votes
2answers
5k views
How to Adjust/Change Scrollbar Width
Is there a way to temporarily change the scrollbar width in FF or IE while I'm testing some layout code?
I remember reading something a while back about this being related to resolution, but can't ...
3
votes
2answers
643 views
Get a deactivated scrollbar in Firefox
I have a Javascript tabbed dialog whose pages have different heights. Some of them are taller than the browser window.
In Internet Explorer, there is always a scrollbar to the right. When it is not ...
1
vote
1answer
556 views
set scrollbar properties in firefox
I want to set the color of my scrollbar and for it to work in firefox as well.
I read that scrollbar's are not part of the w3c standard and therefore their customizing are not supported in firefox. ...
1
vote
4answers
3k views
how to set the vertical scroll bar in firefox to be in the left side?
i want that the vertical scroll bar that show in textarea in fire fox will show in the left side,
i have site with 'rtl' direction,
and in IE its o.k , in the left side - (oposide the text).
1
vote
1answer
6k views
Forcing scroll positioning with Javascript scrollLeft
I have a set of javascript functions I use with a table of input elements to enable navigation. Things like keeping track of the currently focused element, and overflowing from the end of one row to ...
0
votes
3answers
1k views
How to get firefox to show an auto horizontal scollbar for a div?
See this pastie in firefox. When resizing the browser window horizontally, then when the yellow area gets hidden a bit I want a horizontal scrollbar to appear. In Safari this code works fine. How ...
