Jump to content
  • 0

Правая колонка (сайдбар) в шаблоне сполз вниз


malavka
 Share

Question

2 answers to this question

Recommended Posts

  • 0

готово: http://dev.lsd.com.ua/files/emerald.rar

2 автор, рекомендации:

1. не создавайте такие большие названия стилей

2. почитайте как работает Float внимательней

3. используйте или px или em, но не то и другое вперемешку

4. забудте про div class='clear' и используйте такую инструкцию:

<!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=utf-8" />
<title>Untitled Document</title>

<style type="text/css">
div.case {overflow:hidden; _zoom: 1;} /* zoom: 1 - for ie6 */
div.l-bar {float:left; width:200px;}
div.r-bar {float:right; width:300px;}
div.content {margin:0 300px 0 200px;}
</style>

</head>

<body>

<div class="case">
<div class="l-bar"></div>
<div class="r-bar"></div>
<div class="content"></div>
</div>

</body>
</html>

5. помещайте CSS в отдельную папку (имхо, что б все было структурировано)

в остальном приятная верстка.

goodluck :)

Link to comment
Share on other sites

  • 0
готово: http://dev.lsd.com.ua/files/emerald.rar

2 автор, рекомендации:

в остальном приятная верстка.

goodluck :)

Спасибо Вам огромное. Но к моему стыду это не я писал шаблон, я его только правил немного. Спасибо Вам за помощь и добрые слова, обещаю научиться писать шаблоны самостоятельно.

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