login  Naam:   Wachtwoord: 
Registreer je!
 Forum

elementen verschuiven in sommige browsers

Offline Leo51 - 14/07/2009 18:03 (laatste wijziging 14/07/2009 18:19)
Avatar van Leo51Nieuw lid Geacht forum,

Ik ben beginnend en werk in dreamweaver.
Ik heb een site gemaakt, waarvan ik de achtergrond gemaakt heb in De Gimp (JPG)

De volgende vragen:

1. Achtergrond site gemaakt als jpg afbeelding
en als achtergrond ingevoegd in dreamweaver.
2. Als ik flashknoppen bijvoeg via dreamweaver
over de jpg afbeelding in een tabel, verschuiven de flashknoppen van plaats (niet op het goede gedeelte van de achtergrond)
in sommige browsers.
3. Ook heb ik in dreamweaver over de jpg.achtergrond
tekstlayers ingevoegd, en ook
deze verschuiven.
Vraag: Hoe zet ik alles vast op de achtergrond?
Bijgaand de code van de pagina:



Wie heeft voor mij de goede html / css code?

Mijn code ziet er als volgt uit:

Plaatscode: 137134

Graag u hulp!!

U kunt mij mailen voor vragen: vrijloop53@home.nl

DeviourSoul schreef:
Grote lappen tekst op plaatscode!

3 antwoorden

Gesponsorde links
Offline thomasje - 14/07/2009 18:11
Avatar van thomasje MySQL beginner Code tags gebruiken aub, ik ben wel geen modorator maar het is zo moeilijk om het probleem op te zoeken
Offline Leo51 - 14/07/2009 20:25 (laatste wijziging 14/07/2009 20:26)
Avatar van Leo51 Nieuw lid Dit is de validatie van de HTML
De validatie van de CSS was goed

utf-8
Doctype: XHTML 1.0 Transitional
Root Element: html
Root Namespace: http://www.w3.org/1999/xhtml
The W3C validators rely on community support for hosting and development.
Donate and help us build better tools for a better web.
Options
Show Source Show Outline List Messages Sequentially Group Error Messages by Type
Validate error pages Verbose Output Clean up Markup with HTML Tidy

Help on the options is available.
Notes and Potential Issues

The following notes and warnings highlight missing or conflicting information which caused the validator to perform some guesswork prior to validation. If the guess or fallback is incorrect, it could make validation results entirely incoherent. It is highly recommended to check these potential issues, and, if necessary, fix them and re-validate the document.

1.

Info Using Direct Input mode: UTF-8 character encoding assumed

Unlike the “by URI” and “by File Upload” modes, the “Direct Input” mode of the validator provides validated content in the form of characters pasted or typed in the validator's form field. This will automatically make the data UTF-8, and therefore the validator does not need to determine the character encoding of your document, and will ignore any charset information specified.

If you notice a discrepancy in detected character encoding between the the “Direct Input” mode and other validator modes, this is likely to be the reason. It is neither a bug in the validator, nor in your document.

↑ Top
Validation Output: 12 Errors

1. Error Line 75, Column 27: Attribute "height" exists, but can not be used for this element.

<table width="781" height="464" border="0" cellpadding="0" cellspacing="0">

&#9993;

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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
2. Error Line 88, Column 12: Attribute "src" exists, but can not be used for this element.

<embed src="button22.swf" quality="high" pluginspage="http://www.macromedia.com/

&#9993;

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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
3. Error Line 88, Column 35: Attribute "quality" is not a valid attribute

<embed src="button22.swf" quality="high" pluginspage="http://www.macromedia.com/

&#9993;

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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
4. Error Line 88, Column 54: Attribute "pluginspage" is not a valid attribute

…n22.swf" quality="high" pluginspage="http://www.macromedia.com/shockwave/down

&#9993;

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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
5. Error Line 88, Column 147: Attribute "type" exists, but can not be used for this element.

…1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="10

&#9993;

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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
6. Error Line 88, Column 185: Attribute "width" exists, but can not be used for this element.

…pplication/x-shockwave-flash" width="100" height="22" ></embed>

&#9993;

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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
7. Error Line 88, Column 198: Attribute "height" exists, but can not be used for this element.

…shockwave-flash" width="100" height="22" ></embed>

&#9993;

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. If you received this error when using the <embed> element to incorporate flash media in a Web page, see the FAQ item on valid flash.
8. Error Line 88, Column 203: element "embed" undefined. Did you mean "meta" or "em"?

…wave-flash" width="100" height="22" ></embed>

&#9993;

You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "<frameset>" element),
* by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
* by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
9. Error Line 99, Column 203: element "embed" undefined. Did you mean "meta" or "em"?

…wave-flash" width="100" height="22" ></embed>

&#9993;

You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "<frameset>" element),
* by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
* by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
10. Error Line 110, Column 203: element "embed" undefined. Did you mean "meta" or "em"?

…wave-flash" width="100" height="22" ></embed>

&#9993;

You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "<frameset>" element),
* by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
* by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
11. Error Line 121, Column 203: element "embed" undefined. Did you mean "meta" or "em"?

…wave-flash" width="100" height="22" ></embed>

&#9993;

You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "<frameset>" element),
* by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
* by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).
12. Error Line 132, Column 203: element "embed" undefined. Did you mean "meta" or "em"?

…wave-flash" width="100" height="22" ></embed>

&#9993;

You have used the element named above in your document, but the document type you are using does not define an element of that name. 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 "Frameset" document type to get the "<frameset>" element),
* by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).
* by using upper-case tags in XHTML (in XHTML attributes and elements must be all lower-case).

Alleen snap ik niet hoe ik hiermee verder moet!
Offline Martijn - 14/07/2009 20:31
Avatar van Martijn Crew PHP Wij gaan het alles voor je vertalen, Gewoon rustig lezen en kijken wat er staat
Gesponsorde links
Dit onderwerp is gesloten.
Actieve forumberichten
© 2002-2024 Sitemasters.be - Regels - Laadtijd: 0.3s