Jump to content
  • 0

куда пропадает список?


comSaaxov
 Share

Question

Обьясните плз пытаюсь добавить в  id="topmenu список, (собственно даже когда создаю новый див ниже хедера и добавляю ul туда, он не отображается  )

 

http://jsfiddle.net/mrnobody/E55SS/ 

собственно вопрос, куда девается, и почему не отображается список. спс
Edited by comSaaxov
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

http://jsfiddle.net/mrnobody/E55SS/1/

#header {  background: #8fa09b;  font-size: 24pt;  font-weight: bold;  color: # edeed5;  padding: 5px;  /* height: 80px; */}#topmenu {  background: blue;  /* float: left; */  /* width: 100%; */  /* height: 40px; */  clear: both;}#topmenu ul {  list-style: none;  /* width: 100%; */  /* height: 40px; */  padding: 0;  margin: 0;  overflow: hidden;  background: #000 url(images/bg-nav.gif) top left repeat-x;}
Edited by mrnobody
Link to comment
Share on other sites

  • 0

спасибо за помощь, все получилось http://jsfiddle.net/mrnobody/E55SS/ только в хроме верхнее меню все равно не отображается, в фаерфоксе тоже :(

 

Собственно вопрос остался, почему в браузерах не отображается верхнее меню? кеш чистил.

Edited by comSaaxov
Link to comment
Share on other sites

  • 0

Добавьте небольшие изменения себе в код

<div id="topmenu"><ul>    <li><a href="#">Home</a></li>    <li><a href="#">About us</a></li>    <li><a href="#">Portfolio</a></li>    <li><a href="#">Contact us</a></li>    <li><a href="#">FAQ</a></li></ul> <div class="clear"></div></div>
 #topmenu{background: blue;width: 100%;}#topmenu ul{	list-style:none;	height:40px;	background:#000 url(images/bg-nav.gif) top left repeat-x;#topmenu ul li a{	display:block;		padding:0 10px;	float:left;	text-transform: uppercase;	font:70%/40px Helvetica,"microsoft sans serif",arial,sans-serif;	color:green;	text-decoration:none;	text-align:center;}

Проверил в Chrome, Firefox, IE все работает.

И старайтесь как можно реже использовать для блоков height

Edited by alex.kv
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