> 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
>

Hi Bill,

Yep! That did the trick. I've run into this before, but it was a  
while back. What is it about adding the padding that does the trick?

Mark
______________________________________________________________________
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