relative

Hit test on group on Subviews

I have a UIView as the container/holder view. Inside that i have a group of UIViews (icons) Think of this as similar to the iPhone's SpringBoard- you have an SBIconList (UIView subclass) with a group of SBIcons (also UIView subclasses) So far, each icon of my icons is draggable, but i'm having problems writing the collision detection c...

Is there a way to setup Linked Resources relative to the .project file?

We have a Flash Builder (which is based on Eclipse) project that pulls source from different locations, included in the source control in which the project is. As per our organization requirements, the source code is present in directories not directly under the project directory. Initially we had the problem that all paths to the linked...

Showing and hididng div's in Internet Explorer, why can't I use absolute and relative?

I frequently use 's on my site pages to hold additional 'instructional' information for a particular page. A user can click a button such as "Show Instructions" and the is then shown on the page. When a page is loaded, I have visibility set to 'hidden'. So then a user will click on a 'Show Instructions' button to show the . Hidden, t...

CSS - Placing Text Relative to Another Text

I have a CSS div which contains text (basically, it's a headline). I have another CSS div that I want to have smaller sized text and to sit right to the right of the first, larger-texted div. I'm not sure how to do this...how do I tell the second div to place itself against the right of the first when each instance of the first div could...