IE doesn't display some images [closed] - html

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I have a few ".jpg" images on my website. They all are displayed correctly in every browser... except Internet Explorer. In IE, most of them are displayed, but there are also images that aren't displayed and there's a black-white cross instead of them. It's not a problem with wrong path because, as I said, other browsers are able to display the images.

Check if your images are CMYK. They will only display if they are RGB.

Related

Will this work on mobile? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am needing some clarification regarding this table that I'm designing.
Can it be done on mobile? And if it can be done on mobile, roughly how it will look?
Google Chrome
If you want to test if in a specific mobile will it works you can do by two ways :
1-Remote-debugging
2-Or you just can press f12 and search Toggle device mobile, there you can select a mobile to see if your web is correctly rensponsive.
Here's the example : http://www.girliemac.com/blog/2014/07/28/devicemode/
Mozilla Firefox
https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging
https://hacks.mozilla.org/2012/08/remote-debugging-on-firefox-for-android/

How to change the images using HTML and CSS? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I don't know whether this question make sense . But i have this doubt .. please clear my doubt
For assumption , i have 5 images ,Is this possible to change 5 images one by one [like slider] using HTML and CSS styles without using jquery and javascript
Yes it is possible. A quick google search took me to this working example with code:
CSS Slider

Why does IE8 add an extra element? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I know, nobody likes to debug IE. If you check out this link below in IE8 or IE9(without compatibility view) it seems to be adding empty UL elements in the footer.
You do have a few validation errors on the page, including:
<h5>Heavy Haul Platform Trailers</h2>
This could be causing the issue you’re seeing in IE 8.

Customizing ebay store HTML and CSS code (How to?) [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 3 years ago.
Improve this question
I have an ebay store and it has some themes but I would like to be able to change the CSS and HTML code myself.
Does anyone know how this is done?
Thanks
I've done it several times earlier. Main thing is to add link to stylesheet (which is on your server). If i remember correct, you can add it where HTML for header is added, and then style elements generated by eBay. (Don't use id)

How can I solve this font rendering issue on Firefox on OSX? [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 3 years ago.
Improve this question
I've run into a strange font rendering issue on Firefox on OSX. It seems to be adding an extra pixel above the font whereas Firefox on Windows does not.
http://hostthenpost.org/uploads/dc9a946ffc5a0198f6b45425c1d91970.png
If you want pixel perfect rendering, you should probably specify a pixel value for the line-height.
From my tests, line-height:14px to match the FF height and line-height:13px to match the Chrome height.