Les avertissements suivants se sont produits :
Warning [2] Undefined array key 0 - Line: 1640 - File: showthread.php PHP 8.2.18 (Linux)
File Line Function
/inc/class_error.php 153 errorHandler->error
/showthread.php 1640 errorHandler->error_callback
/showthread.php 915 buildtree




Note de ce sujet :
  • Moyenne : 0 (0 vote(s))
  • 1
  • 2
  • 3
  • 4
  • 5
Comportement étrange (instable ?) avec @font-face
#13
Sur la page que tu as donnée (http://www.ateliers-etheria.com/index.ph...-creatrice), tu n'as pas la ligne manquante : src: url('http://www.ateliers-etheria.com/uploads/sabine/font/kawoszeh-webfont.eot');
Voici ce que je vois :
Code :
[== CSS ==]
src: url("http://www.ateliers-etheria.com/uploads/sabine/font/kawoszeh-webfont.eot?#iefix") format("embedded-opentype"),
url("http://www.ateliers-etheria.com/uploads/sabine/font/kawoszeh-webfont.woff") format("woff"),
url("http://www.ateliers-etheria.com/uploads/sabine/font/kawoszeh-webfont.ttf") format("truetype"),
url("http://www.ateliers-etheria.com/uploads/sabine/font/kawoszeh-webfont.svg#kawoszehmedium") format("svg");
Si tu l'as effectivement mise, c'est que tu n'as pas vidé le cache du cms.

Je te signale que le background opacity de #page ne fonctionne pas sous IE8, ton corps de page est tout blanc.
Voici un lien avec différentes solutions pour corriger ce problème : http://stackoverflow.com/questions/39756...ng-in-ie-8
Tu peux tester ceci :
Code :
background: rgba(247, 234, 210, 0.4); /* browsers */
filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#F7EAD2', endColorstr='#F7EAD2'); /* IE */


Messages dans ce sujet

Atteindre :


Utilisateur(s) parcourant ce sujet : 1 visiteur(s)