Jump to content
  • 0

Фреймы


Ururu
 Share

Question

Используя только фреймы, возможно изобразить такое?

WindowsBitmapImage-1.jpg

Сделать так что бы фрейм 1 и 5 имели виксированную высоту.

Получается все сделать только если убрать пятый фрейм.

Пробовал разбивать на 3 фрейма по вертикали и потом делить средний, не получилось.

Вот оно:

<frameset frameborder=0 rows="50, *, 20">
<frame skrolling="no" noresize scr="frlogo.htm" name="frlogo">
<frame skrolling="no" noresize scr="frbody.htm" name="frbody">
<frame skrolling="no" noresize scr="frfoot.htm" name="frfoot">
</frameset>

А это тот самый средний фрейм:

<frameset frameborder=0 cols="20%, *, 20%">
<frame skrolling="no" noresize scr="frleft.htm" name="frleft">
<frame skrolling="no" noresize scr="frcenter.htm" name="frcenter">
<frame skrolling="no" noresize scr="frright.htm" name="frright">
</frameset>

У меня так даже первый фрейм не подгружается...

Может стоит попробовать IFRAME?

Edited by Ururu
Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

src в оригинале нормально, тут писал в форме ответа, ошибся

разобрался почему не работало, ошибка в расширении файлов htm -> html

вот только после ее решения появились новые, такое ощущение что frameborder="0" не работает в опере

Вот оригинал и границы не убираются...

<!doctype html public "-//w3c//dtd html 4.01//en" "http://www.w3.org/TR/html4/strict.dtd">
<link rel="stylesheet" type="text/css" href="style.css">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>index</title>
</head>
<frameset rows="60, *, 30">
<frame scrolling="no" noresize src="frlogo.htm" name="frlogo" frameborder="0">
<frame scrolling="no" noresize src="frbody.htm" name="frbody" frameborder="0">
<frame scrolling="no" noresize src="frfoot.htm" name="frfoot" frameborder="0">
</frameset>
</html>

Edited by Ururu
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