Marktime
08-14-2007, 12:34 AM
I want a picture, or box....or say it looks like a magnifying glass, and when it slides over one set of text, it reveals a hidden set of text underneath.
You see this is programs, like when a magnifying glass slides over test, and there is a larger set of text underneath. a Flash example of that is here:
http://www.freehandsource.com/_test/lens.html
What I am going to do is have a foreign language on top, and the magnifying glass will actually reveal the english translation underneath.
I can code stuff like this in windows easy enough, but I have to admit I'm not a dhtml programmer at all....I was hoping to find a script half way close then modify it.
But although there is a lot in the way of draggable stuff, almost none of it changes the content of the draggable windows on the fly.
I thought as the simplest form of what I'm trying to do, put a dive that represents a whole web page out there, and set it to be invisible.
Then a box that you drag, and as you drag it, the portion of the div underneath that it is hovering over, is visible in it. So you are dynamically setting the content of you div to the content of the div that it is hiding.
Hopefully I'm explaining that well, and maybe there is another way to do it.
The problem is, I'm shooting in the dark, not being a DHTML guy...what do you all think?
You see this is programs, like when a magnifying glass slides over test, and there is a larger set of text underneath. a Flash example of that is here:
http://www.freehandsource.com/_test/lens.html
What I am going to do is have a foreign language on top, and the magnifying glass will actually reveal the english translation underneath.
I can code stuff like this in windows easy enough, but I have to admit I'm not a dhtml programmer at all....I was hoping to find a script half way close then modify it.
But although there is a lot in the way of draggable stuff, almost none of it changes the content of the draggable windows on the fly.
I thought as the simplest form of what I'm trying to do, put a dive that represents a whole web page out there, and set it to be invisible.
Then a box that you drag, and as you drag it, the portion of the div underneath that it is hovering over, is visible in it. So you are dynamically setting the content of you div to the content of the div that it is hiding.
Hopefully I'm explaining that well, and maybe there is another way to do it.
The problem is, I'm shooting in the dark, not being a DHTML guy...what do you all think?