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.
| Comment | File | Size | Author |
|---|---|---|---|
| page.tpl_.php__4.patch | 443 bytes | incognito |
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.
| Comment | File | Size | Author |
|---|---|---|---|
| page.tpl_.php__4.patch | 443 bytes | incognito |
Comments
Comment #1
toemaz commentedI 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?
Comment #2
zirafa commentedYou can target the different browsers with the * hack, and put that in the CSS file.
http://www.webdevout.net/css-hacks
Comment #3
johnalbinFixed in this issue: http://drupal.org/node/110897
Comment #4
Anodonta commentedIn 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)
Comment #5
stagunanfo commentedЗдорово такое отвлечься-почитать.Скажем-впустить разнообразие в серые, рабочие будни.