Wrox Home  
Search P2P Archive for: Go

  Return to Index  

html_code_clinic thread: RE: html_code_clinic digest: July 02, 2001


Message #1 by "Saturn" <portals@a...> on Wed, 4 Jul 2001 11:08:04 +0530
Hi BigFtChuck,
   First thing is that I suggest that don't get crazy bout Netscape, yes
its speed is good but it would never assume things like IE does. So
write different style sheets for both the browsers the script for IE
will work on any other browser and the style sheet for Netscape will
work fine in Netscape
   BODY
{
    BACKGROUND-IMAGE: fixed;
    BACKGROUND-IMAGE: url("images/Nav/watermark.jpg");
   // BACKGROUND-POSITION: right top;
   // BACKGROUND-REPEAT: no-repeat
}



  Return to Index