navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

Microsoft MVP

 

Layers

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> General Web Development >> Layers
Page: [1]
 
Ziggyzaz

 

Posts: 250
Joined: 5/29/2003
Status: offline

 
Layers - 5/29/2003 18:17:43   
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

 

Posts: 2658
From: ... er ...
Status: offline

 
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

_____________________________

Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning

(in reply to Ziggyzaz)
_gail

 

Posts: 2876
From: So FL
Status: offline

 
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

_____________________________

Digicamhelp - Easiest place on the web to learn about Digit@l Cameras & Photography

(in reply to Ziggyzaz)
bobby

 

Posts: 11394
Joined: 8/15/1969
From: Seattle WA USA
Status: offline

 
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...

more here: http://www.w3schools.com/css/css_positioning.asp



_____________________________

If con is the opposite of pro, is Congress the opposite of progress?


:)

(in reply to Ziggyzaz)
_gail

 

Posts: 2876
From: So FL
Status: offline

 
RE: Layers - 5/30/2003 12:40:26   
quote:

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


_____________________________

Digicamhelp - Easiest place on the web to learn about Digit@l Cameras & Photography

(in reply to bobby)
Ziggyzaz

 

Posts: 250
Joined: 5/29/2003
Status: offline

 
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

_____________________________

Your Chicken is on Fire

(in reply to Ziggyzaz)
Gil

 

Posts: 7533
From: North Carolina, USA
Status: offline

 
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" -->

_____________________________

Gil Harvey, 1947-2004

(in reply to Ziggyzaz)
Page:   [1]

All Forums >> Web Development >> General Web Development >> Layers
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts