Jump to content
  • 0

Почему валидатор не пропускает border во frameset?


Ole4ka
 Share

Question

Такая проблемка. Нужно чтоб страничка была валидной и чтоб адекватно (без бордеров) отображалась в IE, Opera, Firefox. :/ Вот код.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>

<head>
<meta name="Publisher" content=" ">
<META http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta name="Publisher-Email" content="po">
<meta name="Description" content="nh">
<meta name="Keywords" content="fd">
<title>Неважно</title>
</head>
<frameset rows="117,*" border="0">
<frame frameborder="0" name="banner" src="top.htm" scrolling="no" noresize marginHeight="0" marginWidth="0">
<frameset cols="166,*" border="0">
<frame frameborder="0" name="contents" src="menu.htm" scrolling="no" noresize marginHeight="0" marginWidth="0">
<frame frameborder="0" marginHeight="0" marginWidth="0" noResize name="main" src="main.htm" scrolling="auto">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>

Помогите, кто чем может! :)

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

Начальный код см в моем первом сообщении, а итоговый тоже самое но с добавлением style="border:0;" вместо border="0". Итого получаем:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN"
"http://www.w3.org/TR/html4/frameset.dtd">
<html>

<head>
<meta name="Publisher" content=" ">
<META http-equiv="Content-Type" content="text/html; charset=windows-1251">
<meta name="Publisher-Email" content="po">
<meta name="Description" content="nh">
<meta name="Keywords" content="fd">
<title>Неважно</title>
</head>
<frameset rows="117,*" style="border:0;">
<frame frameborder="0" name="banner" src="top.htm" scrolling="no" noresize marginHeight="0" marginWidth="0">
<frameset cols="166,*" style="border:0;">
<frame frameborder="0" name="contents" src="menu.htm" scrolling="no" noresize marginHeight="0" marginWidth="0">
<frame frameborder="0" marginHeight="0" marginWidth="0" noResize name="main" src="main.htm" scrolling="auto">
</frameset>
<noframes>
<body>
<p>This page uses frames, but your browser doesn't support them.</p>
</body>
</noframes>
</frameset>
</html>

Код становиться валидным, НО в местах соединения фреймов появляюся полосы в IE, Opera, Firefox. Хотелось бы, чтоб их там не было и код при этом был валиден.

Link to comment
Share on other sites

  • 0

Конечно framespacing=0 убирает промежутки между фреймами, но теперь страница не валидна. В этом-то и проблема. Хотелось бы одним махом двух зайцев убить. Если можете предложить другие варианты буду очень благодарна. Обидно, когда весь сайт валиден, а одна страничка нет. Столько работы уже проделано. Хотелось бы довести дело до конца. ;)

Link to comment
Share on other sites

  • 0

Видимо, конфликт не разрешим. Если кто найдет решение - напишите. Если мне удастся разобраться с этой проблемой, то обязательно напишу, чтобы другие не ломали долго голову. ;)

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