WebSite X5Help Center

 
Constantinos L.
Constantinos L.
User

Ebsite is not displaying ok on Internet explorer 8!  en

Author: Constantinos L.
Visited 2689, Followers 1, Shared 0  

my website is not displaying ok on Internet explorer 8 but it does display ok on all other web browsers!

Posted on the
8 ANSWERS
Incomedia
Claudio D.
Incomedia

Hello Constantin,

Please try to fix the custom code you added like the wowslider because it has some code parts that are double and can bring to rendering problems.

Please feel free to write back if you need more information.

Read more
Posted on the from Claudio D.
Constantinos L.
Constantinos L.
User
Author

I really cannot find any dublicate code in this. can you please indicate to me what you mean?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>integral-slider</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="keywords" content="integral-slider" />
<meta name="description" content="integral-slider" />
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" />
<script type="text/javascript" src="engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->
</head>
<body
<!-- Start WOWSlider.com BODY section -->
<div id="wowslider-container1">
<div class="ws_images"><ul>
<li><img src="data1/images/this_is_the_face_of_someone_who_just_lost_his_data.jpg" alt="this is the face of someone who just lost his data" title="this is the face of someone who just lost his data" id="wows1_0"/></li>
<li><img src="data1/images/how_many_times_you_deleted_your_files_by_mistake.jpg" alt="how many times you deleted your files by mistake?" title="how many times you deleted your files by mistake?" id="wows1_1"/></li>
<li><img src="data1/images/dont_start_your_business_from_the_beginning.jpg" alt="dont start your business from the beginning" title="dont start your business from the beginning" id="wows1_2"/></li>
<li><img src="data1/images/always_try_to_be_at_least_a_move_ahead.jpg" alt="always try to be at least a move ahead" title="always try to be at least a move ahead" id="wows1_3"/></li>
<li><img src="data1/images/trust_integral_online_backup_and_safeguard_your_investment.jpg" alt="trust integral online backup and safeguard your investment" title="trust integral online backup and safeguard your investment" id="wows1_4"/></li>
</ul></div>
<div class="ws_bullets"><div>
<a href="#" title="this is the face of someone who just lost his data">1</a>
<a href="#" title="how many times you deleted your files by mistake?">2</a>
<a href="#" title="dont start your business from the beginning">3</a>
<a href="#" title="always try to be at least a move ahead">4</a>
<a href="#" title="trust integral online backup and safeguard your investment">5</a>
</div></div>
<!-- Generated by WOWSlider.com v2.6 -->
<div class="ws_shadow"></div>
</div>
<script type="text/javascript" src="engine1/wowslider.js"></script>
<script type="text/javascript" src="engine1/script.js"></script>
<!-- End WOWSlider.com BODY section -->
</body>
</html>

Read more
Posted on the from Constantinos L.
Incomedia
Claudio D.
Incomedia

Hello Contantin,

If you open the Website with Firefox and then you press CTRL + U you will see all parts that are not correct highlighted in red.

Please feel free to write back if you need more information.

Read more
Posted on the from Claudio D.
Constantinos L.
Constantinos L.
User
Author

Dear Claudio, I removed everything from the home page and I uploaded again and again I get a messed up page, inspite that there is nothing in it!!!

When I click on any of the other pages, all is ok!

This only happens on the home page and only in Internet explorer 8 and 9!

Any ideas?

Regards

Constantinos

Read more
Posted on the from Constantinos L.
Incomedia
Claudio D.
Incomedia

Hello Constantinos,

You added the style code :

<styletype="text/css">iframe.goog-te-banner-frame{ display: none !important;}</style><styletype="text/css">body {position: static !important; top:0px !important;}</style>

In the wrong position and the slider you added a second head which is not making the project work correctly:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>integral-slider</title><metahttp-equiv="content-type" content="text/html; charset=utf-8" /><metaname="keywords" content="integral-slider" /><metaname="description" content="integral-slider" /><!-- Start WOWSlider.com HEAD section --><linkrel="stylesheet" type="text/css" href="engine1/style.css" /><scripttype="text/javascript" src="engine1/jquery.js"></script><!-- End WOWSlider.com HEAD section --></head><body

You need to correct the custom code added and then it will work.

Many thanks!

Read more
Posted on the from Claudio D.
Constantinos L.
Constantinos L.
User
Author

Dear Claudio, 

Excuse my ignorance but where is: 

<style type="text/css">iframe.goog-te-banner-frame{ display: none !important;}</style><style type="text/css">body {position: static !important; top:0px !important;}</style>

I cannot find it anywhere!!!

Read more
Posted on the from Constantinos L.
Incomedia
Claudio D.
Incomedia

Hello Constantin,

I checked and now it's no more present but the code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>integral-slider</title><metahttp-equiv="content-type" content="text/html; charset=utf-8" /><metaname="keywords" content="integral-slider" /><metaname="description" content="integral-slider" /><!-- Start WOWSlider.com HEAD section --><linkrel="stylesheet" type="text/css" href="engine1/style.css" /><scripttype="text/javascript" src="engine1/jquery.js"></script><!-- End WOWSlider.com HEAD section --></head><body

and the closing part at the end in the HTML&Widget Object is still present.

You need to add only the code between <body></body>

Many thanks!

Read more
Posted on the from Claudio D.
Constantinos L.
Constantinos L.
User
Author

Problem fixed, Thanks claudio!!!!!! Smile

Read more
Posted on the from Constantinos L.