0
votes
1answer
19 views
AS3 Scrollbar content formula
I've created a horizontal scroller and now I'm stuck on how to calculate the position of the content when the scroller is at a position.
private function checkDrag(event:Event):vo …
0
votes
0answers
19 views
For Android: Changing view backgrounds,texts on Scroll Event
I have 27 drawables in my res folder. I want my TextView to have its background and text changed while the user scrolls vertically(both up and down).And i want this feature to carr …
0
votes
1answer
28 views
How to add scroller around table using html and javascript?
i am designed a dynamic table for getting input from user.each column of table contains different types of fields like text box,drop down,check box etc.what should i do to add scro …
0
votes
0answers
70 views
scrolling tabs in jQuery
Is there simple solution to build tabs with the scrolling tabs-pane in jQuery?
Like ExtJS Advanced Tabs:
http://www.extjs.com/deploy/dev/examples/tabs/tabs-adv.html
1
vote
2answers
89 views
Scrolling an HTML page with javascript?
I created a page that scrolled via JavaScript but in some browsers it does not scroll very smoothly when you and text to the page? And it doesn't seem to work at all in chrome.
…
0
votes
2answers
67 views
How to scroll “infinitely” wide view in Android?
I am pondering the alternatives on how to scroll an "infinite", scale-like, control in android. The simple idea is to redraw the entire view on each scroll movement, but somehow it …
3
votes
3answers
175 views
A DIV that stays at the top while a web page scrolls
How would I have a DIV stay at the top of the page visually as the user scrolls down a web page?
A simple Javascript framework would be great!
2
votes
3answers
152 views
Help me avoid weird automatic scrolling in IE
I'm maintaining a web page and need to fix a very weird behavior under IE. The page has a table that displays a menu for each cell as the mouse moves over. Everything runs fine as …
3
votes
8answers
362 views
Very Tricky CSS Scrolling Question
Hi.
I am not sure how to achieve a certain effect in CSS.
I have the following HTML:
<div id="container" name="container">
<div id="scroll" name="scroll"></div …
0
votes
3answers
65 views
scrolling text within a div
Hello guys,
In a page I'm working on I have html container for a div height not more than
200px, however I need to fit in a text that requires 300px and I don't
want to show the s …
0
votes
1answer
26 views
How to add scrollable JTextArea to jDesktopPane
I was try several opinion but neither of them it seams to work.
This method returns JTextArea
private static JTextArea getJArea() {
if (jArea == null) {
jArea = new JTextA …
0
votes
1answer
49 views
Flex renderer recycling with browser scrollbars?
Is it possible to get flex renderer recycling while using browser scrollbars?
I have a flex tree control with custom item renderers for rich editing of a server-side data structur …
0
votes
3answers
63 views
JQuery scrolling issue when submiting a form
I'm building an ASP.NET website and I'm puzzled with the behavior of one page, I've got a long form and a submit button, I've got the piece of javascript below in the page to handl …
0
votes
1answer
129 views
Resize background-image to fill the page height-wise, but allow elements on either side
I'm having a lot of issues trying to do this, and I'm now wondering if it's even possible in css. (Maybe I will need to find some other way using PHP, Flash or Javascript!)
Basica …
4
votes
3answers
423 views
Tricks for improving iPhone UITableView scrolling performance?
I have a uitableview that loads fairly large images in each cell and the cell heights vary depending on the size of the image. Scrolling performance is decent, but can sometimes be …
