Floating with an image between columns?

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.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Aug 24th, 2006, 08:09
oya oya is offline
New Member
Join Date: Aug 2006
Location: Missouri
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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?

Code: Select all
<img style="position: absolute; left: 45%; top: 5px; float: left; width: 141; height: 111;" src="http://i46.photobucket.com/albums/f141/oyabubbles/Miskellaneous/milkmandan.gif">
<div style="position: absolute; width: 30%; right: 50%; padding: 5px; top: 50px;"><p align=right>blah blah<br />more blah stuff<br />keep on trucking<br />there, Mister text,<br />sir!</p></div>
Edit2: I noticed that it'll float it off to the right if I remove the positioning, but, then I can't position the picture in the middle....gah! I can do everything but what I want!

Last edited by oya; Aug 24th, 2006 at 09:55. Reason: the code!
Reply With Quote

  #2 (permalink)  
Old Aug 24th, 2006, 11:46
oya oya is offline
New Member
Join Date: Aug 2006
Location: Missouri
Posts: 3
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #3 (permalink)  
Old Aug 27th, 2006, 11:08
Ryan Fait's Avatar
SuperMember

SuperMember
Join Date: May 2006
Location: Las Vegas
Posts: 3,786
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Reply

Tags
floating, image, between, columns

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

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


All times are GMT. The time now is 07:24.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43