Posted by richard on 09/22/06 16:56
<wmanzo@yahoo.com> wrote in message
news:1158939749.417563.233400@e3g2000cwe.googlegroups.com...
>I have a really professional conspiracy movie site
> and I use tons of layers and an external scroll bar assembly.
> I would like to put the various sections into MS Iframes and
> in order to clean up the page but I find that the iframes interfere
> with the getting the mouse coords from the screen which is
> essential in moving the scroll bar around.
>
> My test html is given below. With the iframe hidden the mouse coords
> are obtainable. With the iframe visible things get buggy.
>
>
A lot of people might want to see the work in action. So they can see
firsthand what problems might be.
If you have a working page, with the errors you're seeking to correct,
posting the link would help.
I did notice you're using inline "style" as opposed to an off page CSS file
or even defining in the "head".
As well as embedded javascript.
The major problem with an iframe is, it is still a page by itself somewhere
else on your site.
What you need is a script that will reach out to that other page and work
with it.
Also what's the point of having such a huge iframe and no scrolling?
How am I expected to see what else there is?
Navigation:
[Reply to this message]
|