Jump to content
  • 0

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


Bertie
 Share

Question

Господа, как бы сделать небольшой отступ между двумя контейнерами, плавающими по левому краю?

Старница:

http://lexicanum.ru/2columns.html

Код страницы:

<!DOCTYPE html>
<HTML>
<HEAD>
<LINK REL="stylesheet" HREF="2css.css" TYPE="text/css">
<TITLE>
Пригоди хтивих павiанiв Борi i Жори.
</TITLE>
<BODY>
<DIV ID="cheader">
<H1 CLASS="h1_centered">Пригоди хтивих павiанiв Борi i Жори</H1>
</DIV>
<DIV ID="cnavbar">
<UL>
<LI><A HREF="#">Справочник</A></LI>
<LI><A HREF="#">Журнал</A></LI>
<LI><A HREF="#">Форум психический</A></LI>
<LI><A HREF="#">Warhammer 40000</A></LI>
<LI><A HREF="#">Сайт психический</A></LI>
</DIV>
<DIV ID="cmain">
<P><PRE>
Здесь идет текст, много текста.
/PRE></P></DIV>

Код css:

.h1_centered { text-align: center }
.right { text-align: right }
#cheader { width: 100% }
#cnavbar { width: 20%; min-width: 160px; float: left }
#cmain { width: 80%; float: left }
#ccopyright { width: 100%; clear: both }
LI { padding: 5px 10px; margin: 10px 0px; border: thin solid #B1BEC6 }

Edited by Bertie
Link to comment
Share on other sites

11 answers to this question

Recommended Posts

  • 0

Если margin не помогает, то вставить между ними какой-нибудь clear:both

Тэги маленькими буквами перепиши.

Если вставить между ними блок хоть в пиксель, правая колонка уезжает вниз. Думаю, почему б...

Про теги маленькими буквами - это принципиально?

Link to comment
Share on other sites

  • 0

да тут маржин вполне пойдет:

Убираем у контента ширину и флот, и задаем ему отступ слева. Т.к. левый сайдбар шириной 20% и чтобы получился небольшой отступ от него, ставим маржину 21%

.h1_centered { text-align: center }
.right { text-align: right }
#cheader { width: 100% }
#cnavbar { width: 20%; min-width: 160px; float: left }
#cmain { margin-left:21%;}
#ccopyright { width: 100%; clear: both }
LI { padding: 5px 10px; margin: 10px 0px; border: thin solid #B1BEC6 }

Link to comment
Share on other sites

  • 0

да тут маржин вполне пойдет:

Убираем у контента ширину и флот, и задаем ему отступ слева. Т.к. левый сайдбар шириной 20% и чтобы получился небольшой отступ от него, ставим маржину 21%

.h1_centered { text-align: center }
.right { text-align: right }
#cheader { width: 100% }
#cnavbar { width: 20%; min-width: 160px; float: left }
#cmain { margin-left:21%;}
#ccopyright { width: 100%; clear: both }
LI { padding: 5px 10px; margin: 10px 0px; border: thin solid #B1BEC6 }

Спасибо!

Link to comment
Share on other sites

  • 0

Аа, они ж не один под другим, а влева направо. Чё-то я перепутал.

маленькие тэги пока что не принципиально, а вот в xhtml - вроде да. Или я перепутал? Где наши фанаты html5?

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