Topic: Annoying CSS alignment problem (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 05-24-2004 09:22
I'm trying to align a table with a picture I have on my page and I can't for the life of me figure out how. |
Nervous Wreck (II) Inmate From: |
posted 05-24-2004 10:16
Try absolutely positioning your elements (position: absolute; ) then you can specify top and left properties, alternatively you could try and set the margins for each element. |
Obsessive-Compulsive (I) Inmate From: |
posted 05-24-2004 18:12
The problem with absolute positioning is that it doesn't scale well when you view it on a lower resolution. |
Maniac (V) Inmate From: under the bed |
posted 05-24-2004 18:29
Can you post the page? |
Bipolar (III) Inmate From: beyond the gray sky |
posted 05-25-2004 01:05
I'm learning CSS as well. You can check out my post and see my site transform from a table hack to using CSS. There are MANY links that other inmates have posted that were very helpful. quote:
|