login  Naam:   Wachtwoord: 
Registreer je!
 Forum

XHTML Strict

Offline Wouser - 15/08/2006 23:51
Avatar van WouserPHP interesse Heyz...

Ik ben me webpagina xhtml strict 1.0 aan het maken... Nu heb ik een probleem namelijk het volgende...

ik heb dus een rollover bij mijn linkbuttons...

Deze:
  1. <a href="?page=aboutme" onmouseover="if (document.images) document.aboutme.src='gfx/mm_aboutme_over.gif';" onmouseout="if (document.images) document.aboutme.src='gfx/mm_aboutme.gif';"><img src="gfx/mm_aboutme.gif" border="0" id="aboutme" alt="" /></a>


Nu is het volgende probleem... de tag 'name' in <img> mag niet gebruikt worden... die wordt namelijk 'id' Maar wanneer ik dat doe werkt mijn rollover niet meer... Hoe maak ik dit terug werkend? En xhtml strict 1.0 valid?

4 antwoorden

Gesponsorde links
Offline vinTage - 15/08/2006 23:56
Avatar van vinTage Nieuw lid Lees anders deze tutorial eens door.

Toevallig had ik die een week ofzo geleden in een webpagina geplaatst, maar alweer gedelete omdat ik toch maar met gewoon textlinkjes ging werken.
Ik had hem iig ook strict.
Offline Maarten - 16/08/2006 03:10
Avatar van Maarten Erelid Een element selecteren via het id doe je met document.getElementById('id_van_element') 
Offline Gerard - 16/08/2006 03:22
Avatar van Gerard Ouwe rakker Daarnaast kan je gewoon werken met this. in plaats van het hele document.getElementById gebeuren. (tip die ik van de week las in een reply van murfy).

  1. onMouseOver="this.src = 'new_img.jpg';" onMouseOut='this.src = 'old_img.jpg';"
Offline Wouser - 16/08/2006 12:22 (laatste wijziging 17/08/2006 08:57)
Avatar van Wouser PHP interesse Dat moet dan zeker in de <img> tags en niet in de <a> tags

Ik heb nog 1 laatste vraag ik heb nu nog 1 error voor XHTML 1.1 strict...

Namelijk deze:

Citaat:
Error Line 182 column 46: there is no attribute "target".
[..code..]
You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.


Hoe los ik dit op? Zeker dmv van CSS? Maar met welke code dan? En opent IE of FF evengoed dan nog een nieuw scherm?

Niemand???
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.197s