When the user clicks a certain button at the bottom of the site I am working on, it expands into a comment form. If there is a lot of other content on the page, the comment form will expand below the
I would like to create a blackberry component which has the following capabilities: Horizontal scrolling of various image fields much like a carousel/springboard interface.
Description I\'m trying to test application coded in Delphi (VCL components by DevEx) with TestComplete. Application is built without debug info.
I\'m trying to get it to where I can scroll #page to the anchor within the ajax response which is displayed withinin the #page div. The below code works for the first click, but not for subsequent cli
I have a form in the middle of a table. I would like this form to always be in the center of the window vertical and horizontally, even when the window size is smaller than the table.
I have a listview with a custom arrayadapter that handles about 15 strings. The style of each row alternates (between labels and values for those labels--for example row 1 could be \"email address\" a
How can I programmatically scroll a UIWebView in Objective-C (iOS)? The only solution I can think of is to put it inside a UIScrollView and programmatically scroll that, however this presents the pro
I have a simple dialog with tab control whit property Dock = Fill. On the tab page I add another control and set its properties Anchor as \'Left, Top, Right\' and min size as \'600,300\' for example.
I\'ve got a problem in internet explorer 6 and FF with something I\'m trying to implement in jQuery. Basically there is an object at the top of the page using floated content that seems to be interfer
I have an UIViewController which contains a UITableView (subclassed) and another UIView (subclassed). They are on the same hierarchy level but the UIView is added last so it is the frontmost.