Jump to content
  • 0

мне нужно поменять фон всплывающего меню


Лис3
 Share

Question

я совсем запутался:

Это всплывающее меню. Оно работает. Но вот мне нужно поменять фон меню. Я прописываю в CSS ' #menu {background-color:#000000;} ' но фон черным не становится.

Так как всё- таки добраться до фона и размеров верхнего (главного,горизонтального) меню.

CSS:


#menu,#menu li ul{ margin:0px; padding:0px; list-style:none;}
#menu > ul > li{float:left; display:inline-block; margin-right:20px;}
#menu li ul{display:none; position:absolute; z-index:100; width:200px;}
#menu li:hover ul{display:block;}

HTML:


<div id="menu">
<ul>
<li><a href="./index.php?route=product/category&path=20">Компьютеры</a>

<div>
<ul>
<li><a href="./index.php?route=product/category&path=20_26">PC</a></li>
<li><a href="./index.php?route=product/category&path=20_27">Mac</a></li>
</ul>
</div>
</li>
<li><a href="./index.php?route=product/category&path=18">Ноутбуки</a>

<div>
<ul>
<li><a href="./index.php?route=product/category&path=18_46">Macs</a></li>
<li><a href="./index.php?route=product/category&path=18_45">Windows</a></li>
</ul>
</div>
</li>
<li><a href="./index.php?route=product/category&path=25">Компоненты</a>

<div>
<ul>
<li><a href="./index.php?route=product/category&path=25_32">Веб-камеры</a></li>
<li><a href="./index.php?route=product/category&path=25_28">Мониторы</a></li>
<li><a href="./index.php?route=product/category&path=25_29">Мышки</a></li>
<li><a href="./index.php?route=product/category&path=25_30">Принтеры</a></li>
<li><a href="./index.php?route=product/category&path=25_31">Сканеры</a></li>
</ul>
</div>
</li>
<li><a href="./index.php?route=product/category&path=57">Планшеты</a>

</li>
<li><a href="./index.php?route=product/category&path=17">Програмное обеспечение</a>

</li>
<li><a href="./index.php?route=product/category&path=24">Телефоны и PDA</a>

</li>
<li><a href="./index.php?route=product/category&path=33">Камеры</a>

</li>
<li><a href="./index.php?route=product/category&path=34">MP3 Плееры</a>

<div>
<ul>
<li><a href="./index.php?route=product/category&path=34_43">test 11</a></li>
<li><a href="./index.php?route=product/category&path=34_44">test 12</a></li>
<li><a href="./index.php?route=product/category&path=34_47">test 15</a></li>
<li><a href="./index.php?route=product/category&path=34_48">test 16</a></li>
<li><a href="./index.php?route=product/category&path=34_49">test 17</a></li>
</ul>
<ul>
<li><a href="./index.php?route=product/category&path=34_50">test 18</a></li>
<li><a href="./index.php?route=product/category&path=34_51">test 19</a></li>
<li><a href="./index.php?route=product/category&path=34_52">test 20</a></li>
<li><a href="./index.php?route=product/category&path=34_53">test 21</a></li>
<li><a href="./index.php?route=product/category&path=34_54">test 22</a></li>
</ul>
<ul>
<li><a href="./index.php?route=product/category&path=34_55">test 23</a></li>
<li><a href="./index.php?route=product/category&path=34_56">test 24</a></li>
<li><a href="./index.php?route=product/category&path=34_38">test 4</a></li>
<li><a href="./index.php?route=product/category&path=34_37">test 5</a></li>
<li><a href="./index.php?route=product/category&path=34_39">test 6</a></li>
</ul>
<ul>
<li><a href="./index.php?route=product/category&path=34_40">test 7</a></li>
<li><a href="./index.php?route=product/category&path=34_41">test 8</a></li>
<li><a href="./index.php?route=product/category&path=34_42">test 9</a></li>
</ul>
</div>
</li>
</ul>
</div>

Edited by Лис3
Link to comment
Share on other sites

3 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