Actuellement je remet a jour mon site et donc le design et tuti cuenti
Je suis presque arrivé au bout de mes peines mais n'étant pas un génie de codage css et autre.... j'avance à pas de nains pour ENFIN finaliser tout ça
Donc grosso modo le hic:je souhaite valider ma page en xhtml transitional(via le validateur du w3c bien sur) et il me reste trois erreurs:
Une concerne l'attribut "allow transparency" de mes deux iframes qui selon ce que j'ai pu lire n'est pas un attribut standard .... d'où l'erreur
et ensuite J'ai un probleme pour le background à savoir l'image de fond
J'ai testé un script css qui donne en gros :
body {
color:white;
background-color:white;
background-image:url(pictures/fondtest3.gif);
background-repeat:no-repeat;
background-position:center center;
Mais le rendu n'est pas le meme sur firefox et Ie qui sont mes deux navigateurs cibles le reste m'est égal et ya aussi un soucis de décalage lorsque par exemple on souhaite voir ses favoris à droite dans son navigateur mon tableau se décale mais pas l'image
Merci de vos éclaircissements NET&PRECIS d'avance
ps: le deux erreurs en question:
# Error Line 121 column 88: there is no attribute "background".
...dding="1" cellspacing="0" background="pictures/fondtest4.gif" style="backgrou
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.
✉
# Error Line 130 column 110: there is no attribute "allowtransparency".
...m" name="content2" allowtransparency="true" width="350" height="310" framebor
