voilà, j'ai 4 div : un content, et trois dedans avec des float comme ceci
+---------------------------+
| +--+ # +---------+ # +--+ |
| | | # | | # | | |
| +--+ # +---------+ # +--+ |
+---------------------------+ |
le problème c'est que, quand je les affiche, j'ai des espaces (matérialisé ici par les '#', alors que je voudrais qu'ils soient collés...
voici le code :
Code :
- <style>
- .FrameT { height: 25px; background: #C00;}
- .FrameTL {width: 25px; height: 25px; background: #960; float: left;}
- .FrameTC {width: 100%; height: 25px; background: #069;}
- .FrameTR {width: 25px; height: 25px; background: #090; float: right;}
- </style>
- <div class="FrameT">
- <div class="FrameTL">01</div>
- <div class="FrameTR">02</div>
- <div class="FrameTC">03</div>
- </div>
|
si vous y voyez qqchose...