Nick Mavros wrote ...

>I think this is the correct structure background: #fff
>url(images/mt2.jpg) no-repeat top left;
>The #fff is the background color
>If you don't place the "no-repeat" then the img will repeat in both axes.
You can also use repeat-x or repeat-y if you want it to repeat in an axis.
>Top (you can also use "bottom" or "middle") left (or right) is for the
placement of the image. 
>You can use pixels instead of words: background: #fff
>url(images/mt2.jpg) no-repeat 50px 10px; In this case will place the image
50px from the left of the container and 10px from the top.

Nick,

Tried this and white background disappeared and still no image. 

Very frustrating ..

Will keep on reading and trying.

Thanks for your input. One always keeps learning..

Regards,

Kevin
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org --
http://www.evolt.org/help_support_evolt/


______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to