Fix body language

background image not displaying in firefox. How to fix?

<HTML> <HEAD> <title>Welcome To Login Page</title> <meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.1"> <meta name="CODE_LANGUAGE" content="C#"> <meta name="vs_defaultClientScript" content="JavaScript"> <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5"> <style type="text/css"> body{ background-image: url(login new.JPG); background-repeat: no-repeat; } </style> </HEAD> <body MS_POSITIONING="GridLayout" bgProperties="fixed" bgColor="#fec68b">

Public Comments

  1. Are you saved that image near to the html file itself? (same root folder) Try avoiding the space in image name: (loginnew.jpg not login new.jpg)
  2. Try login new.jpg instead of login new.JPG
  3. just another idea. try removing the picture background and replacing it with simple color then check what is happening. then replace it with your image background. This is isolation play :)
Powered by Yahoo! Answers