echaland
03-12-2009, 09:06 PM
1) Script Title: CSS Equal Columns Height script (v1.01)
2) Script URL (on DD): http://www.dynamicdrive.com/style/blog/entry/css-equal-columns-height-script/
3) Describe problem:
I'm using 2 columns with a content. Columns resize fine based on content with Safari, Firefox IE7 but nothing happens in IE6?
Does anyone know why?
Thanks in advance for your time and help.
#leftColumn {
float: left;
width: 195px;
background: #ffffff url(../images/left.gif) repeat-y;
}
#rightColumn {
float: right;
width: 190px;
background: #ffffff url(../images/right.gif) repeat-y;
}
#content {
background: #ffffff url(../images/content2.gif) repeat-y;
width: auto;
display:block;
}
2) Script URL (on DD): http://www.dynamicdrive.com/style/blog/entry/css-equal-columns-height-script/
3) Describe problem:
I'm using 2 columns with a content. Columns resize fine based on content with Safari, Firefox IE7 but nothing happens in IE6?
Does anyone know why?
Thanks in advance for your time and help.
#leftColumn {
float: left;
width: 195px;
background: #ffffff url(../images/left.gif) repeat-y;
}
#rightColumn {
float: right;
width: 190px;
background: #ffffff url(../images/right.gif) repeat-y;
}
#content {
background: #ffffff url(../images/content2.gif) repeat-y;
width: auto;
display:block;
}