Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Firefox display of horizontal photo albumn

1 view
Skip to first unread message

Merv Norton

unread,
Jul 15, 2015, 5:00:08 PM7/15/15
to mozilla-d...@lists.mozilla.org
I have a photo album that consist of five thumbnails displayed horizontally. They were created in Expression Web 4 using CSS. When displayed in Internet Explorer and Chrome they display properly. When displayed in Firefox they are displayed vertically. Here is my code:

<div id="galery-box">

<div class="photo-box">
<a href="../Photos/Reunion-2006/Reunion%202006%20001.jpg">
<img class="auto-style2" height="128" src="../Photos/Reunion%202006%20Small/Reunion%202006%20001_small.jpg" width="171" /><!-- MSComment="autothumbnail" xthumbnail-orig-image="file:///D:/_Web Sites/17th - New/Photos/Reunion-2006/Reunion 2006 001.jpg" --></a></div>

THE CODE FOR ONLY ONE PHOTO IS SHOWN
Here is my CSS:
#galery-box {
width: 980px;
}
.photo-box {
border: thin solid #000000;
margin: 10px;
width: 171px;
height: 126px;
text-align: center;
float: left;
}

Merv Norton
Me...@MervNorton.com

Chris Van Wiemeersch

unread,
Jul 15, 2015, 7:05:43 PM7/15/15
to Merv Norton, mozilla-d...@lists.mozilla.org
If you are referring to the thumbnail image themselves being horizontal,
there used to be a bug in Firefox that would not respect the EXIF
orientation information stored in a JPEG image file:

https://bugzilla.mozilla.org/show_bug.cgi?id=298619

This bug was fixed in Firefox 26 (Firefox 39 is the current release
version).

If you're referring to the CSS forcing the `.photo-box` containers to wrap,
that sounds like a different issue - one that I was not able to reproduce
in Firefox (nor in Chrome, though as you said it works there).

Hope that helps.
> _______________________________________________
> dev-webdev mailing list
> dev-w...@lists.mozilla.org
> https://lists.mozilla.org/listinfo/dev-webdev
>
0 new messages