Bonjour,
Je suis confronté à un soucis en CSS. Je cherche à mettre un gif précédemment tournée (en CSS) en plein écran. J'ai essayé plusieurs solutions comme les propriétés width et height à 100% mais rien ne marche.
Voici mon code :
Je suis confronté à un soucis en CSS. Je cherche à mettre un gif précédemment tournée (en CSS) en plein écran. J'ai essayé plusieurs solutions comme les propriétés width et height à 100% mais rien ne marche.
Voici mon code :
<html>
<head>
<meta http-equiv="refresh" content="300">
</head>
<BODY id="container_2" width="100%" ; height="100%" style="width=100% ; height=100% ; display=block">
<img src="test/test.gif" name="menu" style="margin-left: 90px; margin-right:0px ; display:block ; moz-transform: rotate(270deg) ; -webkit-transform: rotate(270deg);">
</BODY>
<HTML>