Jump to content
  • 0

верстака резинового блока css


white_kh
 Share

Question

Ребята, привет. Решил сделать сайтик, но появилась проблемка. Т.к я никогда не верстал "резиновых" сайтов, а всегда делал фиксированные, то возник небольшой вопросик. В общем надо сделать 2 блока, один допустим шириной 200px, а другой 100%.То, что я хотел сделать меня получилось, но я так понимаю, что выход не совсем правильный. Подскажите как все это верно реализовать? Заранее Спасибо!

<div style="width:200px; height:20px; float:left; background:orange; position:relative;">

side left (width:200px <—-- —-->)

</div>

<div style="width:100%;height:20px; float:left; background:silver; margin-left:-200px;">

<div style="margin-left:200px;">

side right (width:100% <—-- —-->)

</div>

</div>

Edited by white_kh
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

Примерно так можно:

<div style="background:#eee; margin:0 auto; overflow:hidden; padding-right:200px">
<div style="float:right; width:200px; background:#fff; margin-right:-200px; position:relative;">
right side
</div>
<div style="border:#000 1px solid">center text</div>
</div>

Но лично я предпочитаю более сложный, но в то же время и более надежный способ господина gordi: http://trifler.ru/blog/i/layouts/ideal/footer_gordi.htm

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