Closed (won't fix)
Project:
Omega
Version:
7.x-2.0-alpha6
Component:
Miscellaneous
Priority:
Major
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2011 at 21:45 UTC
Updated:
11 Jan 2011 at 08:17 UTC
On a clean install of Drupal 7.0, enabled Omega Starterkit.
Added D7 built-in site-wide Contact Form.
Open ./contact in IE6 - the sidebar disappears...
Comments
Comment #1
dseeley commentedI should clarify that it's the contents of the sidebar that disappear, not the actual sidebar.
Comment #2
micheHi dseeley!
I haven encountered similar issues with IE. The sidebar will disappear when the main content area has content that is 1px wider (or more) than the allotted space. This can be from an embedded View, a table in the body textarea or even making a paragraph italic. Because Drupal uses cols="60" for the textarea in the contact form, this is producing a width that is slightly wider than your content area.
Omega cannot assume how many grids you are using for the main content area, so it cannot provide CSS to alter this, however, you can.
I recommend either creating a stylesheet in the starter kit and add code similar to
or, in a module, you can do a form_alter to change the col number.
Good luck, Miche
Comment #3
dseeley commentedHi Miche,
Thank you very much - that sorted it out! Glad it's not a fault with Omega either (which I really like).
dseeley