View Full Version : Problem with CSS in IE6
engekri
10-19-2005, 06:40 PM
On some of my pictures in my pixelpost blog the css fails to load. For example on this picture http://www.ankre.net/kristian/index.php?showimage=37. On two other pictures, the same problem occur. All the other pictures works fine.
Does anyone know what the problem might be?
Regards, Kristian.
Joe[y]
10-19-2005, 07:02 PM
it's working fine for me.
engekri
10-19-2005, 07:20 PM
Does it work in IE6?
Joe[y]
10-19-2005, 07:26 PM
no it doesn't. however this is a problem often discussed on the forum and i think if you did a search you should find a solution - i just can't remember what that solution is off the top of my head right now. sorry!
Connie
10-19-2005, 07:34 PM
there is a HTML-error in your template
if you check with the http://validator.w3.org/check?verbose=1&uri=http%3A//jigsaw.w3.org/css-validator/validator%3Fprofile%3Dcss2%26warning%3D2%26uri%3Dh ttp%253A//www.ankre.net/kristian/index.phpyou will find:
Line 23, column 138: end tag for element "center" which is not open .
...nbsp; </center>
The Validator found an end tag for the above element, but that element is not currently open. This is often caused by a leftover end tag from an element that was removed during editing, or by an implicitly closed element (if you have an error related to an element being used where it is not allowed, this is almost certainly the case). In the latter case this error will disappear as soon as you fix the original problem.
so this could be the reason for the problem with IE
the CSS can't be validated because of the HTML-error
so repair that and check out again, good luck!
engekri
10-20-2005, 01:52 PM
I've now fixed the problem. There were some html and css fails and I also think the " made some fail somwhere.
Connie
10-20-2005, 02:23 PM
great! That was it...
now you can concentrate on photos, that's good!
vBulletin® v3.7.3, Copyright ©2000-2013, Jelsoft Enterprises Ltd.