This is a discussion on "Floating with an image between columns?" within the Web Page Design section. This forum, and the thread "Floating with an image between columns? are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
Floating with an image between columns?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
Floating with an image between columns?
Kay, sorry if this has been explained before, but I couldn't find it in the searchy thing.
So, I'm a complete CSS newb, and I'm trying to accomplish a layout similar to this one with CSS, but I'm getting overlap, when I want to wrap around the image. This is what I'm getting. (Only one column so far, but you get the idea) I noticed they accomplished the other one with tables, and splitting that image in the middle up into parts to get the text to start partway down the image. I was also thinking of just sticking it in the middle (vertically) of the paragraphs too, so it'd be awesome if I could find a simple way to use CSS positioning and automatically wrap text around images. Thanks in advance for any help, love, Oya Edit: Pardon, I should stick in my code, shouldn't I?
Last edited by oya; Aug 24th, 2006 at 09:55. Reason: the code! |
|
|
|
#2
|
|||
|
|||
|
Re: Floating with an image between columns?
Neverming I, I think I found what I wanted to do, unless someone can give me a good example anyways. Thanks.
|
|
#3
|
||||
|
||||
|
Re: Floating with an image between columns?
There is really no way to acheive that exact effect in CSS if you want it to work like the other does when the text-size is increased in a browser. You'd have to float the paragraphs and put spans on a line to break it away from from the float. It's rather fishy, but it'd work.
|
![]() |
| Tags |
| floating, image, between, columns |
| Thread Tools | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| 2 columns | alexgeek | Web Page Design | 2 | Aug 14th, 2007 23:57 |
| 3 Columns with CSS | Pádraig | Starting Out | 8 | May 31st, 2007 09:32 |
| Three columns | R8515198 | Web Page Design | 5 | May 24th, 2007 19:16 |
| Faux Columns Problem - scolling up / down causes part of background image 2 disappear | brianwilson71 | Web Page Design | 17 | Apr 25th, 2007 00:34 |
| Floating an image inside colour div bkground | Salbert | Web Page Design | 3 | Aug 31st, 2006 08:22 |