Hi Donald, On Sun, Oct 16, 2005 at 10:43:47AM +1300, Donald Rogers wrote: > Christian Lohmaier wrote: > > >>Why is it that no.openoffice.org display fine in all browsers, but > >>eo.openoffice.org displays okay in Firefox etc but in IE the left hand > >>menu items don't display correctly and as you mouse over it some items > >>appear or disappear? As far as I can see the code for the left hand menu > >>on the two sites are equivalent. > > > >validator.w3c.org shows 4 (minor) Errors for no.ooo, but 13 for eo.ooo > > > >I don't have IE, so I cannot reproduce and did not look further into > >it... > > > It is apparently not the left hand menu which is causing the problem. My > code for our index.html page also checks out okay for syntax, but when > it is served up to the viewer there is a problem where it includes my code. > Error /Line 297 column 9/: document type does not allow element "h2" here; > > <div class="h3" id="longdescription"> > > <h3>Description</h3> > *<p>*
[...] Had a second look.. The above is added because eo.ooo is not static and uses the Project-Description header (the stuff with "Message from the owner(s)") This unfortunately adds an Description header and a opening <p> tag. This renders the following <h2>-Element invalid. Still IE should handle this more gracefully (or it is not the cause of the display problems).. > [...] > My stuff starts at the <img. That <p> just before it is the problem. The > closing </p> occurs after the included code and all the errors reported > by the syntax checker result from that. > What can be done about it? You can do nothing about that. One solution would be to make eo.ooo static or to modify the project-home servlet/template. I will check whether I can identify the SourceCast file that is responsible for that header-part. ciao Christian -- NP: Metallica - Mercyful Fate --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
