Jump to content

.


koby

Recommended Posts

also, I made a mistake in your other thread, but since you deleted all your posts and the thread was closed, I'll have to do it here. The mistake was in the declaration of the img selector, specifically the display part. Notice the difference.

img{  display: inline-block;  width: 100%;  max-width: 800px;}

So now try it like this, with just this in the HTML and the above CSS. The rest can be added in once you get the images looking the way you want

<div id="image_container">  <img src="img1.jpg"></img><img src="img2.jpg"></img><img src="img3.jpg"></img></div>

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...