Topic: Complicated floating problem - bottom right?? (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 03-24-2005 10:32
Heya, can anyone explain how to perhaps use floats to produce the following layout? I think i chose a really hard design because i haven't been able to find any examples of how to do it in CSS. HTML tables would be easy, but apparently tables are a hacky way of doing things in comparison to CSS... code: . ____________
|
Bipolar (III) Inmate From: London |
posted 03-24-2005 11:47
How many images do you want to be n the right hand column, could you use a background image for that column instead? you could make sure that no text flows over teh BG image by applying padding. |
Obsessive-Compulsive (I) Inmate From: |
posted 03-24-2005 12:23
Good idea, but it wouldn't work for what i want. I wanted the smaller images to be thumbnails for different images, and the thumbnails would be different on each page. |
Paranoid (IV) Inmate From: France |
posted 03-24-2005 12:49 |
Bipolar (III) Inmate From: London |
posted 03-24-2005 15:24
hmm, well I'm not entirely sure I understand your design, perhaps you could post up a link to your test site, if you don't have any spare space online you can use Geocities, they provide you with enough space fora test site and it's useful when asking for help so that people can check your code and offer suggestions. |
Obsessive-Compulsive (I) Inmate From: |
posted 03-25-2005 08:55
Finally got it figured out with help from various peoples. Thanks for your ideas guys! |