Click here to Skip to main content
15,892,298 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hello, my asp.net website coded in C# not working on IE 9, Mozilla or in Chrome,
login page has background image in Table which not displaying.

Please, help me out.
Posted
Comments
Anuj Banka 19-Dec-11 7:50am    
post your code..
RaviRanjanKr 20-Dec-11 5:33am    
show your effort please :)

The problem is in your CSS, and CSS is ALWAYS the biggest problem with browser compatibility. That being said, your css backround-image is either set incorrectly, or it can't find the image. Since you didn't show us any code, that's the best I can do as far as a solution to your problem.
 
Share this answer
 
Comments
Sant Osha 19-Dec-11 7:59am    
<table style="background-image:url(Images//MenuBar.jpg); background-repeat: no-repeat; position: inherit;height:472px; background-position: center top;" width="900" >


this is my code for background image in table
 
Share this answer
 
Comments
RaviRanjanKr 20-Dec-11 5:34am    
My 5+
Monjurul Habib 20-Dec-11 11:36am    
thank you

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900