|
|
Ligne 1 : |
Ligne 1 : |
− | Si ça devient intéressant, il faudra transférer dans un article :
| + | Nioyun |
− | | + | |
− | == Démos Techniques ==
| + | |
− | C'est juste pour ceux qui seraient intéressés par des trucs très poussés ( voir un peu tordu) :
| + | |
− | * [http://tantek.com/CSS/Examples/ Tantek - CSS Examples] : Démonstrations sur des formes polygonales en CSS.
| + | |
− | | + | |
− | == Hacks IE ==
| + | |
− | | + | |
− | Les éléments suivant ne fonctionnent que sur les navigateurs suivants :
| + | |
− | | + | |
− | ;Hack pour IE6
| + | |
− | | + | |
− | {{rouge|* html}} .recherche {
| + | |
− | padding-top:5px;
| + | |
− | }
| + | |
− | | + | |
− | ;Hack pour IE7
| + | |
− | | + | |
− | {{rouge|*:first-child+html}} .recherche {
| + | |
− | padding-top:0px;
| + | |
− | }
| + | |
− | | + | |
− | | + | |
− | * [http://www.webcredible.co.uk/user-friendly-resources/css/internet-explorer.shtml Internet Explorer & CSS issues] : Quelques démos.
| + | |
− | | + | |
− | | + | |
− | ;hack non valide W3C
| + | |
− | | + | |
− | margin-top:-40px\9; /* IE 8 */
| + | |
− | /margin-top:28px; /* IE 7 */
| + | |
− | _margin-top:13px; /* IE 6 */
| + | |