C.R.
Posts: 9
Joined: Mon Oct 12, 2009 2:36 pm

Re: Problems with Internet Explorer

Hi!
I'ved tried to discover what is pushing down the dimming.. by using the programming tool (F12) on I.E. and it seems that there is a duplicate of the controlbar at the left top corner of the browser's window. So.. to confirm, i preview it through Dreamweaver and discover a white controlbar... now the problem is that i don't know what's causing it. :?
We can't see that white controlbar online because i didn't upload the graphic for it.. but never the less, is there. Weird... :|
I'ved upgraded the version of the highslide files.. now the dimming covers that bar.. but the invisible white controlbar still "appears" in the background.
Last edited by C.R. on Mon Oct 19, 2009 11:12 am, edited 1 time in total.
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Problems with Internet Explorer

In your highslide.config.js file you have two identical addSlideshow parts - both tied to slideshowGroup: 'group2':

Code: Select all

// Add the slideshow controller
hs.addSlideshow({
	slideshowGroup: 'group2',
	interval: 5000,
	repeat: true,
	useControls: true,
	fixedControls: 'fit',
	overlayOptions: {
		className: 'large-dark',
		opacity: '0.70',
		position: 'bottom center',
		offsetX: '0',
		offsetY: '-10',
		hideOnMouseOut: true
	},
	thumbstrip: {
		mode: 'horizontal',
		position: 'bottom center',
		relativeTo: 'viewport'
	}

});
You need to remove one of them.

See also one of my previous posts (http://www.highslide.com/forum/viewtopi ... 992#p21992) for how to simplify the addSlideshow part of your highslide.config.js.
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
C.R.
Posts: 9
Joined: Mon Oct 12, 2009 2:36 pm

Re: Problems with Internet Explorer

If there was a smile slaping his face.. or hitting his head on a wall... it would describe me right now. :roll:

This is the tipical situation when a person makes the problem more complex that it is!

Can't thank you enough for your help!
User avatar
RoadRash
Posts: 8249
Joined: Tue Jul 15, 2008 6:43 pm
Location: Fredrikstad, Norway
Contact: Website

Re: Problems with Internet Explorer

:D You're welcome!
Hilde
Highslide Support Team

Overview of my Highslide sample pages: RoadRash.no
janetvelasquez80l
Posts: 1
Joined: Wed Oct 21, 2009 11:42 am

Re: Problems with Internet Explorer

I was having the same problem. I have a question, does a bigger bandwidth a requirement? Some GUIs requires bigger bandwidth so that it can easly uploaded?

Hubschrauber selber fliegen

Return to “Highslide Editor”