Feedback on: Dynamic Positioning
I thought this was a really good article!
Do you recommend putting this sort of code into a page by first detecting the browser, then using document.write?
Regards
John
Cheers
Matt
PS. I have both MS FrontPage 98 and Netscape Composer. When I "gave" them each the code, and saved each one, they both "altered" it slightly, but in different ways. When the respective page was viewed in the other browser, it looked stupid. (eg. layers appearing in different places).
Oh, and I love your site - extremely useful resource, thanks!
Worth:
Very worth reading
Comments:
Dear Sir,
I just had a great time reading all the material and i sure learnt a lot of stuff. Thanx.
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Very useful article! I have referred to it closely whilst learning about layers. The code samples and the demos are very clear.
One question: when I resize the Netscape window, it renders some of the layers invisible. How can I get them back? I tried resetting visibility and zIndex but to no avail. The only thing I find works is to reload the whole window (using location= ...), which is rather an extreme response.
Thanks
Peter Lloyd
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Just right for me, an IT professional needing an introduction with
short but teqhnical examples.
Worth:
Very worth reading
Length:
Too long
Technical:
Just right
Comments:
Martin,
I really found this article very useful. And I am currently attempting to use it as a basis for some tooltips in one of my pages. However I've run into a problem. The tooltips don't display over <SELECT> input boxes. I've tried fiddling with the z-index and other things but have not had any joy. Do you know any means to get this to work like this?
Thanks, Harry.
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
Great stuff!
Thanks.
Comments:
I do not see example 12 do anything...
How would one make
http://www.mindpartner.se/cropped.html
work with clipping?
Michel
Worth:
Very worth reading
Comments:
I revised example 4:
<SCRIPT TYPE="text/javascript" LANGUAGE="JavaScript">
</STYLE>
<A HREF="#" onMouseover="show('myLayer1')" onMouseout="hide('myLayer1')">
Move mouse pointer over this link text
</A>
<BR>
<DIV ID="myLayer1" CLASS="myStyle">
<TABLE style="margin-left:20;" BGCOLOR="#FFFFCC">
<TR>
<TD>
This text is hidden from view.
<BR>
It is revealed when the mouse
<BR>
moves over the 1st link text
</TD>
</TR>
</TABLE>
</DIV>
<BR>
<BR>
<A HREF="#" onMouseover="show('myLayer2')" onMouseout="hide('myLayer2')">
Move mouse pointer over this link text
</A>
<BR>
<DIV ID="myLayer2" CLASS="myStyle">
<TABLE style="margin-left:20;" BGCOLOR="#FFFFCC">
<TR>
<TD>
This text is also hidden from view until it is<BR>
revealed when the mouse moves over the 2nd link text
</TD>
</TR>
</TABLE>
</DIV>
Worth:
Very worth reading
Comments:
Excellent Article! I really like the way the article is broken down into brief sections and provides simple *working* examples with each section, to illustrate the concept being described.
irt.org is a *great* resource for development info.
Worth:
Very worth reading
Comments:
thanks for the great information
Worth:
Worth reading
Length:
Just right
Comments:
I'm interested in knowing how to adjust the top attribute of layers in relation to other layers.
In other words, I have two layers one positioned beneath the other. In the top one I have a block of text. In the bottom I have a picture. Problem, when more than three lines of text are added the top layer overlaps the bottom layer, covering the picture.
How can text's line count be translated into a corresponding 'top' layer value?
Worth:
Very worth reading
Length:
Just right
Technical:
Just right
Comments:
This was exactly what I needed, thanks!!!