Jump to content
  • 0

Проблема с всплывающим меню. Координаты.


GromLine
 Share

Question

Код:

<html>

<head>

<style>

.submenu{

visibility: hidden}

</style>

<script>

function showmenu(elmnt)

{document.getElementById(elmnt).style.visibility="visible"}

function hidemenu(elmnt)

{document.getElementById(elmnt).style.visibility="hidden"}

</script>

</head>

<body>

<div class=menupos>

<a href="" onMouseOver="showmenu('sm1')" onMouseOut="hidemenu('sm1')">Меню0_1</a>

<a href="" onMouseOver="showmenu('sm2')" onMouseOut="hidemenu('sm2')">Меню0_2</a>

</div>

<div id=sm1 class=submenu style="left:5">

<a href="">Бла1</a><br>

<a href="">Бла1</a><br>

<a href="">Бла1</a>

</div>

<div id=sm2 class=submenu style="left:100">

<a href="">Бла2</a>

</div>

</body>

</html>

здесь подменю вываливается последовательно. Расскажите плз как определить координаты заголовков Меню0_1 и Меню0_2 и соответственно как заставить sm1 и sm2 выводиться именно под начальными буквами заголовков ?

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy