help with IE6 or 7 and this site!
- Started
- Last post
- 4 Responses
- wichard
Hello everyone. I have been trying to get this to work in IE6 and IE7 for over a week now. changed the place in the code of where the logo is. and the gray background is still happening. . . does anyone know why this would and how I could get it work right. I am ripping hair out over this. I just would love to be done with this site.
Thanks!
link:: http://www.richardquay.com/mapleā¦
- cosmo0
I see that you are referencing IE 6 style sheet.
Change this line "<!--[if lte IE 6]>" to "<!--[if IE 6]>", see if that helps. Maybe your IE 6 file is not getting called?
- vague0
youve got a lot more problems then ie6 rendering issues. that much i'll tell yee.
- cosmo0
I just tried it locally and the bug I mentioned above seems to be the problem.
Change this line "<!--[if lte IE 6]>" to "<!--[if IE 6]>".
- cosmo0
In your IE 6 css (stylesIndexIE6.css) change div rightPicture style to the style below:
#rightPicture {
position: absolute;
text-align: left;
width: 450px;
margin: 100px 0px 0px 0px;
padding:0px 0px 0px 0px;
}