Jump to content
  • 0

Горизонтальное меню


uteelers5
 Share

Question

3 answers to this question

Recommended Posts

  • 0

<!DOCTYPE html>
<html><head>
<title>Горизонтальное меню</title>
<meta charset="UTF-8" />

<style type="text/css">
html,body,nav{margin:0;padding:0;}
nav{display:block;}
nav.menu{float:left;}
nav.menu a{display:inline-block;padding:6px;color:#222;text-decoration:none;font-weight:700;}
nav.menu a:hover{background:#888;color:#fff;}
</style>
<!--[if lt IE 9]><script type="text/javascript" src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head><body>
<nav class="menu">
<a href="#">Пункт 1</a>
<a href="#">Пункт 2</a>
<a href="#">Пункт 3</a>
</nav>
</body></html>

html5 нас спасет :)

P.S. Весь CSS - лишь для задания стиля, без него все работает и меню горизонтальное даже в IE5.5. Лишь javascript для старых IE - обязателен, если в дальнейшем сайт будет верстаться с html5 тегами, а так - все работает и без него, не знаю, в чем вы сложность нашли

Edited by NeoXidizer
Link to comment
Share on other sites

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