Mark Wheeler wrote:
> http://dev.tonedeafdesign.com/test/test27.html
> Any help is greatly appreciated.
Hi Mark,

You are experiencing collapsing margins, a semi-intended, somewhat 
troublesome component of CSS design in compliant browsers.

Adding a small amount of padding or bordering will generally fix this. 
Try this rule in your style sheet:

.balloon_middle {
   width: 217px;
   background: url(images/photo_balloon_middle_bg_slammed.png) repeat-y;
   padding-top: 1px; /* ADD */
   padding-bottom: 1px; /* ADD */
   }

Hope it helps.
Bill

-- 
<!--
  ! Bill Brown - <[EMAIL PROTECTED]> - 484-809-8077
  ! WebDevelopedia.com, TheHolierGrail, MacNimble.com
  ! 24 Countryside Drive, Johnston, RI 02919
-->
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to