 
        
        
         
                                 SnarkSephiroth
                            SnarkSephiroth
            
                         
                                
                
             
                                 SnarkSephiroth
                            SnarkSephiroth
            
                        Leperous said:Please bare with me, because I am very new to this (This is my first). What I want is to have each link on that page blur out like in the Link picture. I just dont know how to do it. I have the code on how to make them links, but I don't know how to make that effect while doing the same thing.
That's quite an excessive function for what you want to do- you'd be better off using getElementById since all this script seems to be doing is updating the image .src (http://www.filecloud.com use a cunning method of using background-images for everything, and shifting them), but aaanyway you'll survive with that :smile:
Although, you haven't actually said what you want doing with the 'big' image- I presume you want her image to be swapped too?
NonStopableForce said:I already have all the images blured. I just need to implement it into the main picture (the one with Elisha). I want those links to blur when ever I move my mouse over them, with the effect I created. Make any sense? I hope it does, because I am having a hard time explaning. Thanks guys. Hope you can still help.
If your going to just want to blur the images, you can just do it in photoshop, and then just use the mousover image swap thing, or yuo can use style sheets on links, and put
<!--
a:hover {
filter: Blur(Add=?, Direction=?, Strength=?);
}
-->
Not sure if it works in Firefox...
-NSF