Topic: Annoying CSS alignment problem (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
![]() 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: |
![]() 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: |
![]() 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 |
![]() Can you post the page? |
Bipolar (III) Inmate From: beyond the gray sky |
![]() 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:
|