![]() Preserved Topic: ripples |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: KY |
![]() Does anyone know of any script, method, tutorial, whatever that could help me create a rippled water effect? |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: KY |
![]() That would be cool. |
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
![]() afaik, max has such an applet on his page. |
Maniac (V) Inmate From: there...no..there..... |
![]() Here is another applet for you to check out... |
Maniac (V) Mad Scientist From: New California |
![]() |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: KY |
![]() those are both cool. Is it possible to just make a div do it without a picture in there? |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: KY |
![]() there's a tut on guru's for a water effect? I can't find it |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Bipolar (III) Inmate From: KY |
![]() well I got that program from anfy and used it,but I can't change the z-index of the div that has the applet in it. THus it's covering the text. How would I go about putting it under the div where the text comes up. |
Lunatic (VI) Mad Scientist From: Massachusetts, USA |
![]() Usually you can't do that (put an object more complicated than an image underneath another peice of the web page). You *should* be able to, but nothing really supports it. |
Maniac (V) Mad Scientist From: New California |
![]() Yeah, I tried to include some of these java effects into some pages like what you're asking about but with no luck at all. The best I've seen is what you're doing which is to include a pre-existing image and use it in the applet while surrounding it with dynamic html content and such. |
Bipolar (III) Inmate From: KY |
![]() Why is it that when I make a transparent picture with 0 opacity it still doesn't show the text underneath. I mean there's nothing there to hide it. How is that possible? |
Bipolar (III) Inmate From: KY |
![]() is there a way I can open these class files and edit them? |
Maniac (V) Mad Scientist From: New California |
![]() If you're referring to the picture in the java applet then that is exactly what I was talking about. I don't know of anyone who has gotten applets to behave like a div or layer normally does on a web page. I don't think it's possible. |
Neurotic (0) Inmate Newly admitted |
![]() Hey max, are you giving out your class file by chance? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
![]() Ensabanur, JAVA applets cannot be made transparent. Also, you can't place anything above them (or control their visibility with z-index). That's limitation of all web browsers and that's how it's supposed to work. |
Bipolar (III) Inmate From: KY |
![]() That's too bad. It would have been so much easier if it would jsut work the way I wanted it. Life would be easier that way too. |
Paranoid (IV) Mad Scientist From: Somewhere over the rainbow |
![]() The poster has demanded we remove all his contributions, less he takes legal action. |
Maniac (V) Inmate From: there...no..there..... |
![]() Ensabanur: |