Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: Neredbojias <neredbojias@xxxxxxxxx>
- Date: Thu, 5 Aug 2010 03:58:47 +0000 (UTC)
On 04 Aug 2010, Denis McMahon <denis.m.f.mcmahon@xxxxxxxxxxxxxx> wrote:
On 04/08/10 05:51, Neredbojias wrote:
If he can produce a simpler page which demonstrates the problem,
then maybe I'll look at it.
Hmm, there're a couple of issues here. I assumed "blabla.org" was
just a make-up name (-like "example.com") from a later response (-to
you, I think)
Yeah, the op sent me an email, although I think the reply you refer
to was aimed at someone else?
Standard advice applies, though, fix the html validation errors:
Yeah, my "hunch" was baloney 'cause I made a dumb mistake in logic and
I think your advice below is the solution to the problem. For some
reason or other, ie6 cuts off images due to one or more of the errors.
http://validator.w3.org/
Looking at the reports from the validator and your page source:
a) You have an extra closing tag after the "navy" class of div.
b) You haven't enclosed all of your font element attribute values in
quotes. c) Elements can not overlap. You can not do this:
<em><font>content</em></font>. You must instead either
<em><font>content</font></em> or <font><em>content</em></font>.
d) You have an anchor element between the closing "</body>" and
"</html>" tags - content is not allowed in this area.
I don't know if these are enough to break the ie6 xhtml rendering
enough to lose your images or not.
Hopefully the OP will report when he fixes it.
--
Neredbojias
http://www.neredbojias.org/
http://www.neredbojias.net/
.
- Follow-Ups:
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: shajnday
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- References:
- What is cause of a problem in IE6.0, not seeing imgs...
- From: shajnday
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: MG
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: dorayme
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: shajnday
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: Denis McMahon
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: Neredbojias
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: Denis McMahon
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: Neredbojias
- Re: What is cause of a problem in IE6.0, not seeing imgs...
- From: Denis McMahon
- What is cause of a problem in IE6.0, not seeing imgs...
- Prev by Date: Re: Viciouse Circle !
- Next by Date: Re: two issues more to go 1)background img 2.) animated .gif ...
- Previous by thread: Re: What is cause of a problem in IE6.0, not seeing imgs...
- Next by thread: Re: What is cause of a problem in IE6.0, not seeing imgs...
- Index(es):
Relevant Pages
|