Barm
Posts: 5
Joined: Mon Sep 07, 2009 7:39 am

does not work in IE

There is a small matter. Using your visual editor. ff 2-3 in all works stably. Code not changed. He made an example for this issue on a separate domain. one image. When the <link rel="stylesheet" type="text/css" href="highslide/highslide-ie6.css" /> stopped working in firefox and in IE does not work either. In s preview does not appear as it should be.

example http://smwatch.ru/highslide-custom-example.htm

google translate
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: does not work in IE

The path to the highslide-ie6.css file is wrong.
You have:

Code: Select all

<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="../highslide/highslide-ie6.css" />
<![endif]-->
It should be:

Code: Select all

<!--[if lt IE 7]>
<link rel="stylesheet" type="text/css" href="highslide/highslide-ie6.css" />
<![endif]-->
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
Barm
Posts: 5
Joined: Mon Sep 07, 2009 7:39 am

Re: does not work in IE

Did you have written. Everything is still. :(
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

Re: does not work in IE

The only issue I can see now is that the thumbnail is clipped in IE. You need to change the width and height of the list item in this CSS rule:

Code: Select all

.highslide-gallery ul li {
	display: block;
	position: relative;
	float: left;
	width: 106px; /* change this */
	height: 106px; /* change this */
	border: 1px solid silver;
	background: #ededed;
	margin: 2px;
	line-height: 0;
	overflow: hidden;
}
Torstein Hønsi
CTO, Founder
Highsoft
Barm
Posts: 5
Joined: Mon Sep 07, 2009 7:39 am

Re: does not work in IE

Thank you very much! You helped me a lot. But one problem left. In the gallery is not correctly displayed the left scroll bar.
torstein.honsi
Site Admin
Posts: 9215
Joined: Thu Nov 09, 2006 11:22 am
Location: Vik i Sogn, Norway

Re: does not work in IE

When does this scrollbar appear? What version of IE are you on? Can we see a screenshot?
Torstein Hønsi
CTO, Founder
Highsoft
Barm
Posts: 5
Joined: Mon Sep 07, 2009 7:39 am

Re: does not work in IE

and show how to make a gallery in the center, with no indentation on the left. Thank you in advance

Return to “Highslide Editor”