CSS issues with Flickr’s blog plugin in IE
Posted: 27 October 2008 09:36 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2008-10-27

Hi,
I’ve posted this on the relevant Flickr support forums but received no reply so I’m hoping someone here whose CSS knowledge tops mine might be able to help.

I’m using a Flickr plugin for WordPress to display a photo gallery in a WordPress powered fan site. It works fine in Firefox, but in Internet Explorer, I have noticed that, in albums with more than one page of photographs, the thumbnail view displays awkwardly - scattered all down the page rather than inline:

http://www.helengrace.co.uk/images/album/72157607615743569/roger...

and

http://www.helengrace.co.uk/images/album/72157607610022468/poiro...

Can anyone offer any suggestions as to how to fix this?
Many thanks!

Profile
 
 
Posted: 14 November 2008 01:57 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  8
Joined  2008-11-14

Hi,

Try setting an explicit width on photos id selector in the file ‘photoalbum-style.css’ I reckon 435px should do it, but have a play until you get it right:

div#photos { (line 117)
clear:both;
height:1%;
margin:20px 0 0;
padding:10px;
width:435px;
Profile