Jump to content
  • 0

Трехколоночный резиновий макет


Mr.Black
 Share

Question

Если проблема - http://img18.imageshack.us/img18/3449/96311259.png

<html>
<head>
<title>blu</title>
<style >

* {margin: 0;padding: 0;}

#log {
border: 1px red solid;height: 25px;width: 100%;
}

#wrapper {border: 1px red solid;margin: 0 40px;}

#head {height: 100px;border: 1px yellow solid;}
#speedbar {width:100%;border: 1px black solid;height:20px;margin: 10px 0 0;}
#content {overflow: hidden;width: 100%;}
#left {float: left;border: 1px red solid;height:30px;width: 250px;margin: 10px 0;}
#center {border: 1px green solid;height: 40px;margin: 0px 270px 0px 260;}
#right {float: right;border: 1px red solid;height:30px;width: 250px;margin: 10px 0;}

</style>
</head>
<body>

<div id="log" ></div>

<div id="wrapper" >
<div id="head" ></div>
<div id="speedbar" ></div>
<div id="content" >
<div id="left" ></div>
<div id="center" ></div>
<div id="right" ></div>
</div>
<div id="footer" ></div>
</div>


</body>
</html>

Как зделать чтоб все было нормально,на сайте в макетах нет примера чтоб посмотреть =(

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0
Спасибо, а какая разница никак немогу понять...

Разница большая. Float != absolute и блок хоть и выпадает из контекста форматирования, но это не значит что он выпадает из потока.

и хорошо так верстать макет????

Нормально. Все так и делают. Ну может кроме случаев когда контент должен идти первым в коде.

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