Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
float text to right of corresponding image
Old 07-05-2007, 09:29 AM float text to right of corresponding image
Experienced Talker

Posts: 35
Name: Chris
Trades: 0
I'm trying to create a page where image 1 floats to the left of text1, and below that image 2 floats to the left of text2.

If I make each image float:left, the second block of text comes straight after the first block of text, ie directly underneath it. I want it to sit to the right of image 2, which is further down the page.

(If I float text 2 to the right of image 2 it floats right over to the right hand side of the screen, instead of up against image 2.)

This is what I'm trying to get:

xxxxxxxxxx
xxxxxxxxxx text 1
xIMAGE 1x
xxxxxxxxxx
xxxxxxxxxx

xxxxxxxxxx
xxxxxxxxxx text 2
xIMAGE 2x
xxxxxxxxxx
xxxxxxxxxx

If anyone can be bothered showing me what to do here I'd be very grateful. I haven't found a tute on floating that has this scenario. PS, I want to avoid tables here.

Last edited by derjavina; 07-05-2007 at 09:31 AM..
derjavina is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-05-2007, 10:41 AM Re: float text to right of corresponding image
Skilled Talker

Posts: 62
Trades: 0
something like this ?

html:

<div id="image1">
<img src="fred.gif" width="100px" height="100px" />
<p>
test gergerg ge5 ghgggh54
</p>
</div>
<div id="image2">
<img src="fred.gif" width="100px" height="100px" />
<p>
test gergerg ge5 ghgggh54
</p>
</div>


css:

#image1 img{
float:left;
}
#image2 img{
clear:left;
float:left;
}
jameslow is offline
Reply With Quote
View Public Profile
 
Old 07-06-2007, 02:17 AM Re: float text to right of corresponding image
Experienced Talker

Posts: 35
Name: Chris
Trades: 0
This only works in IE.
derjavina is offline
Reply With Quote
View Public Profile
 
Old 07-06-2007, 05:40 AM Re: float text to right of corresponding image
Skilled Talker

Posts: 62
Trades: 0
#image1 img{
float:left;
}
#image1{
float:left;
margin-bottom:10px;
}
#image2{
clear:left;
}
#image2 img{
clear:left;
float:left;
}
jameslow is offline
Reply With Quote
View Public Profile
 
Old 07-06-2007, 06:54 AM Re: float text to right of corresponding image
Experienced Talker

Posts: 35
Name: Chris
Trades: 0
Thanks jameslow. You're a champion.
derjavina is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to float text to right of corresponding image
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.57972 seconds with 12 queries