Closed Thread Icon

Preserved Topic: Try the Alladyn Library... (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18293" title="Pages that link to Preserved Topic: Try the Alladyn Library... (Page 1 of 1)" rel="nofollow" >Preserved Topic: Try the Alladyn Library... <span class="small">(Page 1 of 1)</span>\

 
MrBaseball34
Obsessive-Compulsive (I) Inmate

From: Austin, TX USA
Insane since: May 2002

posted posted 05-07-2002 23:40

http://alladyn.art.pl

Very good and only 2K...


Hew
Neurotic (0) Inmate
Newly admitted
posted posted 05-08-2002 18:50

Wow, that zoom script is amazing , how did he clip a layer in a circle ? .. twice .. mmh gotta read this code.

Hew
Neurotic (0) Inmate
Newly admitted
posted posted 05-08-2002 18:56

Oh right .. never mind, I figured it out, the zoomed layer is clipped in the usual fashion, and the round lens' rim is fat enough to cover it. good script and page anyway though.



edit: Spelling

[This message has been edited by Hew (edited 05-08-2002).]

sonicsnail
Bipolar (III) Inmate

From: Scotland
Insane since: Jun 2001

posted posted 05-09-2002 11:57

This looks REALLY cool..

I'm no DHTML guru, but what I can gather is that you include a JS that re-does all the bits that cause probs between IE4, NS4, NS6, so you have one "thing" to call..

so...

In Internet Explorer 4 and newer:
document.all.nameoflayer.style.top = 100
document.all.nameoflayer.style.left = 10
document.all.nameoflayer.style.zIndex = 3

In Netscape 4.xx:
document.layers.nameoflayer.top = 100
document.layers.nameoflayer.left = 10
document.layers.nameoflayer.zIndex = 3

In Netscape 6:
layer = document.getElementById("nameoflayer")
layer.style.top = 100
layer.style.left = 10
layer.style.zIndex = 3

becomes....

vlay.nameoflayer.style.top = 100
vlay.nameoflayer.style.left = 10
vlay.nameoflayer.style.zIndex = 3


I'm going to play with this and hopefully learn a great deal... though it'd be cool if some guru could throw us an example together.. to help speed up the learning curve..

:-)

Pete

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-09-2002 17:15

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

dk01
Bipolar (III) Inmate

From: dk's house of love
Insane since: Oct 2001

posted posted 05-09-2002 18:52

Was it this one: http://dynapi.sourceforge.net/dynapi/ ?
(p.s that's from mr. max)
-dk

- can't decide? have another drink.

InI
Paranoid (IV) Mad Scientist

From: Somewhere over the rainbow
Insane since: Mar 2001

posted posted 05-09-2002 21:57

The poster has demanded we remove all his contributions, less he takes legal action.
We have done so.
Now Tyberius Prime expects him to start complaining that we removed his 'free speech' since this message will replace all of his posts, past and future.
Don't follow his example - seek real life help first.

« BackwardsOnwards »

Show Forum Drop Down Menu