Jump to content

sistem32

Newbie
  • Posts

    2
  • Joined

  • Last visited

Everything posted by sistem32

  1. у меня такая проблема, при наведении курсора на ссылку она должна стать подчеркнутой..в опере это работает, но в фоксе ссылка подчеркнута и без наведения..в чем причина?? <div id="navs"> <ul id="uls"> <li><a href='#'>Дом</a></li> <li><a href="#">Котакт</a></li> <li><a href="#">Работа</a></li> <li><a href="#">Всяко</a></li> </ul> </div> /*Navigation*/ #navs{ width:100%; font-size:0.8em; padding:5px;}; #uls,#uls ul{ list-style:none;} #navs,#uls li{margin-left:15px; float:left; list-style:none;} #navs,#uls li a{ color:#000000; text-decoration:none;} #navs, #uls a:hover{ text-decoration:underline; color:#FFFFFF;}
  2. У меня такая проблема, в разных браузерах, текст меню отоброжается поразному(в опере-выше..в фоксе-ниже)вчем проблема? PS я начинающий верстальщик. <html > <head> <title>Новый Документ</title> </head> <style type="text/css"> body{ background: #FFFFFF;} #head{ /*margin-top:-8;*/ margin: auto; padding:0px; width:800px; height:auto; background: #FFFFFF; } #head_1{width:112px; height:300px; float:left; margin-top:50px; margin-left:30px; text-align:center; background: #CCCCCC; } .head_2{width:800px; height:auto; float:left; background: #FFFFFF; } .head_sh{ width:100%; height:157px; background: url(img/shapka.png);} #nav{ width:50%; height:30px; margin-top:50px; float:right; background:#999999;} .nav_l{width:36px; height:30px; float:left; background: url(img/navig1.png) no-repeat;} .nav_c{width:280px; height:30px; float:left; background:url(img/centr3_1.png) repeat-x;} .nav_r{width:36px; height:30px; float:left; background: url(img/nav_prob.png) no-repeat;} /****** Navigation ******/ #navs{ width:95%; font-size:0.8em;}; #uls,#uls ul{ list-style:none; margin-top:5px; padding-left:5px;} #navs,#uls li{margin-left:5px; float:left; list-style:none;} #navs,#uls a{ color:#000000;} #navs, #uls a:hover{ text-decoration:none;} #verx{ width:100%; clear:both;} .verx_l{width:12px; height:30px; float:left; background:url(img/centr1.png) no-repeat;} .verx_c{width:776px; height:30px; float:left; background:url(img/centr3_2.png) repeat-x;} .verx_r{width:12px; height:30px; float:left; background: url(img/centr2.png) no-repeat;} .head_centr{ margin-top:0; margin-left:20px; width:760px; clear:both; height:600px; background: #EAE2FE;} #podval{ width:100%; height:100px; clear:both; border-top: 1px solid #999999;} .pod{ width:100%; height:20px; background:url(img/centr_line.png) repeat-x;}; </style> <body> <div id="head_1"> <p>Здесь могла быть ваша реклама. </div> <div id="head"> <div class="head_2"> <!--<p>текст2--> <div class="head_sh"> </div> <div id="nav"> <div class="nav_l"> </div> <div class="nav_c"> <div id="navs"> <ul id="uls"> <li><a href='#'>Дом</a></li> <li><a href="#">Котакт</a></li> <li><a href="#">Работа</a></li> <li><a href="#">Всяко</a></li> </ul> </div> </div> <div class="nav_r"> </div> </div><!--nav--> <div id="verx"> <div class="verx_l"> </div> <div class="verx_c"> </div> <div class="verx_r"> </div><!--verx--> </div> <div class="head_centr"> <p>Контент </div> </div> <!--<div class="head_3"> </div>--> </div><!--head--> <div id="podval"> <div class="pod"> </div> <p>gggg </div><!--podval--> </body> </html>
×
×
  • 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