Tagged Questions

0
votes
0answers
26 views

How can I make my text stay in side of my JQuery slider

Hi, I have tried everything as far as widths and margins. The problem is I have a background image and when I use a width that makes the text stay inside the slider during scroll, …
1
vote
1answer
34 views

jQuery - ScrollTo and Serial Scroll not working together

I have tested the scrollTo() plugin, but I need a way to stop the scrolling animation, so I am looking at serialScroll(). Here is what I used with scrollTo: $('#scroller').scroll …
0
votes
1answer
23 views

Flex: Make advanced data grid height of rows?

I have an ADG along with some other components in a VBox. The number of rows of items in the ADG is variable. I want the height of the ADG to be however tall it needs to be to show …
0
votes
1answer
39 views

CSS Problem with Overflow width div Part 2

Hi everyone, Related to this post stackoverflow.com/questions/1736910/css-problem-with-overflow-with-div The awser helped me ie: adding display: inline; i wanted to add some d …
0
votes
2answers
44 views

displaying news with javascript

I keep coming up against this issue. Displaying news on a website. And I'd like to come up with a solution to use like a template, something I can just drop on a site easily. The …
0
votes
2answers
48 views

UITextview content moves up when textview is selected.

I am pretty new to this iPhone dev thing but so far I have built a pretty good app but I have stumbled into this problem that for the life of me I cannot seem to solve. Basically …
0
votes
2answers
44 views

IPhone UITableView cells getting ‘stuck’ and mixed up with fast scrolling

Hi all, Based on Apple's TableViewSuite sample project (http://developer.apple.com/iphone/library/samplecode/TableViewSuite/index.html) I've taken the structure of number 5 there, …
1
vote
2answers
26 views

How to prevent page’s scroll position reset after DOM manipulation?

I've got two JS functions, one that is adding options to a select box function addOption(selectId, text, value) { var selectbox = document.getElementById(selectId); var op …
0
votes
1answer
19 views

TBODY scrolls on focus in FireFox

HTML <html> <body> <div style="width:100%; height: 300px; overflow: auto;"> <table cellspacing="0" cellpadding="2" style="width:100%;"> < …
0
votes
1answer
31 views

[JS] Scrolling to the bottom of a div

As part of an ajax chat room (using prototype framework) I am working on I scroll the user to the bottom each time a message is added using the below js. However if the user has s …
0
votes
1answer
27 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
1answer
44 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
25 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
0answers
109 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
150 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. …

1 2 3 4 5 15 next
15 30 50 per page