Click to See Complete Forum and Search --> : layers position


bender78
10-19-2003, 07:55 AM
If you take alook at this page : http://larsandre.mine.nu/menu3.htm

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 ?

toicontien
10-20-2003, 11:45 AM
You'll have to use CSS and DIVS. Position the DIVs absolutely, which are your pop-up menus.

For an example, see http://users.tm.net/gburghardt/home/. 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.

http://users.tm.net/gburghardt/home/menu.css
http://users.tm.net/gburghardt/home/menu.js

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

More later if need be.