Follow along with the video below to see how to install our site as a web app on your home screen.
Бележка: This feature may not be available in some browsers.
<div id="menu">
<a href="">.</a>
<a href="">.</a>
<a href="">.</a>
<a href="">.</a>
<a href="">.</a>
</div>
body { background: #000000;color: white; }
#menu {
width:100px;
border-bottom: 1px solid silver;
border-right: 1px solid silver;
}
#menu a {
display:block;
color: black;
width:76px;
background: url("onmouse.png") 0 0 no-repeat;
}
#menu a:hover {
background-position: -60px 0;
}
Avidea каза:... По принцип най-лесно се сещам да направя катинката и текста като един линк и на картинката да напиша да не е подчерата. Как обаче се правише това?
.button {
background-image:url(papkata/button.gif);
text-decoration: none;
color: #000000;
}
.button:hover {
background-image:url(papkata/button_hover.gif);
text-decoration: none;
color: #000000;
}
<a href="http://tvoq_sait.com/" class="button">Името На Бутона</a>
<html>
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=windows-1251">
<style type="text/css">
.gallerycontainer{
position: relative;
}
.thumbnail:hover{
background-color: white;
}
.thumbnail span{
position: absolute;
background-color: white;
padding: 0px;
left: -1000px;
border: 0px dashed gray;
visibility: hidden;
color: white;
text-decoration: none;
font-size: 50px;
}
.thumbnail span img{
border-width: 0;
padding: 0px;
}
.thumbnail:hover span{
visibility: visible;
top: 0;
left: 230px;
z-index: 50;
}
.thumbnail:link, .thumbnail:visited {color: #2E557B; text-decoration: none; font-family: Tahoma; font-size: 16px;}
.thumbnail:hover {color: #666666; text-decoration: underline; font-family: Tahoma; font-size: 16px;}
</style>
</head>
<body>
<div>
<a class="thumbnail" href="#thumb"><strong>Видеонаблюдение</strong><span><img src="gif/main1.gif" /><br />Видеонаблюдение</span></a>
<br />
<a class="thumbnail" href="#thumb"><strong>Пожароизвестяване</strong><span><img src="gif/main2.gif" /><br />Пожароизвестяване</span></a>
<br />
<a class="thumbnail" href="#thumb"><strong>Домофонни системи</strong><span><img src="gif/main3.gif" /><br />Домофонни системи</span></a>
<br />
<a class="thumbnail" href="#thumb"><strong>Хотелски решения</strong><span><img src="gif/main4.gif" /><br />Хотелски решения</span></a>
<br />
<a class="thumbnail" href="#thumb"><strong>Алармени системи</strong><span><img src="gif/main5.gif" /><br />Алармени системи</span></a>
<br />
<a class="thumbnail" href="#thumb"><strong>Контрол на достъпа</strong><span><img src="gif/main6.gif" /><br />Контрол на достъпа</span></a>
</div>
<body>
</html>