One website I've been working on for a while is nearing completion, and I've just noticed IE 4, 5 and 5.5 don't show it very well at all
Does anyone have any suggestions? How serious is this?Depends on the percentage of users with older IE browsers.
Use conditional comments (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp">http://msdn.microsoft.com/workshop/auth ... nt_ovw.asp</a><!-- m -->) to give those browsers a different css.IE4/Win and IE/Mac don't support IE's conditional comments -- they're supported in IE5+/Win.
Some more information on conditional comments can be found on this page. (<!-- m --><a class="postlink" href="http://www.positioniseverything.net/articles/multiIE.html">http://www.positioniseverything.net/art ... ltiIE.html</a><!-- m -->)
<!-- m --><a class="postlink" href="http://www.google.com/search?q=IE+conditional+commentCould">http://www.google.com/search?q=IE+condi ... mmentCould</a><!-- m --> you give any specific advice on this website? I really have no idea what the incompatibility is... I was sure it displayed reasonably well at least.Which site?Oops forgot the link
Its <!-- w --><a class="postlink" href="http://www.enigmacatering.com">www.enigmacatering.com</a><!-- w --> In IE5.x to center #wrap contents add:
text-align:center; to body
text-align:left; to #wrap
Adjust font-size in table:
table {font: 100% Verdana,Tahoma,Arial,sans-serif;}Thanks a lot! Thats fantastic ...
Does anyone have any suggestions? How serious is this?Depends on the percentage of users with older IE browsers.
Use conditional comments (<!-- m --><a class="postlink" href="http://msdn.microsoft.com/workshop/author/dhtml/overview/ccomment_ovw.asp">http://msdn.microsoft.com/workshop/auth ... nt_ovw.asp</a><!-- m -->) to give those browsers a different css.IE4/Win and IE/Mac don't support IE's conditional comments -- they're supported in IE5+/Win.
Some more information on conditional comments can be found on this page. (<!-- m --><a class="postlink" href="http://www.positioniseverything.net/articles/multiIE.html">http://www.positioniseverything.net/art ... ltiIE.html</a><!-- m -->)
<!-- m --><a class="postlink" href="http://www.google.com/search?q=IE+conditional+commentCould">http://www.google.com/search?q=IE+condi ... mmentCould</a><!-- m --> you give any specific advice on this website? I really have no idea what the incompatibility is... I was sure it displayed reasonably well at least.Which site?Oops forgot the link
Its <!-- w --><a class="postlink" href="http://www.enigmacatering.com">www.enigmacatering.com</a><!-- w --> In IE5.x to center #wrap contents add:
text-align:center; to body
text-align:left; to #wrap
Adjust font-size in table:
table {font: 100% Verdana,Tahoma,Arial,sans-serif;}Thanks a lot! Thats fantastic ...