I have strange problem visit this page using IE and FF/Chrome. http://staging.greatlogix.com/about.php Code (markup): On the right side, there should be 3 images between "Products" headings. Images are not visible in FF and Chrome. IE is showing images perfectly. What's wrong with code? Please suggest fix for it...
I see the 3 images with all 3 browsers. Try clearing you cache in the browsers you don't see them in.
The images are showing, but... Are you sure Products is supposed to be the 4th heading? And that slogan a <p>? I don't think so.
Thanks @wiicker95. You are right slogan should be h2 or h3. Site is under development. So its not issue with CSS? What's wrong can be with browsers on my machine (Chrome & FF)? Edit: I am using "Web Developer" extension for chrome. It's also not showing missing image in "View Image Information"
Well, you may have disabled them in your extension. There is really no other reason not to work. Add an alt to each and every one of them (by the way, that is mandatory), something like alt="Product Thumbnail". If you see that text, than you disabled them in your extension, these are only content images on your website. --edit-- h2 actually. You should really work on your markup.
I added alt and still no images See image. what inspect element is showing. Just <BR> tags no image tag. Hows that possible?
I see 3 images with advertise here. Try to put full path to images (http ..www domain.com/images/myimage.png)
OMG. Everybody replying here is getting images except me. Yes I tried using 'full path'. It did not work. Now I am wondering what's wrong with my browsers
That cannot be the issue here, since the whole element is missing. I guess it is some particular setting on your computer. Try adding an image elsewhere. If it still doesn't work, then it has nothing to do with the website.
Ah! Thanks @wiicker95. I added the image on main content area and it was not visible even there. i changed the image and i can see the images now. Thanks all for your kind help. 'Likes' for you all. Still don't know what was wrong with image.