Hello friends I am creating a Html template and i have various problem iN iE 7 i want to know
IS it necessary that i make template compatible with IE 7
IF yes so i can fix it please tell me the resources(good resources ) to learn about that
- Envato Staff
- Sold between 100 000 and 250 000 dollars
- Support Staff
- United States
- Author had a Free File of the Month
- Microlancer Beta Tester
- Beta Tester
- Interviewed on the Envato Notes blog
What are you having trouble with exactly?
It should be compatible with IE7 , yes. And the easiest way is to create a separate style sheet for IE7 quirks you’re having and call lit in the header like this:
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="ie7.css" /><![endif]-->
It also helps if you validate it with the Strict doctype.
It also helps if you validate it with the Strict doctype.
Strict? HTML5 for the win!

- Envato Staff
- Sold between 100 000 and 250 000 dollars
- Support Staff
- United States
- Author had a Free File of the Month
- Microlancer Beta Tester
- Beta Tester
- Interviewed on the Envato Notes blog
It also helps if you validate it with the Strict doctype.Strict? HTML5 for the win!![]()
![]()
I’ll use HTML5 once W3C takes it out of “Working Draft” state. Thanks though.
I’ll use HTML5 once W3C takes it out of “Working Draft” state. Thanks though.
Why? It’s perfectly fine to use it right now, in all browsers 
I don’t think it will be taken out of Working Draft anytime soon…
- Envato Staff
- Sold between 100 000 and 250 000 dollars
- Support Staff
- United States
- Author had a Free File of the Month
- Microlancer Beta Tester
- Beta Tester
- Interviewed on the Envato Notes blog
This thread shouldn’t be turned into an HTML5 argument. Sorry I won’t continue discussing it. Unless you have IE7 help for bigtreat, I suggest moving on.
Thanks to all for reply , I got the IE7 css solution but tell me In ie7 images is not loding?
Any body face this problem in IE7 .When i use IE tester Software it show me the images but
directly open in IE it not showing the images , my page always load but no image is appear
Any solution ?Friends
- Bought between 10 and 49 items
- Exclusive Author
- Has been a member for 3-4 years
Strange problem 
So the images won’t show up? Have you provided alt tags on these images? Do the alt tags appear?
Are the images just ‘img’ tags or background images declared in CSS ?
Have you checked case sensitivity?
Are you working with javascript? Are there any javascript errors or do you use console.log in Firebug?
Do you test your site local or on a server?
Do you test your site local or on a server?
i try with xampp and on server also and not with my site it is not showing the google logo and any other images , so how i confirm that my site is ok for IE7
And on the themeforest IE7 compatibility is necessary
