h
unread,Mar 3, 2004, 9:14:22 AM3/3/04You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi, can you help:
I'm using css, and in it I have an image as background
(background-image: url). The css is used by html returned from web
server to the client browser. When page is first loaded background
image is displayed, but if in javascript I update the css class of
some tag to have a class which have background image, this image is
not always displayed. However I found that if, after setting class
value, I open another window (such as alert msg) and then close it,
then the image in the original page is displayed.
Notes: I tried using external css file or internal style tag, and also
I tried specifing the url value as relative or as absolute.
Thank you, H.