Jump to content

zefo

Newbie
  • Posts

    6
  • Joined

  • Last visited

zefo's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Вооо спасибки. А то никак
  2. Эмм, вроде изменений то нет. Бордер на месте. Там видимо update кликнуть надо было ? Приятный кстати сервис
  3. Что то у меня не получается first-child применить http://jsfiddle.net/DqZT8/ То есть видно что определятся правильно, специально поменял шрифт, но border:none; отработать не хочет... А понять почему не могу... http://jsfiddle.net/DqZT8/1/
  4. Спасибо. Варианты с first-child и -1px оба подходят
  5. Благодарю. first-child выглядит предпочтительнее. А если учитывать динозавров типа 6 IE ?
  6. Господа, помогите пожалуйста найти оптимальное решение: Есть меню, между линками разделительная полоса (правый бордер), не получается найти элегантное решение что бы после последнего линка разделительной полосы не было... css: .mattblacktabs ul{ margin: 0; padding: 40px 0 0 450px; font: bold 12px Verdana; list-style-type: none; } .mattblacktabs li{ display: inline; margin: 0; } .mattblacktabs li a{ float: left; display: block; text-decoration: none; margin: 0; padding: 7px 8px; border-right: 1px solid white; /*разделитель*/ color: white; } .mattblacktabs li a:visited{ color: white; } .mattblacktabs li a:hover, .mattblacktabs li.selected a { background: #003460; } html: <div class="mattblacktabs"> <ul> <li><a href="index.php" class="active">Home</a></li> <li><a href="index.php">News</a></li> <li><a href="index.php">Solutions</a></li> <li><a href="index.php">Download</a></li> <li><a href="index.php">Careers</a></li> <li><a href="index.php">Contact and register</a></li> </ul> </div>
×
×
  • 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