Jump to content
  • 0

Перескок с float в IE6


nps
 Share

Question

Здравствуйте

Вопрос - как сделать без таблиц не съезжающий ниже бокового float-элемента блок?

Вот вырезка из кода

<!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">
<style type="text/css">
body {
margin: 0 auto; padding: 0;}

#bar-vertical {
float:left;
white-space:nowrap;
border:2px solid;width:230px;}

#main{
margin-left:235px;}

#header blockquote{
margin:0; white-space:nowrap}

#bar-horizontal{
border:2px solid;
text-align:right; white-space: nowrap;
}

</style>
</head>
<body>
<div id="bar-vertical">
<a href="#">Ссылка</a><br />
<a href="#">Ссылка</a><br />
<a href="#">Ссылка</a><br />
<a href="#">Ссылка</a><br />
<a href="#">Ссылка</a><br />
</div>
<div id="main">
<div id="header">
<blockquote>Здесь широко-широко-широко-широко-широко-широко-широко-широко-широко-широко-широко-широко-широко-широко-широко.</blockquote>
</div>
<div id="bar-horizontal">
<a href="#">Ссылки</a>
</div>
</body>
</html>

При слишком широком тексте над #bar-horizontal съезжает сразу всё, не смотря на то, что при том же отступе места больше не становится.

Уже запутался, ведь в Fx3, IE8 и опере оно выглядит как надо, а в IE - перепрыгивает вниз. Отчего так и как это правильно делается?%(

И почему при width:100% на #bar-horizontal съезжает вниз только эта полоса?

Edited by nps
Link to comment
Share on other sites

1 answer to this question

Recommended Posts

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