[thelist] Positioning graphics with CSS

M. Seyon evoltlist at delime.com
Thu Mar 2 11:08:52 CST 2006


Message from jblanchard at pocket.com (3/2/2006 10:03 AM)

>Howdy group!
>
>I am trying to position 2 graphics side by side with each other and
>having problems getting the gap between them to close. Here is the CSS
>
>And here is the HTML
>
><div id="header">
>         <div class="left"></div>
>         <div class="right"></div>
></div><!-- /header -->
>
>The image on the left is 270 px wide. The image on the right needs to
>butt up against it. Can someone see the error of my ways and point it
>out to me? There appears to be about a 5px gap between the images.

Shot in the dark.

Have you tried removing whitespace in the html?
<div id="header">
<div class="left"></div><div class="right"></div>
</div><!-- /header -->

regards.
-marc 



More information about the thelist mailing list