Jump to content

Tikson

Newbie
  • Posts

    3
  • Joined

  • Last visited

Information

  • Sex
    Мужчина

Tikson's Achievements

Explorer

Explorer (1/14)

0

Reputation

  1. Прошу прощения, это я перефантазировал :0 все работает http://jsfiddle.net/63gmQ/5/
  2. html <html><head><link rel="stylesheet" href="style123.css"></head><body><ul class="list"><li><a href="1.html"><em>2.79</em></a><span style="width:68%;">68%</span></li><li><a href="2.html"><em>2.79</em><span >68%</span></a></li><li><a href="3.html">222222<em>2</em></a></li><li><a href="4.html">33333<em>3</em></a></li><li><a href="5.html">4444<em>4</em></a></li><li><a href="6.html">5555555555 5555555 5555555555 5555555555555<em>5</em></a></li></ul> </body></html>css a:link{text-decoration:none;color: red;}ul.list li{list-style-type: none;position:relative;margin: 0 0 2px 0;}ul.list li a{position:relative;display:block;padding: 7px;z-index:10;overflow:hidden;border-bottom: 1px solid #f3f2e8;}ul.list li em{float:right;top: 7px;right: 7px;font-style:normal;font-weight:normal;}ul.list li span{position:absolute;top: 0;left: 0;display:block;height: 100%;text-indent:-9999px;background:#f3f2e8;}ul.list li: hover span{background:#ecebel;}/*a[href]:after {content: "[" attr(href) "]";}*/Должно быть меню. Что изменить чтобы текст ссылки был на переднем плане?
  3. <form oninput="out2.value=parseInt(range2.value)+parseInt(number2.value)"> <p> <input type="range" name="range2"> <input type="number" name="number2"> <output name="out2" for="range2 number2 "></output> </p> </form> Если потянуть за ползунок range первым то вместо цифр выведется NaN, если же нажать на толе number - то все ок. Как исправить?
×
×
  • 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