PDA

View Full Version : layer tutorials


Lila
04-13-2001, 04:19 AM
I need some good layer tutorials. Not layers as in graphics, but layers in html. So I can position my website exactly where I want it.

spyres
04-13-2001, 05:11 PM
You can setup and positin the layers visually and dreamweaver will write the code out nicely for you. Be warned that some older browsers just don't like layers at all...

mgy333
05-02-2001, 02:17 PM
You can generally find lots of samples and information on layers if you do search on DHTML with any search engine.

Try http://hotwired.lycos.com/webmonkey/authoring/dynamic_html/ too.

But using layers can be a major nightmare since you have to worry about cross-browser compatibility. Netscape and IE support layers in completely different way. Make sure you test your code with both browsers.

~Motoo