For Horinaja to work correctly in Internet Explorer 6, you just have to give the « .horinaja» class a width and a height – then it’ll align with your design as it should.
I have a page where I intend to use three instances of horinaja pro, but I was hoping to synchronize their start a bit better.
Currently I have create the three Horinaja objects approximately one second apart, with their period set to 3 seconds:
new Horinaja('foo1',.25,3,true,false,0);
setTimeout(function() {new Horinaja('foo2',.25,3,true,false,0);},1000);
setTimeout(function() {new Horinaja('foo3',.25,3,true,false,0);},2000);
But due to the time required to execute the initialize() and start() methods, various things they may or may not start as desired. If it were possible to either do all the DOM manipulation but not start the animation immediately or to do all the DOM manipulation and then register an initial delay before the animation were to start, that would allow these to be started in a more synchronous manner…
…I’d rather not start making too many changes to your library as that would probably make upgrading to subsequent versions more difficult, so I figured I’d just live with my current solution and fire off a feature request to you :-)
I’m implementing horinaja on my website, thank you for the great work.
However I have a small suggestion, it’s to remove the inline style in the pagination links.
For my need for example, I don’t want pagination in the middle of the screen, separed by the same width. I want to put pagination link on the bottom left of my slideshow which is impossible ATM without hacking the javascript file to remove the inline width.
I know that if you want to put the pagination like that, you have to know the container width and so, do that using javascript. So, at least, add an option (boolean true or false) to add that width to pagination or not.
Hey David,
Thank you for an awesome script! It’s nice, but it doesn’t support Internet Explorer 6 – are you planning to fix this or is it too old?
Thanks,
Marc
Found out that it’s your stylesheet which is not compatible with IE6 – will post the fix when I have it, working on it now. Cheers.
For Horinaja to work correctly in Internet Explorer 6, you just have to give the « .horinaja» class a width and a height – then it’ll align with your design as it should.
Again, thanks for a nice script!
Hey David,
How/where can I change the opacity of the pagination mouse over states?
hey Dennis
version pro or version free ?
my apologies, the free version
well, i’m sorry but this option is unavailable in the free version, but if you want you can modify the class
I have a page where I intend to use three instances of horinaja pro, but I was hoping to synchronize their start a bit better.
Currently I have create the three Horinaja objects approximately one second apart, with their period set to 3 seconds:
new Horinaja('foo1',.25,3,true,false,0);
setTimeout(function() {new Horinaja('foo2',.25,3,true,false,0);},1000);
setTimeout(function() {new Horinaja('foo3',.25,3,true,false,0);},2000);
But due to the time required to execute the initialize() and start() methods, various things they may or may not start as desired. If it were possible to either do all the DOM manipulation but not start the animation immediately or to do all the DOM manipulation and then register an initial delay before the animation were to start, that would allow these to be started in a more synchronous manner…
…I’d rather not start making too many changes to your library as that would probably make upgrading to subsequent versions more difficult, so I figured I’d just live with my current solution and fire off a feature request to you :-)
Hi,
I’m implementing horinaja on my website, thank you for the great work.
However I have a small suggestion, it’s to remove the inline style in the pagination links.
For my need for example, I don’t want pagination in the middle of the screen, separed by the same width. I want to put pagination link on the bottom left of my slideshow which is impossible ATM without hacking the javascript file to remove the inline width.
I know that if you want to put the pagination like that, you have to know the container width and so, do that using javascript. So, at least, add an option (boolean true or false) to add that width to pagination or not.
Regards,
zmove
nice one