mahdioo12194
پنج شنبه 17 مرداد 1392, 18:59 عصر
یه منو شبیه زیر می خوام چه کار کنم؟!
108775
کد زیرو نوشتم کار نمی کنه!!
<html xmlns="http://www.w3.org/1999/xhtml">
<style type="text/css">
.menu
{
text-align:right;
float:right;
}
.menu ul
{
list-style-type:none;
margin:0;
padding:0;
}
.menu li a
{
display:block;
text-decoration: none;
}
.menu li
{
display:inline;
}
</style>
<body>
<form id="form1" runat="server">
<div style="height: 121px" class="header"> </div>
<div class="menu" align="right">
<ul>
<li><a href="default.asp">صفحه صلی</a></li>
<li><a href="news.asp">درباره ما</a></li>
<li><a href="contact.asp">تماس با ما</a></li>
</ul>
</div>
</form>
</body>
</html>
108775
کد زیرو نوشتم کار نمی کنه!!
<html xmlns="http://www.w3.org/1999/xhtml">
<style type="text/css">
.menu
{
text-align:right;
float:right;
}
.menu ul
{
list-style-type:none;
margin:0;
padding:0;
}
.menu li a
{
display:block;
text-decoration: none;
}
.menu li
{
display:inline;
}
</style>
<body>
<form id="form1" runat="server">
<div style="height: 121px" class="header"> </div>
<div class="menu" align="right">
<ul>
<li><a href="default.asp">صفحه صلی</a></li>
<li><a href="news.asp">درباره ما</a></li>
<li><a href="contact.asp">تماس با ما</a></li>
</ul>
</div>
</form>
</body>
</html>