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
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

Stefan Nagtegaal - February 8, 2007 - 14:20
Project:Image» Drupal
Version:5.x-1.x-dev» 6.x-dev
Component:image_attach» theme system
Category:bug report» feature request

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

Pasqualle - September 16, 2008 - 12:25
Version:6.x-dev» 7.x-dev
Component:theme system» Garland theme
 
 

Drupal is a registered trademark of Dries Buytaert.