Closed (works as designed)
Project:
Postcard
Version:
4.5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
18 Jan 2005 at 23:37 UTC
Updated:
19 Jan 2005 at 10:39 UTC
Hi all:
I'm using the Postcard Module, and in IE6, images are displayed in one too-long horizontal line. In FireFox I don't have this problem. I'm new to this so please answer gently :)
Here's an example:
Thanks for any replies
Tom
Comments
Comment #1
axel commentedDefine style in your theme. For example for bluemarine theme edit themes/bluemarine/style.css. Thumbnails list has style 'postcard-thumb' followed by img tags, than define:
I'm programmer but not designer, than I maybe place styles in code in not optimal manner? For example, now style 'postcard-thumb' is defined for all images list as <div class="postcard-thumb"><img src=...><img src=...></div>'. But may be right way is place this style to each <img> tag as <img class="postcard-thumb src=.... >? I need designers advice.