Jump to content

Guest

Newbie
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Guest

  1. когда уже такие темы закончатся?

    Чувак, я понимаю твое недовольство, но в верстке я не новичок. Впервые сталкиваюсь с подобной проблемой, незнаю как устранить поэтому решил обратиться за помощью к людам знающим больше меня. Да и к примеру: столкнулся новичок с такой же проблемой, вбил в ПС и вылезла ссылка на данную тему, а в ней решение проблемы

  2. Здравствуйте! Начал верстать макет, сделал фон с картинкой, а он не отображается в браузере.


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows1251" />
    <link rel="stylesheet" type="text/css" href="css/main.css">
    <title>Мультики</title>
    </head>
    <body>
    </body>
    </html>


    * {
    outline: none;
    margin: 0;
    padding: 0;
    }
    body {
    background: #6AD5F9 url("../img/main_bg.png") repeat 100%;
    }

    Есть папка с макетом, в ней папки css и img. Проверял пути и все равно не отображается

  3. 2578938m.png Нужно сделать так

    2556410m.png И так

    .blockContent   (БЛОК С КОНТЕНТОМ){
    font-size:13px;
    color:#fff;
    text-shadow:1px 1px 0 #000;
    text-transform:none;
    text-decoration:none;
    border:1px solid #3399ff;
    -o-border:1px solid #3399ff;
    -moz-border:1px solid #3399ff;
    -webkit-border:1px solid #3399ff;
    }

    .blockAva (АВАТАР){
    margin:5px 5px;
    height:100px;
    width:100px;
    text-transform:none;
    text-decoration:none;
    border:5px solid #fff;
    -o-border:5px solid #fff;
    -moz-border:5px solid #fff;
    -webkit-border:5px solid #fff;
    }


    .blockInfo (БЛОК С ССЫЛКАМИ){
    float:right;
    height:170px;
    width:100px;
    margin-right:20px;
    text-transform:none;
    text-decoration:none;
    }

    .in   (КНОПКА ВОЙТИ){
    background-image: url(../img/side/in.png);
    height:30px;
    width:60px;
    cursor:pointer;
    border:0px;
    margin-left:1px;
    margin-bottom:5px;
    }

    .reg (КНОПКА РЕГИСТРАЦИЯ){
    background-image: url(../img/side/reg.png);
    height: 30px;
    width: 120px;
    cursor: pointer;
    border: 0px;
    margin-bottom:5px;
    margin-right:85px;
    float:right;
    }

    .lp (КНОПКА ЗАБЫЛИ?){
    background-image: url(../img/side/lp.png);
    height: 30px;
    width: 75px;
    cursor: pointer;
    border: 0px;
    margin-left:1px;
    margin-bottom:5px;
    margin-right:1px;
    float:right;
    }

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