This patch corrects displacement of columns downwards one under another in IE 6.

It works for me but I'm not sure, that this will works for others.
Need to be tested.

CommentFileSizeAuthor
page.tpl_.php__4.patch443 bytesincognito

Comments

toemaz’s picture

I confirm that your patch is ok. I was just having this issue.

Question: is there a way to put the adjustments into the layout.css file rather then page.tpl.php?

zirafa’s picture

You can target the different browsers with the * hack, and put that in the CSS file.

http://www.webdevout.net/css-hacks

johnalbin’s picture

Version: 5.x-0.6 » 5.x-1.x-dev
Category: task » bug
Status: Needs review » Closed (duplicate)

Fixed in this issue: http://drupal.org/node/110897

Anodonta’s picture

In Garland (Drupal 6.10) it is work OK!

In the original file garland themes page.tpl.php for Drupal 6.10

between:

< ?php print $scripts ?>

and

< /head>

remove:

< !--[if lt IE 7]>
< ?php print phptemplate_get_ie_styles(); ?>
< ![endif]-->

and insert in this place this code:

< style type="text/css" media="all">
#page #container #main {
overflow:hidden;
height: 1%;
}
#sidebar-right {
clear: right;
}
< /style>

So this working well. (The right side not fall)

stagunanfo’s picture

Component: IE Problems » layout.css

Здорово такое отвлечься-почитать.Скажем-впустить разнообразие в серые, рабочие будни.