D Daytona New member Jul 21, 2009 #1 I want to use layers and i read the only way is to use dhtml (dynamic html) how can i converted my existing html templete to dhtml? im new to dreamweaver can u tell me how?
I want to use layers and i read the only way is to use dhtml (dynamic html) how can i converted my existing html templete to dhtml? im new to dreamweaver can u tell me how?
F flybishop New member Jul 21, 2009 #2 You can use layers with CSS. Change the z-index of elements to different numbers. z-index: 101; will be above z-index:100;
You can use layers with CSS. Change the z-index of elements to different numbers. z-index: 101; will be above z-index:100;
D Desi New member Jul 21, 2009 #3 Personally, I use CSS, and it works fine. I believe that CSS is also considered using layers, if you do it in a certain way.
Personally, I use CSS, and it works fine. I believe that CSS is also considered using layers, if you do it in a certain way.