Jump to content
  • 0

помогите выровнять FRAME


smoke1
 Share

Question

Есть необходимость сделать сайт с двумя фреймами (один над другим) причем дизайн (не резиновый) предполагает, что между фреймами не должны быть заметны границы. Поэтому в верхнем фрейме не должно быть горизонтального скроллинга. Нижний фрейм всегда больше видимой части страницы - поэтому всегда есть вертикальный скроллинг. Основные блоки страницы должны быть выровнены по центру. Тк нижний фрейм всегда имеет вертикальный скроллинг для выравнивания верхнего тоже пытаюсь включить ему вертикальный. В результате в Мозилле все ок, в Експлорере скроллинга нет и блоки при изменении размеров окна съезжают :)

пример кода:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><title>Test</title>
<frameset frameborder=0 framespacing="0" framepadding="0" rows="146,*">
<frame name="top" target="mainWindow" src="test_t.htm" scrolling="no" style="overflow-y: scroll;">
<frame name="bottom" target="mainWindow" src="test_b.htm" scrolling="auto">
</frameset>
</html>

где test_t.htm:

<body style="background-color:#FFFFFF; margin: 0px; text-align: center; width:100%;">
<div style="height:146px; width:1000px; margin: auto; background-color:#2B022A;"> </div>
</body>

а test_b.htm

<body style="background-color:#FFFFFF; margin: 0px; text-align: center; width:100%;">
<div style="height:120%; width:1000px; margin: auto; background-color:#30072F;"> </div>
</body>

результат можно посмотреть здесь http://oceanit.ru/smoke/testframes.htm

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0
Попробуй переставить DOCTYPE на Frameset и фреймы в одну строку записать, есть такой косяк в IE.

Огромное спасибо!!! :) Помогла вставка DOCTYPE для верхнего фрейма. Если же еще и нижнему его указать то все колбасит и нижний фрейм практически не отображается...

Надо теперь в других браузерах протестировать...

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