Use of layers.

J

John Berg

I'm attaching a layer saying , "click here" to a .dwt header which is
attached to several pages. But the layer doesn't appear on the page when
the page is published on the internet. What am I doing wrong?
 
M

Murray

If you are talking about the URI at the bottom of your post, this is the
only 'layer' on that page -

<td align="left" valign="top" width="0">
<div style="position: absolute; width: 100px; height: 100px; z-index:
1; visibility:visible" id="layer1">
&nbsp;</div>

Note that it contains only a non-breaking space, *and* that it is in a table
cell. The former means that there is no "click here", while the latter is
just a coding mistake - you should not put absolutely positioned elements
into table cells.
 
J

John Berg

Thanks,
I'm going back to the picture and putting "click" in it. I'm also going to
re-read the layering and absolute positioning sections.

John Berg
[email protected]


--
John Berg
The fact that in Mohammedan law every woman must belong to some man as his
absolute property - either as a child, a wife, or a concubine - must
delay the final extinction of slavery until the faith of Islam has
ceased to be a great power among men. --W. Churchill
 
J

John Berg

I'm reading Frontpage 2003: faster smarter. No where in the section of
Layers does it explicitly mention that layers can't be used with tables but
it makes a fuss over Layers extending the functionality of tables.
 
M

Murray

There is no problem using layers with tables. I'm assuming that you
understand how layers behave differently than tables, however. If you do
not, then you will have problems using layers with tables, but not because
there is any inherent problem there.
 
Top