Jump to content
  • 0

Прошу почоч добрых людей


zoom
 Share

Question

Всем доброго времени суток.

Я новичёк в HTML.

Делаю для близкого человека сайт http://finkatut.ucoz.ru/.

Подскажите, в чём у меня ошибки, где ваш опытный взгляд видит косяки?

Так же есть проблемы с отоброжением в IE, ОЧЕНЬ ПРОШУ вашей помощи.

9118543a959ee7b5bf55e0a830c9aa8f.jpeg

css верхнего меню

#cssmenu, #cssmenu ul, #cssmenu ul li, #cssmenu ul li a{
padding: 0;
margin: 0;
line-height: 1;
font-family: 'Arial Black';
}


#cssmenu:before, #cssmenu:after, #cssmenu > ul:before, #cssmenu > ul:after {
display: table;
}

#cssmenu:after, #cssmenu > ul:after {
clear: both;
}

#cssmenu {
zoom: 1;
height: 69px;
background: url(http://finkatut.ucoz.ru/bottom-bg.png);
background-position: center bottom;
background-repeat: repeat-x;
border-radius: 2px;
}

#cssmenu ul{
background: url(http://finkatut.ucoz.ru/nav-bg.png);
background-position: 0px 4px;
background-repeat: repeat-x;
height: 69px;
}

#cssmenu ul li{
display: inline-block;
list-style: none;
vertical-align: baseline;
zoom: 1;
*display: inline;
}

#cssmenu ul li a{
display: block;
height: 37px;
padding: 22px 30px 0px;
margin: 4px 2px 0px;
border-radius: 2px 2px 0px 0px;
text-decoration: none;
font-size: 15px;
color: white;
text-shadow: 0 1px 1px rgba(0, 0, 0, .75);
font-weight: 400;
opacity: .9;
vertical-align: baseline;
zoom: 1;
*display: inline;
}

#cssmenu ul li:first-child a{
margin: 4px 2px 0px 0px;
}

#cssmenu ul li a:hover, #cssmenu ul li.active a{
background: url(http://finkatut.ucoz.ru/color.png);
background-position: center bottom;
height: 37px;
margin-top: 0px;
padding-top: 26px;
color: #004f7c;
text-shadow: 0 1px 1px rgba(255, 255, 255, .55);
opacity: 1;
}

#cssmenu ul li.akcii a{
color: #CD0000;
}

css для меню сбоку

/* Some stylesheet reset */
#cssmenu1 ul {
list-style: none;
margin: 0;
padding: 0;
vertical-align: baseline;
line-height: 1;
}

/* The container */
#cssmenu1 ul {
display: block;
position: relative;
width: 200px;
}

/* The list elements which contain the links */
#cssmenu1 ul li {
display: block;
position: relative;
margin: 0;
padding: 0;
width: 200px;
}

/* General link styling */
#cssmenu1 ul li a {
display: block;
position: relative;
margin: 0;
border-top: 1px dotted #3a3a3a;
border-bottom: 1px dotted #1b1b1b;
padding: 11px 20px;
/* Typography */
font-family: Helvetica, Arial, sans-serif;
color: #d8d8d8;
text-transform: uppercase;
text-shadow: 0 1px 1px #000;
font-size: 13px;
font-weight: 300;
/* Background & effects */
background: #282828;
}

/* 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;
}

Edited by zoom
Link 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.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy