Album of postcards displaying in a long horizonatal line.
tomrowsell - January 18, 2005 - 23:37
| Project: | Postcard |
| Version: | 4.5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | axel |
| Status: | by design |
Jump to:
Description
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

#1
Define 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:
.postcard-thumb img {place img' tag properties here...
}
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.