Re: FN-FORUM: FW: CSS Advice
date posted 1st March 2006 15:38
> I have the following lines;
>
> .servicemenu { font: bold 9pt Verdana,Helvetica,Arial;
> text-decoration: none;
> text-align: center; color: #182C5A;
> padding: 5px;
> background-color: #6699CC;
> background-image: url(images/pane.gif)}
You have missed the very last semi-colon ';' for the background-image
attribute. this should fix it...