Здравейте можете ли да ми кажете кой от тези CSS кодове ( http://website.bg/publiccss/publicstyle.css )
е кода за навигационното меню на сайта?
Благодаря!
е кода за навигационното меню на сайта?
Благодаря!
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.
"ul#menu {
position: absolute;
top: 34px;
right: 0px;
height: 46px;
width: 660px;
padding-left: 40px;
background: url('images/menu.gif') repeat-x left bottom;
list-style-type: none;
}
ul#menu li {
float: right;
margin-left: 9px;
height: 44px;
background: url('images/menuButtonLeft.gif') no-repeat 0px 0px;
}
ul#menu li a {
float: left;
display: block;
font-size: 14px;
color: #95A8B8;
text-decoration: none;
height: 30px;
padding-top: 10px;
padding-left: 15px;
padding-right: 15px;
background: url('images/menuButtonRight.gif') no-repeat right top;
}
ul#menu li:hover {
background-image: url('images/menuButtonLeftHover.gif');
}
ul#menu li:hover a {
color: #ffffff;
background-image: url('images/menuButtonRightHover.gif');
}
ul#menu li.active {
background-image: url('images/menuButtonLeftActive.gif');
}
ul#menu li.active a {
background-image: url('images/menuButtonRightActive.gif');"