Dreamweaver doesn't have anything that isn't HTML. What Dreamweaver calls
"Layers" are what Microsoft calls "Panels," (in Visual Studio.Net - in
FrontPage they are also called "Layers") and what the W3C calls "divs." divs
can overlap and have transparency, as well as a host of other attributes and
styles. What bemuses me is why these software companies rename such objects.
I can only guess that it's some kind of misguided marketing ploy.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
"Bruce W...1" <br***@noDirectEmail.com> wrote in message
news:3F***************@noDirectEmail.com...
Kevin Spencer wrote:
Not sure what you're getting at, Bruce. Are you asking if there are
classes in ASP.Net that render divs? Try the Panel Web Server Control
(<asp:Panel...>), the HtmlGenericControl (<div runat=server...>), and of
course, the HTML div (<div>).
--
HTH,
Kevin Spencer
Microsoft MVP
.Net Developer
http://www.takempis.com
Big Things are made up of
Lots of Little Things.
================================================
I retract what I said. The panel controls do seem to have layer
functionality. Was just playing with this. Thanks for the tip.
They do not however seem to overlap or have transparency.