Jump to content
  • 0

Что происходит с таблицей под DIVом в разных броузерах...???


Serjinio
 Share

Question

Код примера DIV за ним ТАБЛИЦА

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Новый Документ</title>

</head><head>
<style type="text/css">
* {
margin: 0;
padding: 0;
border: 0;

}
#s{
background: #FFFCDF;
height: 50px;
width: 100px;
position: relative;
float: right;
}

</style>

</head><body>
<div id="s"></div>
<table width="100%" bgcolor="#C0E0B4">
<tr>
<td> </td>
</tr>
</table>

</body>
</html>

В IE6...

fce736013e43.jpg

в Firefox 2.0.0.11

021502117302.jpg

Притом, что валидатор говорит, что проблем с кроссбраузерностью нет.....!!!!

Можите по приколлу посмотреть что будет вFirefox 2.0 при задании..float: left;

Кто то сможет прокоментировать...???

Link to comment
Share on other sites

3 answers to this question

Recommended Posts

  • 0

валидатор никогда не проверял и не будет проверять кроссбраузерность... он проверяет только правильность написания в соответствии с доктайпом.

если задашь таблице размер получше, все будет ок. тут фича в том что таблицы эт такие хитрые штуки, которые не являются проще блоков, как любят утверждать противники дивов. table width="100%" означает вовсе не "ширина равна ширине документа", а "ширина равна 100% от доступного пространства".

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