Jump to content
  • 0

Проблема с версткой


mistadrumma
 Share

Question

Помогите решить проблему в блочной верстке, после того как в левой колонке сделал выпадающее меню не могу вставить центральный див и подвал. Задаю размеры , в результате эти блоки не появляются вообще


<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<link rel="stylesheet" type="text/css" href="style.css" />
<script type="text/javascript" src="scripts/cufon-yui.js"></script>
<script type="text/javascript" src="scripts/konkord.font.js"></script>
<script type="text/javascript">
Cufon.replace("li");
</script>
</head>
<body>
<div id="background"></div>
<div id="maket">
<div id="header">
<img class="logo" src="img/logo.png" width="380" height="120">
<div id="regmenu">
<ul>
<li class="level1">ВОЙТИ</li>
<li class="level1">КОНТАКТЫ</li>
<li class="level1">ОТЗЫВЫ</li>
</ul>
</div>
</div>
<div id="lCol" >
<ul id="nav" >
<li class="level3a">
<a href="#" title="">МАЛЕНЬКАЯ <span class="level4">ХУДОЖНИЦА</span></a>
<ul>
<li class="level2"><a href="#">О ХУДОЖНИКЕ</a></li>
<li class="level2"><a href="#">ГАЛЕРЕЯ</a></li>
<li class="level2"><a href="#">ВЫСТАВКИ</a></li>
<li class="level2"><a href="#">БЛОГ</a></li>
<li class="level2"><br></li>
<li class="level2"><a href="#">ЗАКАЗ КАРТИН</a></li>
<li class="level2"><a href="#">СОТРУДНИЧЕСТВО</a></li>
</ul>
</li>
</ul>
</div>
<div class="mainpic">
</div>
<div id="rCol"><ul>
<li class="level3">ЛИНИЯ</li>
<li class="level4">ОДЕЖДЫ</li>
</ul>
</div>
<div class="footer">
</div>
</div>
</body>
</html>
</body>


</html>

css


html, body, ul {
margin: 0px;
height: 100%;
}
#background {
position: absolute;
width: 100%;
height: 100%;
min-width: 1024px;
min-height: 600px;
background-image: url("img/bkg.png");
background-size: cover;
z-index: 0;
}
#maket {
width: 1024px;
min-width: 1024px;
height: 100%;
overflow: hidden;
margin: 0 auto;
color: #ffffff;
position: relative;

}
#header {
width: 1024px;
min-width: 1024px;
height: 170px;
position: relative;
}
.logo {
min-width: 380px;
position:absolute;
margin:auto;
top:20px;/*
bottom:0;*/
left:0;
right:0
}
#regmenu {
float: right;
width: 250px;
height: 170px;
position: relative;
text-align: right;
top: 20px;
padding-right: 5px;
}
#mainpic {
width: 200px;
height: 100%;
position: relative;

}
li {
list-style-type: none;
font-weight: bold;
}
.level1 {
font-size: 20px;
}
.level2 {
font-size: 30px;
}
.level3 {
font-size: 35px;
}
.level3a {
font-size: 35px;
padding: 120px 0;
padding-bottom: 5px;
}
.level3a:hover {
padding: 0px;
}
.level4 {
font-size: 45px;
}
#rCol {
float: right;
width: 300px;
height: 100%;
position: relative;
text-align: right;
padding: 120px 0 ;
}
.level1:hover {
-webkit-transition:0.25s linear opacity;
-moz-transform:scale(1.05);
-webkit-transform:scale(1.05);
}
#lCol {
float: left;
width: 300px;
height: 100%;
position: relative;
text-align: left;
}
#footer {
width: 100%;
height: 100px;
bottom: 0;
}

/*————————————*\
НАВИГАЦИЯ
\*————————————*/
#nav{
float:left;
width:100%;
list-style:none;
font-weight:bold;
margin-bottom:0px;
}
#nav li{
float:left;
margin-right:10px;
position:relative;
display:block;
}
#nav li a{
display:block;
padding:0px;
color:#fff;
text-decoration:none;

text-shadow:1px 1px 1px rgba(0,0,0,0.75);
-moz-border-radius:2px;
-webkit-border-radius:2px;
border-radius:2px;
}
#nav li a:hover{
color:#fff;
text-decoration:underline;
}
/*— ВЫПАДАЮЩИЕ ПУНКТЫ —*/
#nav ul{
list-style:none;
position:absolute;
left:-9999px;
opacity:0; /
-webkit-transition:0.25s linear opacity;
}
#nav ul li{
padding-top:1px;
float:none;
}
#nav ul a{
white-space:nowrap;
display:block;
}
#nav li:hover ul{
left:0;
opacity:1;
}
#nav li:hover a{
text-decoration:underline;
}
#nav li:hover ul a{
text-decoration:none;
-webkit-transition:-webkit-transform 0.075s linear;
}
#nav li:hover ul li a:hover{
text-decoration:underline;
-moz-transform:scale(1.05);
-webkit-transform:scale(1.05);
}

не судите строго я еще учусь, может быть очень криво на взгляд профи....

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

ТС, никто не будет тестировать твой код, если ты не положешь его кудато в интернет. например jsfiddle.net

Сколько можно раз повторять всем. Выкладывайте код на какие-нибудь песочницы!

забей. я перестал на это обращать внимание еще пару лет назад.

Link to comment
Share on other sites

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