Jump to content
  • 0

Подскажите как сделать


Sheenegarmi
 Share

Question

Нужно расположить три div блока фиксированой длины и высоты горизонтальность.

Я понимаю что для центрального блока не заданно обтекание. Но когда я задаю обтекание то не получается задать фиксированную точку по центру.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" 
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Автобиография</title>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta name="keywords" content="">
<meta name="description" content="">
<link href="style.css" rel ="stylesheet type="text/css">
</head>
<body>
<div class="lmenu"><a href="glavnaya.html">На главную страницу</a></div>
<div class="cmenu"><a href="may.html">Моя сессия</a></div>
<div class="rmenu"><a href="glavnaya.html">Регестрационная форма</a></div>
</div>
</body>
</html>

.lmenu

{

float:left;
width:180px;
height: 40px;
margin: 10px 0px 0px 10px;
text-align: center;
border: 1px solid black;
}

.cmenu
{
float: right;
width:95px;
height: 40px;
text-align: center;
border: 1px solid black;
margin: 10px auto;/* выравывние по центру*/
}

.rmenu
{
float:right;
width:130px;
margin: 10px 0px 0px 0px;
text-align: center;
border: 1px solid black;
}

Edited by Sheenegarmi
Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

Прошу прощения что не догадался сделать раньше.

Это как у вас получилось.

_http://storage6.static.itmages.ru/i/11/1203/h_1322904755_3478390_4ac852f1a2.jpeg

Тут как нужно. Центральный должен быть фиксированный на него не должно влиять размеры окна и монитора. В коде котором я предоставил я сделал тока с левым блоком и правым.

_http://storage4.static.itmages.ru/i/11/1203/h_1322904501_4293419_64d5ee83ec.jpeg

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