A voir également:
- Iframe height et <object include>
- Shockwave flash object - Télécharger - Divers Web & Internet
- Object desktop - Télécharger - Personnalisation
- Object dock - Télécharger - Divers Utilitaires
- Échec de l'acquisition de l'object com de virtualbox. - Forum VirtualBox
- Failed to acquire the VirtualBox Com object - Forum Oracle
1 réponse
Bonjour,
Ça, ça ne marche pas ?
--
Ça, ça ne marche pas ?
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Un titre</title> <meta http-equiv="Content-type" content="text/html; charset=utf-8"> <style type="text/css"> html, body { margin: 0; padding: 0; text-align: center; background-color: #b0c4de; } #conteneur { position: relative; margin: 0 auto; width: 80%; height: 80%; border : 0px solid #f0ffff; background-color: #f0f8ff; font-family: Verdana, sans-serif; } iframe { background-color: #000; width : 65%; height : 65%; margin: 1em auto; } </style> </head> <body> <div id="conteneur"> <iframe> </iframe> </div> </body> </html>
--