T
Tom
Is this a DIV or Layer... FrontPage calls it Layers
<body>
<div style="position: absolute; width: 100px; height: 100px; z-index: 1;
visibility: hidden" id="layer1">
</div>
<div style="position: absolute; left: 247px; top: 36px; width: 135px;
height: 111px; z-index: 2; visibility: visible" id="layer2">
</div>
</body>
T
| I'm working with divs, not layers. I sent the code in a prior post.
|
| "Tom" wrote:
|
| > To clarify this a little more....
| >
| > To get the menu on the right go to View> Tool Bars> Task Pane (Opens
task
| > Pane on right) Use the getting started dropdown to select "Layers" You
| > should now see a list of all the layers on the page!
| >
| >
| >
| > Highlight the one you want to work on.
| >
| >
| >
| > Note if you click outside of the layer and it is a hidden one it will
| > disappear. To view it again just select it from the layers list.
| >
| > T
| > | > | Just read the end of this and if using FrontPage 2003 all you have to
do
| > is
| > | go to the menu on the right and highlight the "Layer" you wish to work
on.
| > | When you highlight it in the layer view it will be visible (Even if
the
| > | properties are hidden).
| > |
| > | I hope this makes since. If you click outside of the Layer (and it is
| > | hidden) it will not be shown.
| > |
| > | I hope I am not too far off base here..
| > |
| > | T
| > | | > || "Show initially" means that when I load the page in Design or Split
mode,
| > || both divs show, regardless of whether they are Block or None. As soon
as
| > I
| > || edit the page in any way, the None (hidden) div disappears and I
can't
| > | edit
| > || it any more without going into the code. I don't think I can explain
it
| > | any
| > || more simply than that. My guess is that it has to do with my FlipDiv
| > | function.
| > ||
| > ||
| > || "Murray" wrote:
| > ||
| > || > > 1. If display:none means not to display the div on the page, then
why
| > | does
| > || > > it
| > || > > show initially?
| > || >
| > || > It should never display.
| > || >
| > || > > 2. I changed the div to display:block and it still disappears
when I
| > || > > edited
| > || > > the page.
| > || >
| > || > It should not. What edits are you doing?
| > || >
| > || > --
| > || > Murray
| > || > ============
| > || >
| > || >
| > || >
| > |
| > |
| >
| >
| >
<body>
<div style="position: absolute; width: 100px; height: 100px; z-index: 1;
visibility: hidden" id="layer1">
</div>
<div style="position: absolute; left: 247px; top: 36px; width: 135px;
height: 111px; z-index: 2; visibility: visible" id="layer2">
</div>
</body>
T
| I'm working with divs, not layers. I sent the code in a prior post.
|
| "Tom" wrote:
|
| > To clarify this a little more....
| >
| > To get the menu on the right go to View> Tool Bars> Task Pane (Opens
task
| > Pane on right) Use the getting started dropdown to select "Layers" You
| > should now see a list of all the layers on the page!
| >
| >
| >
| > Highlight the one you want to work on.
| >
| >
| >
| > Note if you click outside of the layer and it is a hidden one it will
| > disappear. To view it again just select it from the layers list.
| >
| > T
| > | > | Just read the end of this and if using FrontPage 2003 all you have to
do
| > is
| > | go to the menu on the right and highlight the "Layer" you wish to work
on.
| > | When you highlight it in the layer view it will be visible (Even if
the
| > | properties are hidden).
| > |
| > | I hope this makes since. If you click outside of the Layer (and it is
| > | hidden) it will not be shown.
| > |
| > | I hope I am not too far off base here..
| > |
| > | T
| > | | > || "Show initially" means that when I load the page in Design or Split
mode,
| > || both divs show, regardless of whether they are Block or None. As soon
as
| > I
| > || edit the page in any way, the None (hidden) div disappears and I
can't
| > | edit
| > || it any more without going into the code. I don't think I can explain
it
| > | any
| > || more simply than that. My guess is that it has to do with my FlipDiv
| > | function.
| > ||
| > ||
| > || "Murray" wrote:
| > ||
| > || > > 1. If display:none means not to display the div on the page, then
why
| > | does
| > || > > it
| > || > > show initially?
| > || >
| > || > It should never display.
| > || >
| > || > > 2. I changed the div to display:block and it still disappears
when I
| > || > > edited
| > || > > the page.
| > || >
| > || > It should not. What edits are you doing?
| > || >
| > || > --
| > || > Murray
| > || > ============
| > || >
| > || >
| > || >
| > |
| > |
| >
| >
| >