Closed (fixed)
Project:
Tapestry
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jul 2008 at 23:04 UTC
Updated:
24 Oct 2011 at 00:20 UTC
Jump to comment: Most recent file
We are getting rendering errors with IE6 in terms of layout alignment. This occurs with just simple Drupal Administrator pages (as well as many others). I have attached a screen shot with IE6 and with FireFox (which is fine) for your comparison. Notice that with IE, the Administrator page's content is pushed down and an empty space is to the right of the Nav menu. With Firefox, the layout is correct.
Other than these errors, we like Tapestry and would use it if you can fix them.
Thanx.
| Comment | File | Size | Author |
|---|---|---|---|
| #3 | error_tapestry_ie6.jpg | 394.42 KB | siemens |
| #3 | tapestry_ie7_ok.jpg | 468.27 KB | siemens |
| #3 | tapestry_setting.jpg | 97.8 KB | siemens |
| #2 | explorer6.jpg | 236.86 KB | ledelboy |
| #2 | explorer7.jpg | 235.46 KB | ledelboy |
Comments
Comment #1
bduell commenteddisplay:inline-block; seemed to do the trick for us!
Comment #2
ledelboy commentedCould you please be more explicit? I am having a similar problem. Check the attachment.
Comment #3
siemens commentedYes, I have the same problem in IE6 with "brady53" first.
This problem is only in IE 6. (It's ok. in IE 7, all Firefox & new Opera)
I get this problem, when I create a block in "Content top" ("Content top left" OR "Content top rigt" is the same situation). It is with all content in this blocks (google adsense, normal text => all the same).
When you activate this one of this block in "Content top", then you see the "normal" text-block and this "Content top"-block under the "left sidebar".
I can't correct the bug when I edit "Fixed Width Size:", "Outside Sidebar Width:", or "Right Sidebar Width:" in the configuration of the theme "tapestry". I get all time this bug.
I'm used drupal 5.12 (also 5.10).
My settings for the "tapestry"-theme are:
Fixed Width Size: = 980 (you can not used more for 1.024x768, than you get a mistake in view)
Outside Sidebar Location: = Outside Sidebar of Left
Outside Sidebar Width: = 185
Inside Sidebar Mode: = Content Between Inside Sidebars
Left Sidebar Width: = 150
Right Sidebar Width: = 155
Font Family: = Arial, Verdana, sans-serif
You can look example at the attachment.
Who can repair this bug?
Thanks very much.
MS
PS.
20% off all my user used the IE 6. It is Every Fifth. I don't know, why the don't used firefox. :)
Comment #4
jiakomo commented@BDuell
Could you be a bit more specific? Which file needs to be edited? Which css class?
Comment #5
jiakomo commenteddouble post, please delete
Comment #6
rup3rt commentedBduell used tapestry in http://www.mmaglobal.com
Viewed the css with Firefox Web Developer plugin
Can't see display: inline-block being used outside .clear-block in default.css
R3
Comment #7
Drugerry commentedMake sure you have no custom styles selected for the navigation block. Then it works fine......
You can screw that block up in FF as well by choosing the wrong borders.
Comment #8
bduell commentedWell, for us, in block.tpl.php we added:
#content { display:inline-block; }
And
ul.menu { display:inline-block; }
To fix this issue.
Comment #9
andyanderso commentedBDuell,
Thanks for the post. I am still having trouble making it work...
Could you post a copy of your block.tpl.php file?
Or at least post the section of the file where you inserted these lines?
Thanks,
Andy
Comment #10
kisugiai commentedclosed -- issue fixed for 2 weeks with no activity.