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.
Having some trouble with the print preview in IE 8 ( Please note I am using the original IE 8 instead of IE 9 and changing to 8 ).
The problem is that when a user wants to "print preview" a page the previews layout is a lot different from what you see on the site itself.
Here is a screen shot of what a print preview looks like with the above issue:
This should look like this:
I have checked Google and cannot see any recommended fixes available for this issue.
Any ideas?
Sorry guys - have fixed the issue - Was regarding the doctype.
On page load the site would render in IE 8 with IE 7 standards *Facepalm...
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 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".
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 10 years ago.
I am working on this site: http://kolkata-web-design.co.in/MAX/.
I have made a marquee tag in the red strip to show scrolling text "welcome to max group". It is shown in all browsers but not in Internet Explorer.
As several people (including me) have observed that the marquee text works on IE, I suspect that this is about a setting on the IE you are using. At least if I go to Internet settings, Advanced settings, under Multimedia there is a checkbox for allowing animations. Apparently marquee is counted as animation in this sense, since when I checked the checkbox off (it is on by default) and restarted IE, the marquee text is not there (not even as static text).
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 recently made a website, and it works fine on all browsers, but on Internet EXplorer, the navigation bar on the gallery sections doesn't render properly, but on the index.html (home page ) it renders fine. The link to the issue page is http://galant-jeans.x10.mx/dyer_galeri.html
index.html includes Modernizr:
<script src="./js/libs/modernizr-2.0.6.min.js"></script>
dyer_galeri.html does not.
Internet Explorer versions less than 9 do not support unknown elements (such as the HTML5 semantic elements you're using) unless JavaScript is used to add support. Modernizr includes a fix for the problem.
tl;dr: include Modernizr in your gallery page.
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).