473,386 Members | 1,758 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

Fully validated XHTML strict/CSS fails in IE6.

Tarantulus
114 100+
Hi Guys/Girls/Extra-terrestrials,

I'm having a problem with a site I'm building, works fine in FF, but in IE it fails completely....

the page is at arrivalpak.com/combemartin
the css is css/other.css

for some reason the left and right menus just don't display in IE.

Thanks in advance for any help.
Jun 5 '08 #1
9 1357
hsriat
1,654 Expert 1GB
Move the HTML part of main div before the left div.
Jun 5 '08 #2
Tarantulus
114 100+
Move the HTML part of main div before the left div.
Ok great, i'll give that a try. Could you tell me why that would work?
Jun 5 '08 #3
Tarantulus
114 100+
Ok great, i'll give that a try. Could you tell me why that would work?
ok, tried that, it didn't work unfortunately.

thanks for trying though, have you any other ideas?
Jun 5 '08 #4
hsriat
1,654 Expert 1GB
ok, tried that, it didn't work unfortunately.

thanks for trying though, have you any other ideas?
It worked for me in IE6.
Jun 5 '08 #5
Tarantulus
114 100+
It worked for me in IE6.
weird..

ok I'll give it another shot
Jun 6 '08 #6
hsriat
1,654 Expert 1GB
any success?
Jun 6 '08 #7
Tarantulus
114 100+
any success?
I haven't been able to FTP it yet, but it does work on my local machine (so in theory it shouldn't be any different after upload)

Thanks for your help once again :)

but it brings me back to the "Why?" question... is the ordering of the divs really relevant?
Jun 6 '08 #8
hsriat
1,654 Expert 1GB
[html]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"><head>




<meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1">
<meta name="description" content="Comb Martin Models"><title>Collectable diecast models and slot cars</title>



<link rel="shortcut icon" href="http://arrivalpak.com/images/favicon.ico">
<link rel="stylesheet" type="text/css" href="Collectable%20diecast%20models%20and%20slot% 20cars_files/other.css"></head><body>
<div id="logo">
<h1>Combe Martin Models</h1>
</div>
<div id="header">


<ul id="topnav">
<li>
<a href="http://arrivalpak.com/">home</a>
</li>

<li>
<a href="http://arrivalpak.com/">diecast</a>
</li>

<li>
<a href="http://arrivalpak.com/combemartin/contact.html">contact</a>
</li>

<li>
<a href="http://arrivalpak.com/combemartin/FAQ.html">FAQ</a>
</li>

</ul>

</div> <div id="main">

<p>Welcome to Combe Martin Models</p>
<p>We specialize in model buses, providing one of the most
comprehensive ranges of hard to find collectable model buses from EFE,
OOC, Britbus &amp; CMNL</p>
<p>Alongside this extensive range, we also stock a range of other collectable diecast model cars, vans and lorries.</p>



</div>
<div id="left">

Manufacturers
<br>
-----------------------
<ul id="leftnav">

<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=ABC">ABC</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Britbus">Britbus</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Classix">Classix</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=CMNL">CMNL</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Collector%27s%20Model">Colle ctor's Model</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Corgi">Corgi</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=CsM">CsM</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Detail%20Cars">Detail Cars</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Eagle">Eagle</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=EFE">EFE</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Lledo">Lledo</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Quartzo">Quartzo</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Richmond">Richmond</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Scalextric">Scalextric</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Trackside">Trackside</a></li>
<li><a href="http://arrivalpak.com/combemartin/?op=simple&amp;choice=Yesteryear">Yesteryear</a></li>


</ul>

</div>





<div id="right">
<p class="post">Free UK postage</p>
<p class="post2">Overseas at cost</p>




</div>

<div id="footer">
<img src="Collectable%20diecast%20models%20and%20slot%2 0cars_files/horizontal_solution_PP.gif" alt="we accept payment by paypal">
<p>
<a href="http://validator.w3.org/check?uri=referer">
<img src="Collectable%20diecast%20models%20and%20slot%2 0cars_files/valid-xhtml10-blue.png" alt="Valid XHTML 1.0 Strict" height="31" width="88"></a>
</p>
</div>
</body></html>[/html]This works exactly as expected in IE6. Both the left and right menus are being displayed. The left was not getting displayed originally. But with this change, it showed up.

"Why?"
I'll be honest!... I've NO idea. Its IE!
Jun 6 '08 #9
Tarantulus
114 100+
Oh well! thanks muchly!
Jun 6 '08 #10

Sign in to post your reply or Sign up for a free account.

Similar topics

24
by: Nobody | last post by:
Okay, you are all so smart in here. Answer me this: IE6 in standards mode doesn't seem to hide scrollbars on the body element (overflow:hide) Ain't this a quandary. I have it in my head that I...
59
by: Philipp Lenssen | last post by:
I've tested some of the new Nokia 6600 functionality. It ships with WAP2 and XHTML Support (it says). What it does is check the Doctype -- if it's not the XHTML Mobile Profile Doctype, but a...
7
by: Paul Marsh | last post by:
Hello everyone, I am attempting to create a xhtml page that uses a bit of dhtml. The javascript I am using uses document.getElementById('someId').style.someProperty; and is and external script....
3
by: Robert Smith | last post by:
I have a very basic form validation script, which wont work due to XHTML Strict not allowing me to use the name attribute on a form. Here is part of my code: if...
35
by: The Bicycling Guitarist | last post by:
My web site has not been spidered by Googlebot since April 2003. The site in question is at www.TheBicyclingGuitarist.net/ I received much help from this NG and the stylesheets NG when updating the...
16
by: Mcginkel | last post by:
I am trying to find a way to load XHTML content in an Iframe. I use to do this in html by using the following code : var iframeObject = document.createElement("iframe");...
82
by: Buford Early | last post by:
I read this in http://annevankesteren.nl/2004/12/xhtml-notes "A common misconception is that XHTML 1.1 is the latest version of the XHTML series. And although it was released a bit more than a...
1
by: MikeinDC | last post by:
I found some free js that I want to use in a class project. The original HTML used <form name="form1"> and the W3C validator I am required to use fails it. It says there is no attribute"name"....
27
by: Corey Walker | last post by:
Hello: I developed a nice looking web page which provided people with a brief overview of our society's publications (our different newsletters). However, while I'm by no means an expert or...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.