font-family: Arial, Verdana, "Times New Roman", serif;
font-weight: bold;
font-size: 19px;
margin-left: 40px;
padding-left: 40px;
}
a:link{color:#000000; text-decoration:none;}
a:visited{color:#000000; text-decoration:none;}
a:hover{color:#0000CC; text-decoration:none;}
a:active{color:#0000CC; text-decoration:none;}
#menu a {
display:block;
width:230px;
height:40px;
outline:none;
}
#menu a:focus, #menu a:active {
background-position: left bottom;
background-image: url(img/menu_pic.png);
background-repeat: no-repeat;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
.menu_2 {
font-family: Arial, Verdana, "Times New Roman", serif;
font-size: 17px;
font-weight: 500;
margin-left: 40px;
display:block;
}
в принципе тут достаточно запутано может выглядеть. поэтому может кто-то просто знает принцип как можно сделать подчеркивание шрафическое именно той странице на которой находишься в данный момент. спасибо
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.
Здравствуйте, подскажите какой тег использовать для увеличения значения, пример на картинке.
Вроде, про такой тег я слышала. Если есть тег прогресс бар, значит и такое должно быть.
Question
lisa3281
я делаю простой сайтик. там есть меню. я хочу чтобы при нахождении на определенной странце - соответствующий странцие пункт меню был подчеркнут.
но у меня никак не получается это сделать. я уже запуталась окончательно...
была бы вам очень благодарна если бы вы посмотрели код и могли бы может что-то мне посоветовать.
т.к. приложить не могу файл ниже код
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<link href="style.css" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" padding-top="40px" >
<table border="0" cellpadding="0" cellspacing="0" class="menu">
<tr>
<td><div id="menu"><a href="index.html"> О проекте </a> <span class="menu_2"><a href="Goals.html">Цель</a> <a href="tasks.html">Принципы работы</a> </span> <a href="Services.html">Услуги</a> </div>
</table>
</td>
</tr>
</table>
</body>
</html>
css:
.menu {
width: 230px;
margin-top: 60px;
font-family: Arial, Verdana, "Times New Roman", serif;
font-weight: bold;
font-size: 19px;
margin-left: 40px;
padding-left: 40px;
}
a:link{color:#000000; text-decoration:none;}
a:visited{color:#000000; text-decoration:none;}
a:hover{color:#0000CC; text-decoration:none;}
a:active{color:#0000CC; text-decoration:none;}
#menu a {
display:block;
width:230px;
height:40px;
outline:none;
}
#menu a:focus, #menu a:active {
background-position: left bottom;
background-image: url(img/menu_pic.png);
background-repeat: no-repeat;
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
}
.menu_2 {
font-family: Arial, Verdana, "Times New Roman", serif;
font-size: 17px;
font-weight: 500;
margin-left: 40px;
display:block;
}
в принципе тут достаточно запутано может выглядеть. поэтому может кто-то просто знает принцип как можно сделать подчеркивание шрафическое именно той странице на которой находишься в данный момент. спасибо
заранее спасибо
Link to comment
Share on other sites
9 answers 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.