Jump to content
  • 0

div залезает на другие divы


GuitarFan
 Share

Question

Здравствуйте.

Скриншот:

31593613.jpg

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">

<html>

<head>

<title>test!</title>

<LINK rel=STYLESHEET type="text/css" href="files/my.css">

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

</head>

<body>

<div class="maindiv">

<div class="logo">

</div>

<div class="menu">

<b>Навигация:

<br>

<a href="index.php">Главная</a><br>

<a href="list.php">Список игр</a><br>

</b>

</div>

<div class="content">

tgjhrtghtrhrthrthrfthrthdfgsdfgsdfgsdfgsdfgsdfgsdfgsdfg

</div>

<div class="right">

tgjhrtghtrhrthrthrfthrth

</div>

<div class="logodown">

</div>

</div>

</body>

</html>

CSS:

*{font-size: 10pt; font-family: Tahoma;}

a:link {color: #0066FF; text-decoration: none;}
a:visited {color: #006600; text-decoration: none;}
a:hover {color: #0066FF; text-decoration: underline;}

html, body {height:100%;
background-color:#7bc543;
background-image:url(3.png);}

.maindiv{width:80%; margin:0 auto; height:90%;}
.logo{margin-top:30px; height:83px; background-image:url(logo.gif);
border: 1px solid; border-color: white;
border-radius:15px 15px 0 0;}

.menu{width:15%; background: aliceblue; text-align:center; float:left; height:90%;}
.content{width:70%; background: aliceblue; text-align:center; float:left; height:90%;}
.right{width:15%; background: aliceblue; text-align:center; float:left; height:90%;}

.logodown{
width:80%;
position:absolute; height:83px; background-image:url(logo1.gif);
border: 1px solid; border-color: white;
border-radius:0 0 15px 15px;}

Как сделать чтобы logodown был после всех дивов, внизу? А то он у меня на другие дивы лезет...

То есть он идет после первого logo, как будто бы других дивов нет. Не судите строго, я второй раз сайт пишу(

Извините если что не так, много текста...

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

position: relative;

Ну и вот тема

http://forum.htmlbook.ru/index.php?showtopic=5870&st=0

Извинясь, я не понял куда именно это писать: position: relative;

Прочел описание

Положение элемента устанавливается относительно его исходного места.

Ничего не понял...

Link to comment
Share on other sites

  • 0

position: relative;

Ну и вот тема

http://forum.htmlbook.ru/index.php?showtopic=5870&st=0

Извинясь, я не понял куда именно это писать: position: relative;

Прочел описание

Положение элемента устанавливается относительно его исходного места.

Ничего не понял...

У вас прописано

.logodown{
width:80%;
position:absolute; height:83px; background-image:url(logo1.gif);
border: 1px solid; border-color: white;
border-radius:0 0 15px 15px;}

Вот где

position:absolute;

- заменить на то, что я написал. Он у вас будет идти после всех элементов согласно html разметке (т.е. в том же порядке, в каком прописан в html), но он не встанет в самом низу экрана (окна/страницы/документа), поэтому дал ссылку на как делаться это с подвалом.

Link to comment
Share on other sites

  • 0

У вас прописано

.logodown{
width:80%;
position:absolute; height:83px; background-image:url(logo1.gif);
border: 1px solid; border-color: white;
border-radius:0 0 15px 15px;}

Вот где

position:absolute;

- заменить на то, что я написал. Он у вас будет идти после всех элементов согласно html разметке (т.е. в том же порядке, в каком прописан в html), но он не встанет в самом низу экрана (окна/страницы/документа), поэтому дал ссылку на как делаться это с подвалом.

Я без понятия что такое подвал. Почитал тему - набор непонятных слов и только( Говорю же новичек

Edited by Searcher
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