Jump to content
  • 0

вопрос про перемещение


Rambo2045
 Share

Question

logo прижался максимально влево .Как его немного сдвинуть правее?

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"

"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />

<title>сайт"</title>

<style type="text/css">

body {

font: 11pt Arial, Helvetica, sans-serif; /* Рубленый шрифт текста */

margin: 0; /* Отступы на странице */

}

#header {

position: absolute;

width: 100%;

min-width: 1000px;

height: 100px;

background: url(black.jpg) repeat-x left top;

}

#logo {

width: 64px;

height: 95px;

margin-left:55px;

background: url(logotip1.png) no-repeat;

}

#logo1 {

width: 200px;

height: 52px;

margin:-90px auto;

background: url(slogan.png) no-repeat;

}

</style>

</head>

<body>

<div id="header">

<a href= "главная.html"><img src= "logotip1.png"> </a>

<div id="logo1"></div>

</body>

</html>

Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Если ты про

<a href= "главная.html"><img src= "logotip1.png"> </a>

то вероятно, что можно воспользоваться margin

а если брать в целом материал который ты предоставил, то не совсем понятно, что ты спрашиваешь...

(какой код - такой ответ)

Edited by Svatov
Link to comment
Share on other sites

  • 0

В чем именно не получается, что для этого делаешь?...постарайся более развернуто дать материал, рекомендую ознакомиться с Рекомендациями, которые даны в начале твоей темы. Они помогут тебе оформить вопрос в более наглядном виде.

Link to comment
Share on other sites

  • 0

напишите пожалуйста в коде как должно быть ,а то не выходит никак.

css:

вместо

#logo {
width: 64px;
height: 95px;
margin-left:55px;
background: url(logotip1.png) no-repeat;
}

попробуйте вот это прописать:


.logo{
margin-left:55px;
}

html:

вместо:

<a href= "главная.html"><img src= "logotip1.png"> </a>

это:

<a class="logo" href = "index.html"><img src = "logotip1.png" width = "64" height="95" alt="logo"></a>

Имейте в виду, что <а> строковый элемент, если вдруг захотите применить вертикальный margin, не прокатит. В таком случае нужно использовать блочный элемент. Или поменять представление элемента <а>.

Edited by cheburek
Link to comment
Share on other sites

  • 0

Подскажите пожалуйста почему логотип в IE теперь обводится синим цветом, и как это можно убрать?

Не было времени читать тему, но рискну предположить, что дело в img{border: none;}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

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