May 14, 2007 #1 jdeane IS-IT--Management Sep 21, 2001 229 GB I can create a fixed background in IE using <body style="background-image: url(../blue.jpg')" bgproperties="fixed"> However this only works witn IE and not Mozilla based browsers Is there an equivalent or universal way,if so how? Thanks Jon
I can create a fixed background in IE using <body style="background-image: url(../blue.jpg')" bgproperties="fixed"> However this only works witn IE and not Mozilla based browsers Is there an equivalent or universal way,if so how? Thanks Jon
May 14, 2007 #2 feherke Programmer Aug 5, 2002 9,541 RO Hi Use standard compliant code. Code: <body style="background-image: url(../blue.jpg'); background-attachment: fixed"> Feherke. http://rootshell.be/~feherke/ Upvote 0 Downvote
Hi Use standard compliant code. Code: <body style="background-image: url(../blue.jpg'); background-attachment: fixed"> Feherke. http://rootshell.be/~feherke/