Hey mark87, thanks! That is so tight man. The fixed background is working in Safari, Netscape, Firefox, IE, and Webstractor. Now, back to working on various menus, right now a menu bar ....
Quote:
|
Originally Posted by mark87
Don't use bgproperties="FIXED".
Use CSS... You've used inline CSS but really you should place it all at the top to make it a bit easier to edit, and then place it into an external file.
But to solve your problem, you should replace -
<body style="background-image: url(../imagesbg/celticbg05a.jpg);" bgproperties="FIXED">
With -
<body style="background: url(../imagesbg/celticbg05a.jpg) fixed;">
|