Page 1 of 1
IE 6
Posted: Thu Mar 12, 2009 8:31 pm
by Hildebrando
Hi:
In Explorer 6.0 the layout css is not fine...
Solution:
1.- In module/layout.tpl write:
<link rel="stylesheet" type="text/css" href="catalog/view/stylesheet/stylesheet.css" />
<!--[if IE 6]>
<link rel="stylesheet" type="text/css" href="catalog/view/stylesheet/stylesheetIE6.css" />
<![endif]-->
2.- Copy the stylesheet.css to stylesheetIE6.css
3.- In the stylesheetIE6.css change:
#content {
width: 557px;
.box .middle {
//padding: 1px;
Best,
Hilde
Re: IE 6
Posted: Thu Mar 12, 2009 9:25 pm
by fido-x
Good idea, but you end up loading 2 stylesheets. Your IE6 stylesheet should only have the changes in it, otherwise you have to go through 2 entire stylesheets if you want to change the font-size or a background colour in 1 area.
Re: IE 6
Posted: Thu Mar 12, 2009 11:51 pm
by Daniel
Can you make it with just the changes in it and i will use it in the next release.
Re: IE 6
Posted: Fri Mar 13, 2009 5:36 am
by nde
Daniel, I'm building a 3-column css for the front end that I already tested on every major browser on Windows, Linux and MacOS (works on IE5 and uses no CSS hacks). If you're interested I can send it over when I'm done...
Re: IE 6
Posted: Fri Mar 13, 2009 6:14 am
by Daniel
yeah sure. can you pm it to me?
Re: IE 6
Posted: Fri Mar 13, 2009 6:39 am
by nde
I'll pm you, give me a few days to finnish it.
Re: IE 6
Posted: Thu Mar 19, 2009 8:58 am
by MarkF
nde - would love to see this too!
The fix from Hilde doesn't quite work... the boxes don't look right and the header DIVs don't line up to the right.
Thanks
Mark

Re: IE 6
Posted: Tue Mar 24, 2009 6:11 pm
by JNeuhoff
Re: IE 6
Posted: Tue Mar 24, 2009 8:23 pm
by Hildebrando
MarkF wrote:nde - would love to see this too!
The fix from Hilde doesn't quite work... the boxes don't look right and the header DIVs don't line up to the right.
Thanks
Mark

That's true... but it's better than nothing. I'll wait the nde solution... sound good
Best,
Hilde
Re: IE 6
Posted: Tue Mar 24, 2009 9:44 pm
by Daniel