[thelist] NS Repeating Background Problem

Bob Haroche bharoche at usa.net
Mon Dec 10 12:15:08 CST 2001


> It won't support the CSS background-image: url('images/bgb.gif')

Yes, it will -- but in a buggy way.  NN 4 looks for the image relative to
the HTML page, not the CSS sheet as it should. OR maybe I have that
backwards. In any event, to fix the problem, either put the CSS code in the
HTML page itself or make the image path ROOT relative:

background-image: url('/images/bgb.gif')

(note the slash before images)

Regards,
Bob Haroche
O n P o i n t  S o l u t i o n s
http://www.OnPointSolutions.com





More information about the thelist mailing list