Topic: Positioning Problems... (Page 1 of 1) |
|
---|---|
Paranoid (IV) Inmate From: below the Eternal Potty Trainer! |
posted 07-31-2005 07:48
... why does this have to be so hard! I have a problem and so far Google's let me down take a look at the diagram as I explain. |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 07-31-2005 08:28
An explanation of what specific problems you are having, as well as a link to a test page or the code in question, might be helpful. |
Paranoid (IV) Inmate From: below the Eternal Potty Trainer! |
posted 07-31-2005 08:50
Well the problem is that I want the circles to be positioned in that particular way on top of the rectangle staying flexible. I'll get that test page up in while... |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 07-31-2005 09:45
Well, without much to go on, it's tough to give you an answer. But as for the circles staying on top of the rectangle, that should be a simple matter of controlling the z-index. If the circles appear after the rectangle in the code they will automatically have a higher z-index and appear on top of the rectangle. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 07-31-2005 12:22
provided the content never ovelaps the virtual lines layed out by the circles, this is one of those layouts I'd have no problem to keep liquid with tables (with a clever mixture of background images for the black-orange strips, and real images (with align="appropriate") to keep the balls positioned where I want them. |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 07-31-2005 15:21
It's late and I'm tired, but after reading TP's comments, I think I get what you mean by staying flexible. Without trying anything out, I can say that the solution will involve positioning the circles in relation to the box (i.e., the circles will be the children of the box). |
Paranoid (IV) Inmate From: Florida |
posted 07-31-2005 16:35
could you give us another image of how you'd want it to look if it were twice as big? |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 07-31-2005 21:14
what? |
Paranoid (IV) Inmate From: London |
posted 08-01-2005 00:52
So to make it clear, can you explain if this layout is not to be fixed width, or to not resize with the browser window size, if not yes then no... I still think (if it's a liquid layout) it can be done with background images though, it would certainly take many! |
Maniac (V) Mad Librarian From: Seoul, Korea |
posted 08-01-2005 02:46
TP: Ah, like I said, it was late. I thought you were talking about a table layout. |
Paranoid (IV) Inmate From: below the Eternal Potty Trainer! |
posted 08-01-2005 13:44
Sorry for the delay, I finished the test yesterday just didn't find time to upload it. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-01-2005 14:19
have a look at http://test.coonabibba.de/random/templar/test.html - I admit it's using a single table, but I don't have the time I wish I had to help out here. |
Bipolar (III) Inmate From: Minnesota |
posted 08-01-2005 17:12
Is this what you're trying to get? http://www.smith-web.net/temp/positioning.htm |
Paranoid (IV) Inmate From: below the Eternal Potty Trainer! |
posted 08-01-2005 19:04
Nathus: No that's not what I want nice try though. |
Paranoid (IV) Mad Scientist with Finglongers From: Germany |
posted 08-01-2005 21:47
of course mine doesn't validate. It's a 4:43 minute hack. I timed myself. Alas, I don't have much time these days ;-( |
Maniac (V) Mad Scientist From: :morF |
posted 08-06-2005 15:14
It's silly to expect valid markup from everyone all the time, frankly. Validation is something you have to work on with every project. That's why validators exist in the first place. |