Jump to content

bot87

User
  • Posts

    89
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by bot87

  1. Здесь написано http://htmlbook.ru/css/hover ,что В браузере Internet Explorer до версии 6.0 включительно псевдокласс :hover работает только для ссылок.А мне надо hover для label.ПОдскажите как можно решить проблему.? Только ли через JavaScript ?

    МОЖНО ЧЕРЕЗ expression+можна через behavior('csshover.htc')

  2. помогите убрать отступы в ие!!

    с этой темой мучаюсь уже 4 месяц!!смог убрать только один из отступов а 2 никак!!!!

    стили по умолчанию браузеров:

    ие6

    hr {

    text-align: center;

    zoom: 1;

    }

    ие7

    hr {

    outline: 0 none;

    text-align: center;

    zoom: 1;

    }

    ие8

    hr {

    border-style: inset;

    border-width: 1px;

    display: block;

    margin-bottom: 0.5em;

    margin-top: 0.5em;

    overflow: hidden;

    text-align: center;

    zoom: 1;

    }

    сафари

    hr {

    display: block;

    margin: 0.5em auto;

    border-style: inset;

    border-width: 1px

    }

    почему если я их стараюсь сделать одинаковими не получается удалить отступы

  3. 1 Задача состоит вот так!!!

    припустим нада

    Body{background:url(file.png) repeat-x}

    КАк подключить прозрачность для ie6 так чтоб картинка repeat-x!!!????

    2.Задача

    нужно вставить картинку

    <img src='file.png' >

    Как подключить прозрачность

  4. За какое время вы освоили js для среднего уровня!??

    Озвучте сроки плиз!

    Может у когото есть рекомендации по изучению

  5. input type="text" у меня больше по высоте!помогите решить проблему

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <head>
    <style type="text/css">
    *{
    padding:0;margin:0;
    }

    input{
    width: 100px;
    height:100px;
    font:12pt Verdana;
    border:16px solid red;
    background:orange;
    cursor:pointer;
    }
    </style>
    </head>
    <body>

    <input type="submit" value="otpravut">
    <input type="reset" value="reset">
    <input type="text" class="" value="text">

    </body>
    </html>

  6. Помогите с отступами между списками в іе!!

    КОД СSS:

    *{padding:0;margin:0}
    html{height:100%;
    }
    body{height:100%;
    background-color:#5b0302;
    font:10pt Arial, Helvetica, sans-serif;
    text-align:center;}


    ul{list-style-type:none;
    width:179px;}
    ul li{width:179px;
    height:62px;position:relative;}
    li ul{position:absolute;
    top:0;
    left:179px;
    }
    li a{display:block;
    text-decoration:none;
    font:12pt "Trebuchet MS", Arial, Helvetica, sans-serif;
    color:red;width:100%;
    height:100%;}
    li ul li{height:31px;
    width:179px;}




    код html:
    <ul id="menu">
    <li style="background-color:#0F6"><a href="">Home</a>
    <ul>
    <li style="background-color:#F9F"><a href="">Contact</a></li>
    <li style="background-color:#3CF"><a href="">kop1</a></li></ul>
    </li>
    <li style="background-color:#6FF"><a href="">Home2</a><ul>
    <li style="background-color:#6F3"><a href="">Contact</a></li>
    <li style="background-color:#FC9"><a href="">kop2</a></li></ul>
    </li>
    </ul>

×
×
  • 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