
April 21st, 2005
08:20 PM
Neverside Newbie
Status: Offline!
How can I get these items to appear next to each other?
I'm working on a PHP image gallery for my site. Right now I'm doing the CSS for these items.
http://tacheron.org/mockups/graphics.png
I can't figure out how to get the image to appear to the left of the information box, which should stretch to the other side of the container div.

April 21st, 2005
09:22 PM
' OR 1=1--
Status: Offline!
Uhm can we get some code pls?
___________________
Neverside Sucks.

April 21st, 2005
09:42 PM
Neverside Newbie
Status: Offline!
Not much code to be posted to begin with.
It's basically <img class="thumbnail" src="foo"> and <div class="thumbinfo"> sitting inside <div class="thumbcontainer"> or whatever I've set it to.

April 21st, 2005
09:45 PM
Neverside Newbie
Status: Offline!
Not much code to be posted to begin with.
It's basically <img class="thumbnail" src="foo"> and <div class="thumbinfo"> sitting inside <div class="thumbcontainer"> or whatever I've set it to.

April 21st, 2005
09:49 PM
Neverside Newbie
Status: Offline!
put float: left; into your thumbnail css div.