Closed (fixed)
Project:
Green-n-Black
Version:
6.x-1.5
Component:
User interface
Priority:
Minor
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
19 Aug 2008 at 07:29 UTC
Updated:
28 Nov 2009 at 16:10 UTC
Hii guys,
I have just changed the wrapper width to
#wrapper{
min-width:850px;
width:90%;
padding:0;
margin:4px auto;
border:1px solid silver;
text-align:left;
}
so as to shrink the content area.its working well in FF.but in IE 6 .the right sidebar is coming good but the left sidebar goes to the left of the screen and only half can be seen.any solution to this..so that i can adjust this.and i have attached a screen shot of whats happening..can u plzz let me know what can i do to solve.
| Comment | File | Size | Author |
|---|---|---|---|
| screenshot.JPG | 114.55 KB | pradeepg_jain |
Comments
Comment #1
cmstuning commentedthere's ie6-fix.css. You should put a value of new width. Also IE6 does not support min-width value.
Comment #2
pradeepg_jain commentedYou mean to say in ie6.css i should add
#wrapper{
width:90%;
padding:0;
margin:4px auto;
border:1px solid silver;
text-align:left;
}
Comment #3
pradeepg_jain commentedAnd should the size of left and right side bar also changed
Comment #4
cmstuning commentedFixed in 6.x-1.6 version