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
dima4321
Всем привет
Вот код
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head><title>Вася</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
a:link {
color: blue;
}
a:visited {
color: blue;
}
A {
text-decoration: none; /* Убираем подчеркивание у ссылок */
}
td { font-size:11pt;font-family:"Verdana";font-style:normal;font-weight:bold;}
.block1 { width: 200px;
background: #fc0;
padding: 5px;
border: solid 1px black;
font-size: 12px ;
font-family: Verdana;
font-style:normal;
font-weight:bold;
text-decoration:none;
float: right;
}
.block1 a:hover { color: red;}
</style>
</head>
<body>
<div class='block1'><b><a href="index.html"> <font color="#8B4726">M</font><font color="#0000CD">P</font><font color="#FF3030">3</font> <font color="#B8860B">C</font><font color="#32MP3 CD #32">D</font><font color="#8B4726">s</font> <font color="#8B4513">(catalog, list)</font></a> <br> <a href="service.html"><font color="#FF34B3">H</font><font color="#9B30FF">O</font><font color="#FF4500">W</font> <font color="#8B4726">t</font><font color="#8B4726">o</font> <font color="#2E8B57">B</font><font color="#FF1493">U</font><font color="#0000FF">Y</font>
</a> <br> <br> <font color="#8B7765">Email :</font> <a href="mailto:вася"><font color="#363636">вася</font></a></b> <br> <br> <br> <br>
<br>LOOK ALSO<br>
</div>
В общем в Dive почему то не работает подсветка ссылки при наведении..не могу понять почему ..
.block1 a:hover { color: red;} —- не работает
Самое интересное если применять не к диву то все отлично работает.
Edited by dima4321Link to comment
Share on other sites
7 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.