|
Posted by wmanzo on 09/23/06 13:37
richard wrote:
> <wmanzo@yahoo.com> wrote in message
> news:1158951632.238276.319810@k70g2000cwa.googlegroups.com...
> > richard wrote:
> >> <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?
> >
> >
> > When the Iframe is included on this sparse test page
> > the readout of the mouse position crashes which
> > means that the iframe is causing problems when it
> > should have no effect on obtaining the mouse
> > coords. If you look at my index_1.html page at
> > mansueact.com you'll find all your answers__all the
> > divs are visible and all the scripting is visible. I'd like
> > to tidy up the page with Iframes where the scripts
> > associated with the layers would be contained in
> > the corresponding iframe. The page would then just
> > be a group of Div tags with nested Iframe tags and I
> > would then be moving around the Divs and calling
> > functions in the Iframes. But the user wouldn't know this.
> >
> > I'm assuming that if I can get the mouse coords with an
> > iframe visible then I can make the rest of the page work.
> >
> > The major problem is my page scroll bar and that the user
> > cannot click and move it around the page when I use
> > Iframes. And, it is a very neat scroll bar.
> >
> > Also, I only use and code for MSIE.
> >
> > Thank you for your quick response.
> >
> >>From Orlando,
> >
> > The Banished Celebrity Publisher.
> >
>
> I looked at that page dude. It sucks.
> Get rid of the scrolling binary crap on the notebork for starters.
> If you insist on having it, at least put it to the right of the notebook.
> Then there's all that mesh chain crap. Trash it.
> As it stands now, the only thing I can read is where it says "top 10 alien
> sites".
> You do that shit to impress your coworkers, not for a real life website.
Hey, got you fellas all in a tuss! My philosphy is that at this point
all
browsers should be standardized and if they ain't, I'm not going to
code for "cross" platform portability. I like the way MS js works
and it works for me. Also, did you note that I don't code using
java or c+++++ concepts. I code for humans because I am a human.
Imagine all those people who buy all those books on website design
and jscript and still cannot figure out how to move layers or
change background colors. What is oop? You don't have to be
a rocket scientist to understand loops and decision statements.
And, although the suggestion about putting the mouse functions in
the iframe it doesn't make any sense since the mouse coords are
absolute screen coords and, this is the kicker, the click and move
scripts and mouse coord scripts are in the main page not the iframes.
How many of you pro coders actually tried to get the mouse coords to
readout when the iframe is visible? It works perfectly when the iframe
is hidden. Sounds like a major bug but maybe not.
Anyway, my site is the most profession looking jscript movie site on
the
net which isn't saying much since the "net" as we know is quite fake.
Also, what about those clunky layer movements? How can various
layer movement intefere with each other or how can background
animations interfere with moving a layer from point a to point b?
Anyway, thank you for your responses who-ever you are and by the
lack of any real responses it is another indication that the net is
quite fake.
>From the Orlando Hive where these Klan-Aliens have their brains
wave-wired to the net,
Wayne E. Manzo,
Banished Celebrity Publisher, Human Rights Leader, Scientist
www.mansueact.com
www.mansueact.com/american_resister
[Back to original message]
|