Jump to content

Internet Explorer


Recommended Posts

Hi Vikia,

 

There is a large area white area below the Home page bar and the slider pictures. The site is also right justified on the screen. These issues only exist in internet explorer, the backend control panel is also not accessible using IE. We used the default template. Thanks in advance for you reply.

 

The site is www.aostoner.com

Edited by AOSFlorida (see edit history)
Link to comment
Share on other sites

download files:

- /modules/blocktopmenu/css/superfish-modified.css

- /themes/default/css/global.css

 

and make a backup of this files,

 

now try to change file: /modules/blocktopmenu/css/superfish-modified.css copy and paste content from:

http://demo.mypresta...sh-modified.css

 

and file: /themes/default/css/global.css copy content from:

http://demo.mypresta.../css/global.css

 

reupload files to server and refresh your website (in some cases you need to make a hard-refresh ctrl+f5 or clear browser cache)

Link to comment
Share on other sites

Hi,

 

try this

 

Include a stylesheet if the browser is IE

<!--[if IE]>

<link href="ie.css" rel="stylesheet" type="text/css" />

<![endif]-->

 

Target Specfic Versions of IE

<!--[if IE6]>

<link href="ie.css" rel="stylesheet" type="text/css" />

<![endif]-->

 

(Of course, you can replace IE6 with any version of IE)

Link to comment
Share on other sites

×
×
  • Create New...