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.

Comments

bduell’s picture

display:inline-block; seemed to do the trick for us!

ledelboy’s picture

StatusFileSize
new235.46 KB
new236.86 KB

Could you please be more explicit? I am having a similar problem. Check the attachment.

siemens’s picture

StatusFileSize
new97.8 KB
new468.27 KB
new394.42 KB

Yes, 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. :)

jiakomo’s picture

@BDuell
Could you be a bit more specific? Which file needs to be edited? Which css class?

jiakomo’s picture

double post, please delete

rup3rt’s picture

Bduell 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

Drugerry’s picture

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

bduell’s picture

Well, for us, in block.tpl.php we added:

#content { display:inline-block; }

And

ul.menu { display:inline-block; }

To fix this issue.

andyanderso’s picture

BDuell,

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

kisugiai’s picture

Status: Active » Closed (fixed)

closed -- issue fixed for 2 weeks with no activity.