layers position

liunx

Guest
If you take alook at this page : <!-- m --><a class="postlink" href="http://larsandre.mine.nu/menu3.htm">http://larsandre.mine.nu/menu3.htm</a><!-- m -->

I've added three layers to the page that become visible onMouseOver. How can I place the layers directly below the main-menu they belong to regardless of users resolution ?You'll have to use CSS and DIVS. Position the DIVs absolutely, which are your pop-up menus.

For an example, see <!-- m --><a class="postlink" href="http://users.tm.net/gburghardt/home/">http://users.tm.net/gburghardt/home/</a><!-- m -->. It's my personal home page. Feel free to view the source code. Even though the CSS and JavaScript files are imported, you can still view them.

<!-- m --><a class="postlink" href="http://users.tm.net/gburghardt/home/menu.css">http://users.tm.net/gburghardt/home/menu.css</a><!-- m -->
<!-- m --><a class="postlink" href="http://users.tm.net/gburghardt/home/menu.js">http://users.tm.net/gburghardt/home/menu.js</a><!-- m -->

I'm in the middle of a Flash class right now so I can't write too much ;)

More later if need be.
 
Back
Top