Jump to content
  • 0

Div вёрстка и css


StereoFear
 Share

Question

Не понимаю что "Не Так". Должны быть две картинки с логотипом, ксс на дивах отличаются только позиционированием, z индексом и тем что один класс, а другой ид. Помогите...

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">

<html>
<head>
<style type="text/css">
div#logo {url(img/LOGO.gif); Z-INDEX: 1; relative; top: 100px; left: 100px; right: 100px; bottom: 1300px; WIDTH: 700px; HEIGHT: 200px; VISIBILITY: visible;
}
div.button {
BACKGROUND-IMAGE: url(img/LOGO.gif); Z-INDEX: 2; relative; top: 100px; left: 300px; right: 100px; bottom: 1100px; WIDTH: 700px; HEIGHT: 200px; VISIBILITY: visible;}
BODY { color: #000000 ;}
</style>
<title>x3</title>
<link rel="STYLESHEET" type="text/css" href="Style/css.css">
</head>
<body>
<div id="logo"></div>
<div class="button"></div>
</body>
</html>

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
div#logo {url(img/LOGO.gif); Z-INDEX: 1; relative; top: 100px; left: 100px; right: 100px; bottom: 1300px; WIDTH: 700px; HEIGHT: 200px; VISIBILITY: visible;
}
div.button {
BACKGROUND-IMAGE: url(img/LOGO.gif); Z-INDEX: 2; relative; top: 100px; left: 300px; right: 100px; bottom: 1100px; WIDTH: 700px; HEIGHT: 200px; VISIBILITY: visible;}

там где div#logo отсутствует BACKGROUND-IMAGE: , идёт сразу url(img/LOGO.gif)

Edited by inigraf
Link to comment
Share on other sites

  • 0

Это можно упустить. Браузеры обычно адекатно реагируют. Попробывал на всякий случай проверить, ничего не изменилось. Возможно у меня проблемы с софтом, недавно поставил новую винду и уже видел много косяков, например nvu гонит страшно. Не уверен, истинная проблема мне вообще непонятна. Попробуйте кто нибудь, пожалуйста, заюзать код (с тегом бэкграунда), и отпишите что получилось.

Всем кто уделиляет внимание, Огромное Спасибо.

Link to comment
Share on other sites

  • 0

Разобрался сам. Проблема решена. Всем спасибо.

Глупая тема получилась, надо было пару дней подумать, а я сразу после пачки сигарет отписал... В будущем, буду внимательней.

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