frame
Пример:
| Lorem ipsum dolor sit amet, consectetur adipisicing elit | ... | ... |
| ... | ... | ... |
| ... | ... | ... |
<table> <caption>Таблица 3×3</caption> <col/> <tbody> <tr> <td>Lorem ipsum dolor sit amet, consectetur adipisicing elit</td> <td>...</td> <td>...</td> </tr> <tr> <td>...</td> <td>...</td> <td>...</td> </tr> <tr> <td>...</td> <td>...</td> <td>...</td> </tr> </tbody> </table>
Атрибуты:
class, frameborder, id, longdesc, marginheight, marginwidth, name, noresize, scrolling, src, style, title.| html 3.2 | html 4.0 Frameset | html 4.0 Loose | html 4.0 Strict | html 4.0.1 Frameset | html 4.0.1 Loose | html 4.0.1 Strict | xhtml 1 Frameset | xhtml 1 Strict | xhtml 1 Transitional | html5 | |
| class | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| frameborder | |||||||||||
| id | |||||||||||
| longdesc | |||||||||||
| marginheight | |||||||||||
| marginwidth | |||||||||||
| name | |||||||||||
| noresize | |||||||||||
| scrolling | |||||||||||
| src | |||||||||||
| style | |||||||||||
| title |
| Chrome |
frame { display: block; } |
|---|---|
| firefox 3.6.3 |
frame { border: none ! important; } |
| ie6, ie7 |
frame { background-color: #fff; has-layout: true; } |
| ie8 |
frame { background-color: #fff; display: block; has-layout: true; } |
| safari 4.0.5 |
frame { display: block; } |