Forum Moderators: not2easy

Message Too Old, No Replies

Css

Floating of multiple images

         

kaymeis

5:17 pm on Jan 20, 2010 (gmt 0)

10+ Year Member



what's the css code for floating multiple images?

limbo

11:35 am on Feb 2, 2010 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Might need a bit more info to know exactly how you'd like it to work

But typically it'd look like:

#gallery img {float:left; /*or right*/}

Where #gallery define the images within.