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.
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Портфолио https://www.behance.net/d4d4186e
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Актуальные контакты:
Telegram: @Nikker_web
E-Mail: tarasevich.email@gmail.com
Разрабатываю дизайн групп в соц сетях, сайтов, приложений, другой дизайн под заказ
Портфолио https://www.behance.net/d4d4186e
Question
kirillps
Как сделсть так чтобы между шапкой и меню не было пустого места ! ! (donskoysf.narod.ru)
css
body {
background:#000 url(../images/gr.gif) top repeat
}
#MainMenu {
height:35px;
background:#FFF url(../images/bmid_092n.gif);
border:0;
margin:0;
}
#tab {
top:0;
height:0;
background:repeat-x top;
margin:0 auto;
width:83%;
}
#tab ul {
list-style:none;
float:left;
margin:0;
padding:0;
}
#tab li {
display:inline;
float:left;
margin:0;
padding:0;
}
#tab a {
background:#000 url(../images/bright_092n.gif) no-repeat right top;
text-decoration:none;
border:0;
display:block;
float:left;
margin:0;
padding:0;
}
#tab a span {
display:block;
background:url(../images/bleft_092n.gif) no-repeat left top;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
color:#FFF;
font-weight:700;
line-height:35px;
padding:0 15px 0 13px;
}
#tab a:hover,#tab li.item_active a {
background-position:right bottom;
}
Link to comment
Share on other sites
19 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.