Hello,

I've got a flickr gallery plugin working on a wordpress install. You can see
it here

http://walescarpentry.com/our-work/

I'm working in FF3 right now. I'm not sure how it looks in IE, as I only
have IE6 and the site doesn't load in that browser for some reason
(something else I have to figure out).

It seems like the float is broken or something. There may be some css
conflict with the gallery plugin vs. the theme, but I cannot seem to find
it. The pertinent CSS to the thumbnail is this:

div.flickr-thumb {
        float: left;
        border: 1px solid #dddddd;
        padding: 2px;
        margin: 3px;
        height: 75px;
        width: 75px;
}

If I disable the width and height in Firebug, it looks much better (which
seems odd to me) although it looks like the float is still broken or
something. Would a float fix work here perhaps? Obviously I'd like this to
work in IE7 too - but I can't install that on my machine so I don't know
what it looks like.

Any help or tips are greatly appreciated!

Tom

-- 
Marooned - A Space Opera in the Wrong Key!
http://www.maroonedcomic.com
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to