Is there a way to put a layer into frontpage? I' m using a template and I want to put something over and I' ve heard the only way that I can do that is to use a layer?
Eli -> RE: Layers (5/29/2003 18:48:55)
if you have an image you can set that as the background and then write text in the foreground - but I' ve never heard of FP layers
_gail -> RE: Layers (5/29/2003 19:48:24)
quote:
Is there a way to put a layer into frontpage? I' m using a template and I want to put something over and I' ve heard the only way that I can do that is to use a layer?
In FrontPage you can position a graphic absolutely, and bring objects forward and backwards, via the Pictures Toolbar. Most of what I' ve read in these forums discourage using this technique due to browser compatibility problems.
You may want to hop over to the css forum to find out more about css positioning/layering.
gail
bobby -> RE: Layers (5/30/2003 11:03:51)
Layer is another term for the <div> tag...
<div style=" z-index: 50;" > Image goes here </div>
That should place the image above everything else on your page. Default z-index is 1
This is a CSS2 deal, and it' s not supported by all browsers...
This is a CSS2 deal, and it' s not supported by all browsers...
So, what else is new?! [:j] [:p]
Ziggyzaz, I' m assuming you want to layer graphics. Have you tried creating the layers in an image editing program, optimizing and saving them as a gif or jpeg, then inserting the final graphic into FrontPage?
gail
Ziggyzaz -> RE: Layers (5/30/2003 12:52:43)
i am using a template that is then put into place using an include statement, this template is divided into three different include statements. on the first include statemtent there is a black box that i want to show the time and date, or even just the date. the include statement is built in HTML but then published in FP, how could I make this happen
Gil -> RE: Layers (5/30/2003 13:35:18)
quote:
am using a template that is then put into place using an include statement, this template is divided into three different include statements. on the first include statemtent there is a black box that i want to show the time and date, or even just the date. the include statement is built in HTML but then published in FP, how could I make this happen
What does any of that have to do with using layers?
In FP go to HTML mode and insert this into the box you want the date/time in: <!--#echo var=" DATE_LOCAL" -->