Jump to content
  • 0

zolga7
 Share

Question

Здравствуйте. Скажите, пожалуйста, как убрать прастранство между footer и content?

@charset "windows-1251";/* CSS Document */body {	margin: 0px;	padding: 0px;	width: 100%;	background: #00dbfb;	font: bold 16px/30px Arial, Helvetica, sans-serif;	color: #578eb8;}.p {	line-height: 1.5;	margin: 0px;	padding: 7px 30px;}.pre {	margin-left: 350px;	font: 16px/20px bold Arial, Helvetica, sans-serif;}.leftimg {		float: left;		margin: 10px;}p {	margin: 0px;	padding: 0px;}h1 {	color: #FFFFFF;	margin: 0px;	padding: 100px 0px 0px 30px;	font-family: Verdana, Arial, Helvetica, sans-serif;}h2 {	margin: 0px;	padding: 15px;	text-align: center;}#links {	float: left;	position: absolute;}#nav, #nav ul {	margin: 0px;	padding: 0px;	list-style: none;	font: 14px/20px Arial, Helvetica, sans-serif;}#nav {	margin: 0px;	padding: 0px;	height: 27px;}#nav li {	float: left;	position: relative;}#nav a {	display: block;	color:#FFFFFF;	margin: 0px;	padding: 3px 10px;	text-align: center;	width: 120px;	background: #0072d7;	text-decoration: none;	border-radius: 20px 0px 20px 0px;}#nav a:hover {	color: #578eb8;	background: #FFFFFF;}#nav ul {	display: none;	position: absolute;	left: 0px;	top: 27px;}#nav ul a {	background: #0072d7;	border-bottom: 1px solid #ffffff;	border-radius: 0px;}#nav li:hover ul {	display: block;}#container {	padding: 0px;	margin: 30px auto;	width: 970px;	height: auto;}#haeder {	margin: 0px;	padding: 0px;	height: 433px;	width: 970px;	background: #1fc200 url(../image/header.jpg) no-repeat center top;	border-radius: 20px 20px 0px 0px;}#content {	margin: 0px;	padding: 0px;	width: 970px;	height: auto;	background: #ffffff;}#footer {	margin: 0px;	padding: 0px;	height: auto;	width: 970px;	background: #0072d7;	border-radius: 0px 0px 20px 20px;}#footer p {	margin: 0px 0px;	padding: 10px 0px;	text-align: center;	color: #FFFFFF;}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1251" /><title>Натали</title><link rel="stylesheet" type="text/css" href="../css/style.css" /></head><body><div id="container"><div id="haeder"><h1>Натали</h1></div><div id="links">    <ul id="nav">      <li><a href="../index.html">О Наташе</a></li>      <li><a href="#">Мой стихи</a>         <ul>       	   <li><a href="page.html">Осень</a></li>           	<li><a href="page1.html">Воспоминания</a></li>            <li><a href="page2.html">***</a></li>            <li><a href="page3.html">***</a></li>            <li><a href="page4.html">ЛЮБОВЬ</a></li>            <li><a href="page5.html">***</a></li>            <li><a href="page6.html">ЛЮБИМОМУ</a></li>         </ul>      </li></ul><div id="content"><h2>Осень</h2><pre class="pre">Осень пришла и тыСнова пришел ко мнеСнова вместе я и тыКак во снеСнова даришь мне теплоСнова ты со мнойСловно хочешь мне сказатьПросто я инойЯ не знаю, как мне бытьТы ведь не со мнойМожет быть тебя проститьНу а ты с другойОсень пришла и тыСнова пришел ко мнеСнова вместе я и тыКак во сне</pre></div><div id="footer"><p>© 2014г. Web мастер </p></div></div></div></body></html>
Edited by zolga7
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Для тэга pre margins заданы 16px. Левый вы поменяли. Чтобы решить вашу проблему поставьте margin-bottom: 0;

Спасибо большое за ответ и за помощь. Только я не поняла где вы увидели в тэге pre margin 16px, у меня тэге pre margin-left: 390px.

Link to comment
Share on other sites

  • 0

 

Для тэга pre margins заданы 16px. Левый вы поменяли. Чтобы решить вашу проблему поставьте margin-bottom: 0;

Спасибо большое за ответ и за помощь. Только я не поняла где вы увидели в тэге pre margin 16px, у меня тэге pre margin-left: 390px.

 

Я же сказал. Левый у вас стал 390px, а вот margin-top и margin-bottom были равны 16px. Это я посмотрел в Firebug (в JsFiddle сделал вашу страницу). Вот по таким причинам и неплохо пользоваться reset CSS, normalize CSS - обнулять все стили или приводить их к единству во всех браузерах.

 

Если у вас кроме этого css-файла других нет, то, наверное, отступы для этого тэга заданы по умолчанию. Кстати, опять же, они могут быть разными во всех браузерах. С тэгами заголовков такая же история.

Link to comment
Share on other sites

  • 0

Скажите, пожалуйста, как еще можно отформатировать стихотворение с помощью css, чтобы оно было строго по центру?


 

 

Для тэга pre margins заданы 16px. Левый вы поменяли. Чтобы решить вашу проблему поставьте margin-bottom: 0;

Спасибо большое за ответ и за помощь. Только я не поняла где вы увидели в тэге pre margin 16px, у меня тэге pre margin-left: 390px.

 

Я же сказал. Левый у вас стал 390px, а вот margin-top и margin-bottom были равны 16px. Это я посмотрел в Firebug (в JsFiddle сделал вашу страницу). Вот по таким причинам и неплохо пользоваться reset CSS, normalize CSS - обнулять все стили или приводить их к единству во всех браузерах.

 

Если у вас кроме этого css-файла других нет, то, наверное, отступы для этого тэга заданы по умолчанию. Кстати, опять же, они могут быть разными во всех браузерах. С тэгами заголовков такая же история.

 

то есть Firebug показал что у меня margin-top и margin-bottom 16px? Просто я этого не писала.

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