Marian wrote:

www.tanase.it

Just a minor file-name/type error:

I find:
background-image: url(../images/curl.htm);
... in your stylesheet.

Correct it to:
background-image: url(../images/curl.jpg);
... and make sure the image is present with that name/type.

The other styles are fine, but you can write background more compact as:

  background: #fafafa url(../images/curl.jpg) no-repeat 100% 100%;


regards
        Georg
--
http://www.gunlaug.no
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to