Re: FN-FORUM: CSS Border Bottom
date posted 18th January 2008 18:26
On 18 Jan 2008, at 13:22, PuntersPower wrote:
>
>
>
> I've tried putting an image in this but it just does not display,
> any ideas?
>
> border-bottom: 5px solid #003399;
images aren't supported as borders
if you want an image border that resizes then create a single image
with lots of concentric borders, set that as a background on a div
that contains the one you want a border on, set padding on it - then
the padding will allow the background image to show around the
contained div.
not tried, but a theoretical solution.