Thread: Lean?`
View Single Post
Old 03-07-2008, 09:57 PM   #1 (permalink)
Tanax
The Prestige
Upcoming Programmer Inquisitive 
 
Tanax's Avatar
 
Join Date: Sep 2007
Location: Sweden, Stockholm
Posts: 1,080
Thanks: 115
Tanax is on a distinguished road
Default Lean?`

Hi, how can I do this?

HTML Code:
<img src="leftimage" />
<div id="content">
hellooooo
</div>
<img src="rightimage" />
And set the content div to a width to 0, and then overlap the div with the images, so it looks like the images are together as one image? Someone said using float: right on the left image, and float: left on the right image, but that didn't work =/
__________________
Tanax is offline  
Reply With Quote