HighDots Forums  

Re: Please help with CSS, layers and z-index

Cascading Style Sheets Layout/presentation on the WWW (comp.infosystems.www.authoring.stylesheets)


Discuss Re: Please help with CSS, layers and z-index in the Cascading Style Sheets forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
viza
 
Posts: n/a

Default Re: Please help with CSS, layers and z-index - 08-05-2003 , 10:59 AM






and then Paul said:

Quote:
.Layer1
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
z-index: 1
}

.Layer2
{
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
z-index: 2
}
div.Layer1, div.Layer2 {
font-family: Verdana, Helvetica, sans-serif;
font-size: 11px;
font-weight: normal;
}
div.Layer1 {
z-index: 1
}
div.Layer2 {
z-index: 2
}



Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.