|
Dernière réponse | |
---|---|
Sujet : [HTML] background - comment étirer l'image??? | |
LeMegaBlaireau | excuse, j'ai été rappelé en reunion au moment ou je te répondais.
ca c'est le code inséré dans l'en t^t. tu peux definir si il doit être repété sur l'axe des x ou l'axe des y, <html> <head> <style type="text/css"> <!-- .test { background-attachment: fixed; background-image: url(file:///C%7C/Inetpub/wwwroot/images/arc.gif); background-repeat: repeat-x} --> </style> </head> <body bgcolor="#FFFFFF"> </body> </html> ou pas repété, avec position en px défini par toi.. <head> <title>Untitled Document</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- .test { background-image: url(file:///C%7C/Inetpub/wwwroot/images/petitArc.gif); background-repeat: no-repeat; background-position: 120px 120px} --> </style> </head> (en espérant que cela t'aide.. |
Vue Rapide de la discussion |
---|