Jump to content
  • 0

"Обрамление" iFrame картинками.


Psychologist
 Share

Question

Всем здрасти!

Помогите, плз, кто знает:

Нужно сделать рамку из рисунков вокруг айФрейма, а так же убрать рамку у самого фрейма.

Есессно, за основу взял таблицу:

<table>
<tr>
<td colspan="3">
<img src="img/code-top.png">
</td>
</tr>
<tr>
<td>
<img src="img/code-left.png">
</td>
<td>
<iframe src="banner.html" width="620" height="245" hspace="0" vspace="0" align="center">
Ваш браузер не поддерживает плавающие фреймы!
</iframe>
</td>
<td>
<img src="img/code-right.png" align="right">
</td>
</tr>
<tr>
<td colspan="3">
<img src="img/code-bottom.png">
</td>
</tr>
</table>

Но из этого получилось вот, что: http://s1.imgdb.ru/2007-12/10/Untitled-7-png_mm6bs28h.png

Вопрос в том, как сделать так, чтобы элементы "примагнитились" друг к другу и как убрать рамку у фрейма (border="0" не помогает)?

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

frameborder="0" убирает бордер у фрейма

попробуте взять фрейм например в

чтоб спрятать отступи у фрема

таблице можно cellspacing="0" cellpadding="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