It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 9 years ago.
This is my website
My index.php file is correct in all other browsers except Internet Explorer. I am really confused. I couldnt find the problem. Can someone help me please.
Your website is missing a doctype. Without that it's basically pure luck how it renders in different browser. (Admittedly it still is afterwards, but somewhat less.)
IE is rendering your site in quirks mode, that might explain some of it.
If you wrote about footer then try simply add to your table tag in footer style "float:right;" or your class "fright".
Related
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 10 years ago.
When I edit the homepage and click save everything looks good, But then I check the homepage with another computer and the texts,modules are displaying wrong or sametimes the text wont appear or some modules wont display.....
Ive been googling but havent seen anyone with the exact same problem....
I guess the main problem is because the website is obsolete....
Thanks in advance
Have you opened your website in all the main browsers : Opera, Chrome, IE, Firefix, Safari, etc..
There is probably a problem with the way it loads in versions of the one or more browsers.
This needs to be addressed in your CSS
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
Any suggestions which feature can I use for simple web pages?
It really depends on how advanced you plan on making your website. Generally speaking most of the real browsers (NOT IE) support most of the html 5 elements.
Have a look at http://html5readiness.com/ to see what elements are supported by which browsers.
You can use new HTML5 tags which make markup more semantic. In order to get started right away, use this Initializr - HTML5 templates generator
http://caniuse.com is specifically designed to answer your question.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
How do I equal Browser capability between Ie8 & Ie7? How do I solve this problem?
Use one of these: CSS reset, Blueprint CSS, Reset CSS
This resource on HTML5 Cross Browser Polyfills should point you in the right direction.
I personally like to use dean edwards scripts: http://code.google.com/p/ie7-js/
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 11 years ago.
I have a GIF image that I implemented in my app which looks like this:
<img src="/images/loader.gif" />
I dont know why in Chrome I'm having no problems, but Internet Explorer doesn't show the image.
If you can help me I would appriciate it.
If you need to see more of my code to figure it out, let me know and I will share it.
I guess this question is pretty common and can help a lot of people in the future. :)
Thanks.
The first thing to do to troubleshoot would be to create a .html page containing only the <img> tag. If this page displays correctly, the problem is elsewhere. If not, you should use the Internet Explorer Tools (F12 in IE 9, I think also in IE 8).
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center.
Closed 12 years ago.
http://validator.w3.org/check?uri=http%3A%2F%2Fratingscorner.com%2Fproduct_rating.php%3Falias%3DPeoples-Education-Society-Institute-of-Technology-%28PESIT%29-100-feet-Ring-Road-Bangalore%26product%3DColleges&charset=%28detect+automatically%29&doctype=Inline&ss=1&outline=1&group=1&No200=1&verbose=1&st=1&user-agent=W3C_Validator%2F1.767
have fixed most of the errors . but could not fix the » problems ...if any1 can help it will be helpful for me.
The W3C Validator has some more or less serious flaws. On your page, it detect » as an ending > ... which it isn't. I suggest you download Total Validator, which is a way more standard compliant validator. You'll see a great difference.