Jump to content
  • 0

Iframe kak задать Height в %


yyz
 Share

Question

Уважаемые товарищи,

Подскажите пожалуйста как задать атрибут Height в % для тега iframe:

*{

padding:0;

margin:0;

}

html, body{

height:100%;

width:100%;

}

#contaner{

width: 900px;

margin:auto;

min-height: 100%;

position: relative;

}

#header {

height:45px;

background-color: #000;

border-bottom:solid 5px #ffcc00;

}

#content{

height:100%;

position:relative;

padding: 0;

margin: 0;

}

#empty{

height:50px;

}

#footer {

min-height:50px;

margin: -50px auto 0;

width:900px;

position: relative;

}

.left-frame iframe{

float: left;

}

.right-frame iframe{

position: relative;

}

<html>

<head>

</head>

<body>

<div id="contaner">

<div id="header">

</div>

<div id="content">

<div class="left-frame">

<iframe id="contents" target="main" src="../../html/frame1.html" scrolling="auto" width="30%" style="font-family: Arial, Tahoma; font-size: 1pt" height="100%" ></iframe>

</div>

<div class="right-frame">

<iframe id="main" src="../../html/frame2.html" width="69%" height="100%"></iframe>

</div>

</div>

<div id="empty">

</div>

</div>

<div id="footer">

<hr>

</div>

</body>

</html>

Проблема в том, что Chrome растягивает больше необходимого и делает отступ под футером, а mozilla и IE вообще не реагирует на Height и отставляет дефолтные 150px. Хотелось бы именно в %.

Заранее спасибо.

Edited by yyz
Link to comment
Share on other sites

16 answers to this question

Recommended Posts

  • 0

Нет, я хочу, чтобы фрейм занимал по высоте весь контент, без прокрутки браузера. Прокрутка фрейма, если его содержимое будет по высоте больше, меня устраивает.

Link to comment
Share on other sites

  • 0

На самом деле надо какой-то минифак написать чтоли... По поводу терминологии. Это нам очевидно, что такое родитель, потомок и т.п. А народ не понимает.

А ты думаешь народ будет ходить и читать твой минифак?

Link to comment
Share on other sites

  • 0

Простите великодушно, я начинающий, поэтому пишу в группу для начинающих.

Добавил:

.left-frame{

height: 100%;

}

.right-frame{

height: 100%;

}

Ситуация не изменилась, Пробовал задавать в px работает, но хотелось бы в процентах, чтобы на маленьких мониторах не было прокрутки.

Спасибо за участие!!!!

Link to comment
Share on other sites

  • 0

Простите великодушно, я начинающий, поэтому пишу в группу для начинающих.

Добавил:

.left-frame{

height: 100%;

}

.right-frame{

height: 100%;

}

Ситуация не изменилась, Пробовал задавать в px работает, но хотелось бы в процентах, чтобы на маленьких мониторах не было прокрутки.

Спасибо за участие!!!!

А от чего пляшет высота родителя? Не от своего ли родителя? :rolleyes:

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