scotthughes0420
New Member
Hello everyone,
I am hoping to see if someone can suggest a fix or way to get a website I am designing to display properly in ie 7
http://www.plaquemaker.com/
The left nav justifies all the way to the right. it looks fine in ie 8 and newer versions of firefox etc...
Can anyone tell me how to fix this so it displays in ie 7 properly?
My style sheet for that left navigation is as follows:
.thrColFixHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
font-size: 12px;
padding: 0px 0px 0px 20px; /* padding keeps the content of the div away from the edges */
margin: 0px 0px 0px 0px;
text-align: left;
}
Thank you all, hoping that someone sharp can see this issue and fix quickly,
Scott
I am hoping to see if someone can suggest a fix or way to get a website I am designing to display properly in ie 7
http://www.plaquemaker.com/
The left nav justifies all the way to the right. it looks fine in ie 8 and newer versions of firefox etc...
Can anyone tell me how to fix this so it displays in ie 7 properly?
My style sheet for that left navigation is as follows:
.thrColFixHdr #sidebar1 {
float: left; /* since this element is floated, a width must be given */
width: 180px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
font-size: 12px;
padding: 0px 0px 0px 20px; /* padding keeps the content of the div away from the edges */
margin: 0px 0px 0px 0px;
text-align: left;
}
Thank you all, hoping that someone sharp can see this issue and fix quickly,
Scott