Macromedia dreamweaver 8-using dreamweaver User Manual

Page of 1030
198
Chapter 7:  Laying Out Pages with CSS
About layers in Dreamweaver
A layer is an HTML page element—specifically, a 
div
 tag, or any other tag—that has an 
absolute position assigned to it. Layers can contain text, images, or any other content that you 
can place in the body of an HTML document.
Understanding layers
With Dreamweaver, you can use layers to lay out your page. You can place layers in front of 
and behind each other, hide some layers while showing others, and move layers across the 
screen. You can place a background image in one layer, then place a second layer, containing 
text with a transparent background, in front of that.
Layers provide a great deal of flexibility in placing content. However, site visitors with very old 
web browsers might have trouble viewing layers. To ensure that everyone can view your web 
page, you can design your page layout using layers, and then convert the layers to tables. For 
more information, see 
. If your audience is likely to 
be using any recent browser, however, you can design layouts entirely with layers, without 
converting them to tables.
Related topics
NO
TE
Layers, as described in this chapter, refer to the Dreamweaver layout concept, not the 
layer
 tag.