-
AuthorPosts
-
vsds Friend
vsds
- Join date:
- July 2009
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
July 10, 2009 at 4:22 pm #142675mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
July 10, 2009 at 4:55 pm #310619Here is the usual IE8 answer
go to your index php file and find the following
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>and change to:
<!–>
<style type=”text/css”>
.clearfix {display: block;}
</style>
<!–>OR
It is a compatibility issue
You need to paste code into the first line of the <head> of your index.php file
<meta http-equiv=”X-UA-Compatible” content=”IE=7″ />
vsds Friendvsds
- Join date:
- July 2009
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
July 10, 2009 at 6:57 pm #310635vsds Friendvsds
- Join date:
- July 2009
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
July 10, 2009 at 7:11 pm #310638Ok, I have found the incompatibility:
I had installed this plugin “System – IE8 Compatibility” and this not works correctly with this template.
Now I disabled this plugin and I have changed the code. Now it seems works correctly
agbandini Friendagbandini
- Join date:
- August 2008
- Posts:
- 3
- Downloads:
- 4
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
July 13, 2009 at 9:56 am #310865Hi, I have not installed the ie8 compatibility plugin and I’ve only changed the code of clearfix but it’s work correctely in ie8 but not in ie7.
how can i fix the problem in the two versions of explorer?????
thanks
July 13, 2009 at 11:22 am #310879Hi. Take a look at this article for comparisons between IE7 and IE8.
agbandini Friendagbandini
- Join date:
- August 2008
- Posts:
- 3
- Downloads:
- 4
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
July 13, 2009 at 11:39 am #310885hi, the problem is that the posted code to solve the problem works correctly in ie8 but not in ie7 (the page lost background) …..
vsds Friendvsds
- Join date:
- July 2009
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
July 15, 2009 at 8:04 pm #311200This code runs under IE8 but not under IE7:
<blockquote>
<!–>
<style type=”text/css”>
.clearfix {display: inline-block;}
</style>
<!–>and change to:
<!–>
<style type=”text/css”>
.clearfix {display: block;}
</style>
<!–>
</blockquote>I have the same problem…. I have seen that it displays ugly on IE7
Qhen it runs on IE8, does not run in IE8…when runs on IE not runs on Firefox :((
This template was tested on all browsers (most used) ?!
Please, any help
agbandini Friendagbandini
- Join date:
- August 2008
- Posts:
- 3
- Downloads:
- 4
- Uploads:
- 0
- Thanked:
- 1 times in 2 posts
July 16, 2009 at 7:32 am #311243hi I dont know if this solution solve totally the problem:
<!-->
<style type="text/css">
.clearfix {display: inline-block;}
</style>
<!-->and add :
<!-->
<style type="text/css">
.clearfix {display: block;}
</style>
<!-->If the problem will return I’ll contact the technical support………
1 user says Thank You to agbandini for this useful post
vsds Friendvsds
- Join date:
- July 2009
- Posts:
- 36
- Downloads:
- 0
- Uploads:
- 5
- Thanks:
- 4
- Thanked:
- 3 times in 1 posts
July 16, 2009 at 9:51 am #311254I’ve tried your solution agbandini and it seems that it works fine 😉
AuthorPostsViewing 10 posts - 1 through 10 (of 10 total)This topic contains 10 replies, has 4 voices, and was last updated by vsds 15 years, 4 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum