|
|
 |
RE: FN-FORUM: Simple CSS padding problem
date posted 15th July 2005 16:10
Does this fix it?
p.bigborder{
height: 135px;
width: 335px;
background-image: url("plantbox.gif");
background-repeat: no-repeat;
border: 1pt solid black;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 35px;
padding-top: 10px;
}
Chaz.
> -----Original Message-----
> From: Andy Cotgreave [EMAIL REMOVED]
> Sent: 15 July 2005 16:27
> To: Charles E. Gatenby
> Subject: RE: FN-FORUM: Simple CSS padding problem
>
>
> Thanks Andy.
>
> The no-repeat stops the image repeating, but it doesn't
> actually change the
> fact that the box around the paragraph is bigger than I specify.
>
> http://www.charitysweepstakes.co.uk/padding/fonts.html
>
> Have a look at the page again, I've added a border to the CSS
> definition. No
> repeat is fine, but I've still got something that's too big
> in FF but is
> fine in IE...
>
> Any ideas?
>
|
 |
|