[thelist] NN4* css

Bill Lovett bill at ilovett.com
Wed Nov 14 16:02:01 CST 2001


On Wed, Nov 14, 2001 at 04:19:40PM -0500, Adam wrote:

> .copy2 { background-image: url (image/maintop4c.jpg) no-repeat top left;
> border-left: 1px solid; }

Background-image is just for setting the background image. I think you
meant to use the background property, which lets you set all
individual backgrond properties in one line (ie
background-image. background-position, background-repeat,
background-color, etc). Try using the individual properties first until
they work the way you want. Watch out for NS4 and IE's difference of
opinion about what a relative file path is relative too... depending
on your file structure you may need to put a '../' in for ie, but then
again it may work perfectly and you can party like its 1999.

-bill




More information about the thelist mailing list