Jump to content
  • 0

Фреймы


dimon9512
 Share

Question

Здравствуйте. Решил освоить фреймы, много копался, начал делать и наткнулся на проблемку, для чего мне это нужно объяснять не буду дабы это не важно.
В общем суть проблемы:
Вот мой код:

 

<html>
<head>
<title>frame</title>
</head>
<frameset cols="50%,*" rows="500,*" bordercolor="#000000">
<frame src="2.html" name="page1">
<frame src="3.html" name="page2">
<frameset rows="500,*" bordercolor="#000000">
<frame src="4.html" name="page3">
</frameset>
</frameset>
</html>

 

вот что вышло:

1393618615-clip-51kb.jpg?nocache=1

И беда в том что мне нужен один из вариантов ниже:

либо так:

1393618954-clip-64kb.jpg?nocache=1Либо так:

1393619001-clip-49kb.jpg?nocache=1

Как мне это осуществить? и в чём моя проблема?

Link to comment
Share on other sites

13 answers to this question

Recommended Posts

  • 0

Так действует?

<html><head><title>frame</title></head><frameset cols="50%,*" rows="500,*" bordercolor="#000000"><frame src="2.html" name="page1"><frame src="3.html" name="page2"><frameset cols="*" rows="500,*" bordercolor="#000000"><frame src="4.html" name="page3"></frameset></frameset></html>
Edited by iKNG
Link to comment
Share on other sites

  • 0

 

Так действует?

<html><head><title>frame</title></head><frameset cols="50%,*" rows="500,*" bordercolor="#000000"><frame src="2.html" name="page1"><frame src="3.html" name="page2"><frameset cols="*" rows="500,*" bordercolor="#000000"><frame src="4.html" name="page3"></frameset></frameset></html>

То-же самое получается

В каждом <td></td> свой iframe. 

Попробую

Link to comment
Share on other sites

  • 0

Какая таблица для каждого фрейма.

Фреймы на то и расчитаны чтобы только при помощи их  делать разметку.

 

вы ещё DIV в td запихайте.  :angry:

Div в td — обычная практика при верстке таблицами. Вы бы лучше не говорили, а сами бы показали, как решить эту задачу без таблиц.

Link to comment
Share on other sites

  • 0

Какая таблица для каждого фрейма.

Фреймы на то и расчитаны чтобы только при помощи их  делать разметку.

 

вы ещё DIV в td запихайте.  :angry:

Дай код как сделать без таблиц?? с таблицами всё работает идиально!

Link to comment
Share on other sites

  • 0

А так чем не вариант?

<html><head><title>frame</title></head><frameset rows="50%,50%" bordercolor="#000000">  <frameset cols="50%,50%">    <frame src="2.html" name="page1">    <frame src="3.html" name="page2">  </frameset>  <frameset bordercolor="#000000">    <frame src="4.html" name="page3">  </frameset></frameset></html>

или так

<html><head><title>frame</title></head><frameset cols="50%,50%" bordercolor="#000000">  <frameset rows="50%,50%">    <frame src="2.html" name="page1">    <frame src="3.html" name="page2">  </frameset>  <frameset bordercolor="#000000">    <frame src="4.html" name="page3">  </frameset></frameset></html>

Зачем фрейм в таблицу засовывать? Что за тупость?

Edited by Xenia Wanger
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