larger thumbnail size breaks layout in Internet Explorer 6 using garland theme
Eudaimonius - February 7, 2007 - 15:23
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | Garland theme |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
increasing the thumbnail size, eg to 200x200, breaks the layout of the garland theme for stories when using Internet Explorer 6. the attached image overlaps the story frame.

#1
I said this before, and I say it again: we can only get around these kind of _user_ errors, by having some sort of defines in our themes which could be used by other modules.
Something like:
define(THEME_MAXIMUM_WIDTH, '550'); // To prevent breaking the layout
define('THEME_BACKGROUND_COLOR', '#223644'); // For blending added shadows to the background color of the area where it is displayed
etc, etc... :-)
though, this is in no way an issue for image_attach. So, I assign this to the "theme system" and it's version to "HEAD" so someone may implement it.
#2