Click here to Skip to main content
15,892,697 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
HTML
<div><img src="images/img03.png" width="1000" height="40" alt="" />
        <marquee onMouseOver="this.stop();" onMouseOut="this.start();">Welcome to Dharmik Samajik Samuh</marquee>
        </div>


my code properly working in IE but not in chrome..
where is the mistake i've done

cheeck it here [here]
Posted
Updated 31-Oct-12 1:54am
v7
Comments
enhzflep 31-Oct-12 2:38am    
What do you mean by 'not working'? 'images/img03.png' shows just fine here using Chrome on w7.
bbirajdar 31-Oct-12 2:39am    
its working properly in IE, Chrome and Firefox as well. Try clearing browser cache
Miss Maheshwari 31-Oct-12 2:57am    
i am having IE version 6
not working means not showing the image

IE6 is not even supported by Microsoft now. Please upgrade it to IE7/8 at-least.

Above code looks fine and is working in all browsers assuming the image path is correct relative path.
 
Share this answer
 
Comments
Miss Maheshwari 31-Oct-12 3:20am    
but it is showing image on IE 6 and not showing on chrome
Hi,
I went through your question and I found this:
1. You are setting the background image here(screenshot)[^]. The browser is having the image.
2. The image which you want to show there is this(screenshot)[^].

But here is problem is with HTML Body style See here(Screenshot)[^]. You are setting the background image here in body tag, which is, I think overlapping and also display style is block. Check this out.

     --Amit
 
Share this answer
 
Comments
Miss Maheshwari 31-Oct-12 7:12am    
SO WHAT SHOULD I DO IN SUCH situation ...i didn't do the display block...it is showing the image in IE but not in chrome
Most of the time one or other browser does not support a code.
 
Share this answer
 

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

  Print Answers RSS
Top Experts
Last 24hrsThis month


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