Search found 62 matches

Go to advanced search

by no64
Sat Oct 29, 2011 11:38 am
Forum: Highslide JS Usage
Topic: Styling Scrollbars (Webkit) and Highslide
Replies: 4
Views: 2670
 
Jump to post

Re: Styling Scrollbars (Webkit) and Highslide

ah,... ok, I see - thank's RoadRash
by no64
Sat Oct 29, 2011 11:25 am
Forum: Highslide JS Usage
Topic: Styling Scrollbars (Webkit) and Highslide
Replies: 4
Views: 2670
 
Jump to post

Re: Styling Scrollbars (Webkit) and Highslide

yes,.... seems so,.... maybe it is why I use the iFrame: <a href="http://www.highslide.com" onclick="return hs.htmlExpand(this, { objectType: 'iframe', width: 450, height: 500, wrapperClassName: 'borderless-black-html' })"> Open HTML-content </a>
by no64
Sat Oct 29, 2011 9:29 am
Forum: Highslide JS Usage
Topic: Styling Scrollbars (Webkit) and Highslide
Replies: 4
Views: 2670
 
Jump to post

Styling Scrollbars (Webkit) and Highslide

I've tried to style my scrollbars in the Webkit way (of course works only for webkit based browsers) body { position: absolute; top: 0; left: 0; bottom: 0; right: 10px; overflow-y: scroll; overflow-x: hidden; } html { overflow-y: auto; background-color: transparent; } ::-webkit-scrollbar { width: 10...
by no64
Sat Mar 12, 2011 9:05 am
Forum: Highslide JS Usage
Topic: borderless html highslide CSS problem
Replies: 26
Views: 15138
 
Jump to post

Re: borderless html highslide CSS problem

Great to hear - I have same results. The problem seems to be gone.
Thank's RoadRash
by no64
Fri Mar 11, 2011 10:13 am
Forum: Highslide JS Usage
Topic: borderless html highslide CSS problem
Replies: 26
Views: 15138
 
Jump to post

Re: borderless html highslide CSS problem

sounds good... I will update all my sites :)
by no64
Thu Mar 10, 2011 11:56 am
Forum: Highslide JS Usage
Topic: borderless html highslide CSS problem
Replies: 26
Views: 15138
 
Jump to post

Re: borderless html highslide CSS problem

... any News or Updates for this problem? hmmm,.... I have a new problem with this... seems something is different now in Safari 5.0 on Mac. if embedding the movie flashplayer with the swf object type the movie does not get visible the first time clicking on the link - only audio is there - closing ...
by no64
Sun Jul 11, 2010 1:41 pm
Forum: Highslide JS Usage
Topic: borderless html highslide CSS problem
Replies: 26
Views: 15138
 
Jump to post

Re: borderless html highslide CSS problem

.... here is what I was working on:

http://www.perfecthideout-thefilm.com
http://www.fatalrescue-thefilm.com
http://www.thelostsamaritan-thefilm.com


RoadRash, maybe you have an idea if it would be possible to make the videos display in HTML5 with a fallback to the Flashplayer?
by no64
Sun Jul 11, 2010 1:36 pm
Forum: News
Topic: Showcase
Replies: 74
Views: 778699
 
Jump to post

Re: Showcase

I made some new "Apple-like-movie-sites" with Highslide implemention for GALLERY, VIDEO and CONTENT

http://www.perfecthideout-thefilm.com
http://www.fatalrescue-thefilm.com
http://www.thelostsamaritan-thefilm.com
by no64
Thu Jul 01, 2010 4:15 pm
Forum: Highslide JS Usage
Topic: borderless html highslide CSS problem
Replies: 26
Views: 15138
 
Jump to post

Re: borderless html highslide CSS problem

yes,... I'm lucky it worked that way.
I can hide the maincontentText for now.
by no64
Thu Jul 01, 2010 4:10 pm
Forum: Highslide JS Usage
Topic: borderless html highslide CSS problem
Replies: 26
Views: 15138
 
Jump to post

Re: borderless html highslide CSS problem

yes, ... the fade/hover seems to work with the latest Safari.

and YES it also seems to work with

hs.objectLoadTime = 'after';

... only thing: the maincontentText " you need to upgrade your Flash Player" is displayed for a second...
by no64
Thu Jul 01, 2010 3:42 pm
Forum: Highslide JS Usage
Topic: borderless html highslide CSS problem
Replies: 26
Views: 15138
 
Jump to post

Re: borderless html highslide CSS problem

yes, I am on Mac OS 10.6.4 and Safari 5.0 (6533.16) and I don't have Adblock installed.

..... hope the problem is not that big.
by no64
Thu Jul 01, 2010 3:25 pm
Forum: Highslide JS Usage
Topic: borderless html highslide CSS problem
Replies: 26
Views: 15138
 
Jump to post

Re: borderless html highslide CSS problem

hmmm,.... I have a new problem with this... seems something is different now in Safari 5.0 on Mac. if embedding the movie flashplayer with the swf object type the movie does not get visible the first time clicking on the link - only audio is there - closing it and open it again shows the video. http...
by no64
Thu Jun 17, 2010 10:15 am
Forum: Highslide JS Usage
Topic: How to fire scripts in Ajax content
Replies: 7
Views: 3513
 
Jump to post

Re: How to fire scripts in Ajax content

I think, I got the problem - I had two "onBeforeExpand" in there. I merged it down to one and it seems to work fine.
by no64
Thu Jun 17, 2010 10:07 am
Forum: Highslide JS Usage
Topic: How to fire scripts in Ajax content
Replies: 7
Views: 3513
 
Jump to post

Re: How to fire scripts in Ajax content

hmm,... if I put the script in the head of my main page it works, but if I put it in an external js file, not.
Do you know why?
by no64
Thu Jun 17, 2010 9:59 am
Forum: Highslide JS Usage
Topic: How to fire scripts in Ajax content
Replies: 7
Views: 3513
 
Jump to post

Re: How to fire scripts in Ajax content

yes, it works, thank's.

... so "onBeforeExpand" not "onAfterExpand" ?

Go to advanced search