Petit soucis de CSS je pense ...

Petit soucis de CSS je pense ... - Web design - Graphisme

Marsh Posté le 12-06-2007 à 22:00:26    

:hello:  
 
Je migre mon site vers CSS2 et XHTML, sachant qu'actuellement c'est le bordel ,mise en page en tableau, bref  [:cerveau chacal_one]  
 
donc, voila premier soucis, sur le header :d
 
mon code :  
 

Code :
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="fr" >
  3.    <head>
  4.        <title>FuriaGear.com</title>
  5.        <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  6.   <link rel="stylesheet" media="screen" type="text/css" title="Style" href="styles/style.css" />
  7.    </head>
  8.    <body>
  9.  <div id="header_leftside">
  10.  </div>
  11.  <div id="header_flash">
  12.   <object id="animflash1" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="938" height="37">
  13.    <param name="movie" value="images/furia.swf" />
  14.    <embed src="images/furia.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="938" height="37">
  15.    </embed>
  16.   </object>
  17.   <object id="animflash2" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="938" height="162">
  18.    <param name="movie" value="images/electro.swf" />
  19.    <param name="quality" value="high" />
  20.    <embed src="images/electro.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="938" height="162">
  21.    </embed>
  22.   </object>
  23.  </div>
  24.  <div id="header_rightside">
  25.  </div>
  26. </body>
  27. </html>


 
CSS :  

Code :
  1. body
  2. {
  3. background-image: url("../images/texture.jpg" );
  4. background-repeat: repeat;
  5. position:relative;
  6.     margin-left:auto;
  7.     margin-right:auto;
  8. margin-bottom: 20px;
  9.     margin-top: 5px;
  10.     width:970px;
  11. }
  12. /* IDs --------------------------------------------------------------------------------------------- */
  13. #header_flash
  14. {
  15. position:absolute;
  16. width:938px;
  17. height:199px;
  18. top:0px;
  19. left:17px;
  20. }
  21. #header_leftside
  22. {
  23. position:absolute;
  24. width:16px;
  25. height:199px;
  26. top:0px;
  27. left:0px;
  28. background-image: url("../images/furiagear_01.gif" );
  29. background-repeat: no-repeat;
  30. }
  31. #header_rightside
  32. {
  33. position:absolute;
  34. width:16px;
  35. height:199px;
  36. top:0px;
  37. right:0px;
  38. background-image: url("../images/furiagear_03.gif" );
  39. background-repeat: no-repeat;
  40. }


 
Mais, en fait, sur ma div "headerflash",
 
les deux flash, normalements collés se retrouvent separés de 5pixels environ :
 
http://img521.imageshack.us/img521/3702/bugcssvx5.jpg
 
je les veut collées, quelle est la propriété à utiliser ?
 
Merci :jap: (et pareil en horizontal, espacement de qqs pixels :/ )

Reply

Marsh Posté le 12-06-2007 à 22:00:26   

Reply

Marsh Posté le 12-06-2007 à 23:03:56    

Il se peut que ton objet flash introduise "d'office" un bord et ton css header_flash englobe tes deux flas . Si tu crées un css pour tes deux id animflash1 et animflash2 avec un margin et un padding de 0, est-ce que cet espacement disparaît ?

Reply

Marsh Posté le 13-06-2007 à 00:00:33    

Pourquoi pas oui, insère un OBJECT{padding:0;margin:0;} et EMBED{padding:0;margin:0;} dans ta css.


---------------
Studio CréeAll
Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed