Posted by pradeepg_jain on August 19, 2008 at 7:29am
Jump to:
| Project: | Green-n-Black |
| Version: | 6.x-1.5 |
| Component: | User interface |
| Category: | task |
| Priority: | minor |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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.
| Attachment | Size |
|---|---|
| screenshot.JPG | 114.55 KB |
Comments
#1
there's ie6-fix.css. You should put a value of new width. Also IE6 does not support min-width value.
#2
You mean to say in ie6.css i should add
#wrapper{
width:90%;
padding:0;
margin:4px auto;
border:1px solid silver;
text-align:left;
}
#3
And should the size of left and right side bar also changed
#4
Fixed in 6.x-1.6 version
#5
Automatically closed -- issue fixed for 2 weeks with no activity.