Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
6answers
20k views

How do you create non scrolling div at the top of an HTML page without two sets of scroll bars

How do you create non scrolling div that looks like the MS Office 2007 ribbon on a web page without two sets of scroll bars. One for the window and one for the div.
1
vote
2answers
261 views

Android ListView scrolling intermittantly stops

My Activity has a custom title bar and a ListView. The ListView uses a SimpleAdapter showing an array of data, nothing fancy. I noticed that when I keep sliding my finger up and down without leaving ...
1
vote
1answer
274 views

Fixed nav div in centered content

I have a centered container div, containing a content div to the left and a nav div to the right. I want the nav div to be fixed, as in not scrolling with content. See image below. Is this doable?
1
vote
3answers
421 views

UITableView scrolling issue after memory warning

I created a UITableView similar to the iOS address book that allows you to pick an image on one row and and there are additional custom cells that have text fields for entering data. I run into this ...
0
votes
2answers
587 views

Xcode: Scrollview with images in scrollview

I'm trying to make a view looking almost like the info-view in appStore, with text on the first half of the view and images on the second half. I've tried to use a scrollview in another scrollview. ...
0
votes
1answer
239 views

UITableViewController won't scroll on custom implementation

There are numerous posts out there stating one should avoid the use of UITableViewController. More and more I want to give in, but I'm using a CoreDataTableViewController super class that's tied into ...
0
votes
3answers
817 views

absolutely positioned divs that don't move when page is scrolled

I've done this in the past using a method similar to this: http://javascriptkit.com/javatutors/static3.shtml but I don't like the "flicker" effect as the page is scrolled and the div needs to move ...