Side by side Pictures
-
How can I get my pictures with drop shadows to appear side by side in firefox? They currently look how I want them to look in IE, but in firefox, it’s putting the first picture on the left, then on the next row, putting the picture on the right so it staggers the pictures instead of having them side by side.
This is the code I’m using:
<div class="img-shadow"> <img src="https://www.taibros.net/images/cleancut_thumb.jpg" alt="Clean cut me" /></div>
<div class="img-shadow" style="float:right;"> <img src="https://www.taibros.net/images/goatee_thumb.jpg" alt="Me with a goatee" /></div>
<div class="img-shadow"> <img src="https://www.taibros.net/images/beard_thumb.jpg" alt="Me with a beard" /></div>
<div class="img-shadow" style="float:right;"> <img src="https://www.taibros.net/images/bum_thumb.jpg" alt="Me as a bum" /></div>
Any help would be great, Thanks!
- The topic ‘Side by side Pictures’ is closed to new replies.