My Site Doesn't Display in IE6

N

Neredbojias

I am not sure why but i have a feeling it is something to do with the
CSS Floats...

http://dedi8.ukhost4u.com/~orlando/

Is the address of the site.

It works perfectly in Firefox.

Doesn't display in ie7 too good, either. I also got a couple validation
errors of the html, but the css is ok.

Floats do work differently in ie6, but I think there's more to your problem
than that. Why the xhtml and all the javascript?
 
P

Patonar

Floats do work differently in ie6, but I think there's more to your problem
than that. Why the xhtml and all the javascript?

Lets take the homepage for example...

The XHTML is there in the interests of web standards. There is nothing
in the XHTML that IE shouldn't be able to support. The only validation
error i get on that page is one where i forgot to <br/> close a line
break.

There is no javascript on the homepage.

The only javascript is on the pictures page which uses the
scriptaculaous + prototype frameworks to display a lightbox.

What problems are you getting in IE7?

Rgds,

Andy
 
P

Patonar

I have worked out my problem....

<h1/>

I was trying to self close the header tag which isn't possible.

I needed to change <h1></h1>

Thanks anyway!
 
A

Andy Dingley

The XHTML is there in the interests of web standards.

Lose the XHTML and use HTML 4.01 Strict.

* It's not XHTML anyway, it's Appendix C XHTML. This is different.

* The page is full of obsolete bogosities. The last thing it needs is
to get involved with XHTML too.

* If you read / search this ng / c.i.w.a.h / any competent
contemporary resource, blog or book, then you'll see why XHTML is a
red herring. It's not actively wrong to use it, but it's more compelx
than you realise and less useful than you realise. On the whole it's
best avoided. As you've already noted, it's pretty good at catching
out the unwary.
 
B

Bergamot

Patonar said:

You need to change all the other headings as well:

<h2><span>The Beauty of <acronym title="Cascading Style
Sheets">CSS</acronym> Design</span></h2>
<h3> </h3>

Your image replacement method leaves something to be desired when images
aren't seen. Try just printing the page and see how that suits you.
 
E

Ed Seedhouse

Lets take the homepage for example...

The XHTML is there in the interests of web standards.

There is nothing about web standards that requires the use of xhtml.
 
?

=?ISO-8859-1?Q?G=E9rard_Talbot?=

Patonar wrote :
Lets take the homepage for example...

The XHTML is there in the interests of web standards.

HTML 4.01 strict DTD is a clear and complete conformance to the HTML
4.01 spec. Strict DTD promotes a clear separation of content and
presentation.
There is nothing
in the XHTML that IE shouldn't be able to support.

IE 7 is not able to support a document served as content-type
application/xhtml+xml . That explains why you served your document as
text/html and not as application/xhtml+xml .

Andy, I suggest you have a read of

* No to XHTML an excellent article from Spartanicus
http://www.spartanicus.utvinternet.ie/no-xhtml.htm

* Beware of XHTML by David Hammond (excellent webpage!)
http://www.webdevout.net/articles/beware-of-xhtml

* Sending XHTML as text/html Considered Harmful by Ian Hickson
http://www.hixie.ch/advocacy/xhtml

* XHTML's Dirty Little Secret by Mark Pilgrim
http://www.xml.com/pub/a/2003/03/19/dive-into-xml.html

* XHTML Is Dead by Tommy Olsson
http://www.autisticcuckoo.net/archive.php?id=2005/03/14/xhtml-is-dead

* XHTML - What's the Point? by Henri Sivonen
http://hsivonen.iki.fi/xhtml-the-point/

* XHTML is not for Beginners by Lachlan Hunt
http://lachy.id.au/log/2005/12/xhtml-beginners

Gérard
 
J

Jukka K. Korpela

Scripsit Gérard Talbot:
HTML 4.01 strict DTD is a clear and complete conformance to the HTML
4.01 spec.

I think I see what you mean by that, but as written, it's partly obscure,
partly misleading. I don't whether the expression "A is a conformance to B"
is acceptable by the rules of English or what exactly you mean by that. The
conformance requirements in HTML specifications relate to documents and
browsers (user agents), not DTDs. For conformance, one of three DTDs can be
used in a document. There is no "clear" or "complete" conformance as
opposite to just conformance, especially in matters of formal syntax.

Moreover, contrary to rather widespread misconception, conformance to a DTD
(Strict or Transitional), i.e. validity, does not imply conformance to the
HTML 4.01 specification. The specification contains several requirements
that are not expressed (or even expressible) in the DTDs.
Strict DTD promotes a clear separation of content and presentation.

In that sense, of course, the strict DTD reflects the spirit of the
specification better than the Transitional DTD does. But this is not a
conformance issue.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,432
Messages
2,571,682
Members
48,796
Latest member
Greg L.

Latest Threads

Top