I am trying a very simple example to learn how to work with layers.
My browser is a IE 6.0 under WinXP HE.
Ex:
<html>
<head>
<title>Layers</title>
</head>
<body>
<layer top="100" left="100" width="200" bgcolor="red">
<!-
My LAYER! My LAYER! My LAYER! My LAYER!
->
<nolayer>
This part will be put on screen by old browsers.
</nolayer>
</layer>
</body>
</html>
The only part that appears on my browser is the one for old browsers.
I tried to create web pages including layers with Dreamweaver 4 and the layers did not appear on my browser.
Can you give me a hint what could be wrong ?
Thank you in advance,
Ducu Nagy
My browser is a IE 6.0 under WinXP HE.
Ex:
<html>
<head>
<title>Layers</title>
</head>
<body>
<layer top="100" left="100" width="200" bgcolor="red">
<!-
My LAYER! My LAYER! My LAYER! My LAYER!
->
<nolayer>
This part will be put on screen by old browsers.
</nolayer>
</layer>
</body>
</html>
The only part that appears on my browser is the one for old browsers.
I tried to create web pages including layers with Dreamweaver 4 and the layers did not appear on my browser.
Can you give me a hint what could be wrong ?
Thank you in advance,
Ducu Nagy