/* Rounded corners for the first link of the menu/submenus */ #cssmenu1 ul li:first-child a { border-top-left-radius: 4px; border-top-right-radius: 4px; border-top: 0; }
/* Rounded corners for the last link of the menu/submenus */ #cssmenu ul li:last-child a { border-bottom-left-radius: 4px; border-bottom-right-radius: 4px; border-bottom: 0; }
/* The hover state of the menu/submenu links */ #cssmenu1 ul li a:hover, #cssmenu ul li:hover a { color: #fff; text-shadow: 0 1px 0 rgba(0, 0, 0, .3); background: #1282D8; border-color: transparent; }
/* The arrow indicating a submenu */ #cssmenu1 ul .has-sub a::after { content: ''; position: absolute; top: 16px; right: 10px; width: 0px; height: 0px; /* Creating the arrow using borders */ border: 4px solid transparent; border-left: 4px solid #d8d8d8; }
/* The same arrow, but with a darker color, to create the shadow effect */ #cssmenu1 ul .has-sub a::before { content: ''; position: absolute; top: 17px; right: 10px; width: 0px; height: 0px; /* Creating the arrow using borders */ border: 4px solid transparent; border-left: 4px solid #000; }
/* Changing the color of the arrow on hover */ #cssmenu1 ul li a:hover::after, #cssmenu ul li:hover a::after { border-left: 4px solid #fff; }
#cssmenu1 ul li a:hover::before, #cssmenu ul li:hover a::before { border-left: 4px solid rgba(0, 0, 0, .3); }
/* Showing the submenu when the user is hovering the parent link */ #cssmenu1 ul li:hover ul { top: 0px; opacity: 1; }
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
zoom
Всем доброго времени суток.
Я новичёк в HTML.
Делаю для близкого человека сайт http://finkatut.ucoz.ru/.
Подскажите, в чём у меня ошибки, где ваш опытный взгляд видит косяки?
Так же есть проблемы с отоброжением в IE, ОЧЕНЬ ПРОШУ вашей помощи.
css верхнего меню
css для меню сбоку
Edited by zoomLink to comment
Share on other sites
4 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.