Jump to content
  • 0

кроссбраузерность


termoplus
 Share

Question

сверстал тестовую страничку, столкнулся с проблемами:

1)разница в браузерах

2)не отображается рамка в ИЕ

3)высота всего контента

4)выравние внутренних колонок(как расположить по центру?)

5)слово "banner"как разместить по центру?

6)состояние кнопок, при выбранном режиме не поддеживается стиль

7)набирал в дримвивере, каждая строка выравнивается по краю, т.е. не показывает вложенные строки, хотя галка стоит Auto Indent

только учусь верстать, поэтому судите не строго.

Заметил что при удалении первых двух строчек в коде, в ИЕ отображаются рамка.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
html, body{
background-color:#333333;
text-align:center;
}
.body{
width:800px;
background-color:#FFFFFF;
border: 1px solid grey;
}

.imageHeader{
width:794px;
height:200px;
border: 1px solid grey;
background-color:#CCCCCC;
margin:2px;
}

.colum{
width:264px;
margin-right:2px;
margin-bottom:2px;
}

.columContent{
height:502px;
border: 1px solid grey;
padding:2px;
background-color:#CCCCCC;
}

.left{float:left;}
.right{float:right;}
.cleanFloat{clear:both;}

.bottom{
width:794px;
height:30px;
border:1px solid grey;
background-color:#CCCCCC;
margin:2px;

}

.link A{
color:#000000;
}

.link A:hover{
color:#FFFFFF;
background-color:#000000;
}

.linkActive A,
linkctive A:hover{
background-color:#000000;
color:#FFFFFF;
}

.link A,
link A:hover,
linkActive A,
linkctive A:hover{
text-decoration:none;
font-size:12px;
font-family:Arial, Helvetica, sans-serif;
text-transform:uppercase;
padding:5px;
}

.delimeter{
border-right:1px solid grey;
margin:4px;
}

</style>
</head>
<body>
<div class="body">
<div class="imageHeader"> banner </div>
<p>
<span class="link"> <a href="">button-01</a></span>
<span class="delimeter"></span>
<span class="linkActive"> <a href="">button-02</a></span>
<span class="delimeter"></span>
<span class="link"> <a href="">button-03</a></span>
<span class="delimeter"></span>
<span class="link"> <a href="">button-04</a></span>
<span class="delimeter"></span>
<span class="link"> <a href="">button-05</a></span>
<span class="delimeter"></span>
<span class="link"> <a href="">button-06</a></span>
</p>
<div class="colum left"><div class="columContent"></div></div>
<div class="colum left"><div class="columContent"></div></div>
<div class="colum left"><div class="columContent"></div></div>
<div class="bottom cleanFloat"></div>
</div>
</body>
</html>

Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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