Topic: Right Align a Block Element within another Block Element |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: Phoenix |
posted 08-05-2004 19:16
Okay, |
Maniac (V) Inmate From: under the bed |
posted 08-05-2004 20:21
Forget about absolute positioning - use float. code: <html>
|
Bipolar (III) Inmate From: Phoenix |
posted 08-05-2004 21:09
That works, but I need it to act more like a layer... so that text can appear over the top of it. I found no way to align right, but did discover that within a block element absolute blocks will align according to the parent element as long as you don't use: |
Maniac (V) Inmate From: under the bed |
posted 08-05-2004 23:44
Perhaps if you explain why you need to do this, a better solution will come up. |
Maniac (V) Inmate From: few miles outside philly |
posted 08-06-2004 05:43
I think he's trying to get the right side background semi circle fade thing placed with text going over it. |
Nervous Wreck (II) Inmate From: Melbourne, Victoria, Australia |
posted 08-06-2004 05:58
umm ... is this what you're trying to achieve? code: <html> |
Bipolar (III) Inmate From: Phoenix |
posted 08-07-2004 15:59
Is it an IE thing? |