View Single Post
Old 03-20-2009, 01:01 AM   #33 (permalink)
allworknoplay
The Gregarious
 
allworknoplay's Avatar
 
Join Date: Feb 2009
Location: New York
Posts: 645
Thanks: 64
allworknoplay is on a distinguished road
Default

Thanks Krik,

I had no idea about ERROR CONSOLE in FF. I use FF all the time too so I'll make it a habit to check it out from now on.

I have one more quick question. In the CSS STYLE, why does the "divlayer" have a # in front of it but the "divstyle" have a "."?


Code:
<!--
body		{ margin: 0 auto; width: 1000px; }
.divstyle	{ height: 20px; width: 75px; border: #CCCCCC 1px solid; float:left; }
#divlayer	{ position: absolute; top: 50px; height: 100px; z-index: 1; padding: 0px; border: #E0E0E0 1px dashed; background-color: #EEEEEE; }
.font10 { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; font-style: bold; font-weight: bold; color: #990000;}
-->
</style>
I also added a font style....

Thanks again for your help on all this, you are really getting me on my way to using CSS/DIV's etc...
allworknoplay is offline  
Reply With Quote