graysacle image hover.

tanguy / 2012-08-23 15:24:52   

hey!
i'm discovering html + css with indexhibit so please excuse if the question is bizarre.
i would like to implement this kind of transition into my visual index :
webdesignerwall.com/tutorials/…";> example
were should i put the code they show? it invokes a min.jquery.js that is not referenced under assets, should i upload it manually?
maybe i'm asking for too much....
cheers.

t.

arsondpi / 2012-08-23 15:25:50   

the link is not pointing to an external link - can you please paste it as it appears in your address box?

tanguy / 2012-08-23 15:35:21   

oops,

webdesignerwall.com/tutorials/…

arsondpi / 2012-08-23 15:47:26   

hmmm - that requires some serious customisation... you need to call the js in the format and also get the id/classes right in it... If you can spare some time and you're familiar with code try it and tell us how goes...

Vaska A / 2012-08-23 16:24:43   

It's possible. When we can finally get to documentation I'll show folks how...

tanguy / 2012-08-30 08:11:12   

thanks Vaska and arsondpi for your answers!
i'm not too much of a code guy ( i'm learning) so i think i will stick with the simple stuff and wait for documentation ;-)

Jonathan_ / 2012-08-31 20:30:29   

I got the code given in that link working on the thumbnails for documenta and visual index. That was all I wanted to do with it so I didn't try anything else but if it helps, what I did was;

First off put the code in index.php before

Then simply change the:

Jonathan_ / 2012-08-31 20:31:35   

Not sure what happened to the rest of what I wrote there!

Jonathan_ / 2012-08-31 20:36:48   
  1. First off put the code in index.php before </head>
  1. Then simply change the: <script src="jquery.min.js" 

too:

  1. <script src="jquery.ui.min.js"

and then the three times in it says:

  1. $('.item img')

too:

  1. $('.picture_holder img')

This thread has been closed, thank you.