vraymer
12-07-2009, 12:11 AM
Having a strange issue in all versions of IE. (fine in Firefox)
Some of the divs aren't holding their width's... Please check out the site - any help would be great!
http://littletdesigns.com/work.html (http://littletdesigns.com/work.html)
[CODE]
#wrapper #work {
clear: left;
float: left;
width: 900px;
}
#wrapper #work #left {
width: 375px;
height: 215px;
clear: left;
float: left;
font-family: Arial, Helvetica, sans-serif;
color: #391D11;
font-size: 18px;
font-weight: bold;
line-height: 40px;
}
#wrapper #work #right {
clear: right;
float: left;
height: 215px;
width: 475px;
margin-left: 50px;
}
[ICODE]
Some of the divs aren't holding their width's... Please check out the site - any help would be great!
http://littletdesigns.com/work.html (http://littletdesigns.com/work.html)
[CODE]
#wrapper #work {
clear: left;
float: left;
width: 900px;
}
#wrapper #work #left {
width: 375px;
height: 215px;
clear: left;
float: left;
font-family: Arial, Helvetica, sans-serif;
color: #391D11;
font-size: 18px;
font-weight: bold;
line-height: 40px;
}
#wrapper #work #right {
clear: right;
float: left;
height: 215px;
width: 475px;
margin-left: 50px;
}
[ICODE]