Jump to content
  • 0

Загадочный DOCTYPE


Ge1i0N
 Share

Question

Тренировался в вёрстке, наткнулся на интересную проблему.

Делал шапку сайта с непрописанным DOCTYPE в браузере опера и всё было хорошо, но как только решил проверить с других браузеров, куда-то пропала часть элементов. Как только я прописал на страничке <!DOCTYPE html> в опере тоже пропало как у остальных. В чём может быть проблема? Как DOCTYPE может убрать элементы?

Собственно вот как выглядит страница без прописанного доктайпа

cad776d47fb3.png

И с ним

45fea6a255ec.png

Собственно сайт blackspot.ucoz.ru

Код шапки

<header><div class="header">
<a href="http://blackspot.ucoz.ru/"><img src="/template/img/blackspot.png" alt="BlackSpotStudios" class="logo" /></a>
<div class="links">
<div class="text">
<a href="http://blackspot.ucoz.ru/#">Главная</a>
<a href="http://blackspot.ucoz.ru/#">Контакты</a>
<a href="http://blackspot.ucoz.ru/#">О нас</a>
</div>
</div>
<div class="social">
<div class="fecebook"></div>
<div class="rss"></div>
<div class="twitter"></div>
</div>
</div></header>

CSS шапки


header {background:url('/template/img/header.jpg') repeat-x center;height:154px;}
.header{width:784px;margin:0 auto;}
.logo {margin:35px 0 0 0;}
.links {background:#000000;height:30px;width:185px;opacity:0.5;border-radius:5px;float:right;margin:-83px 57px 0 0;font-size:11px;}
.text a {opacity:1;margin:0 9px;position:relative;top:8px;}
.text a:link {color:#ffffff;text-decoration:none;}
.text a:visited {color:#ffffff;text-decoration:none;}
.text a:active {color:#ffffff;text-decoration:none;}
.text a:hover {color:#ffffff;text-decoration:underline;}
.social {height:45px;width:135px;float:right;position:relative;right:98px;bottom:120px;}
.fecebook {background:url('/template/img/social.png')top left no-repeat;height:44px;width:44px;}
.fecebook:hover {background:url('/template/img/social.png')top right no-repeat;}
.rss {background:url('/template/img/social.png')0 -41px no-repeat;height:44px;width:44px;position:relative;left:44px;bottom:44px;}
.rss:hover {background:url('/template/img/social.png')-44px -43px no-repeat;}
.twitter {background:url('/template/img/social.png')0 -86px no-repeat;height:44px;width:44px;position:relative;left:88px;bottom:88px;}
.twitter:hover {background:url('/template/img/social.png')-44px -88px no-repeat;}

Edited by Ge1i0N
Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

C доктайпом элементы отображаются, как написано (за редкими исключениями в уходящих браузерах). Без него — как получится :)

float:right;position:relative;right:98px;bottom:120px;

Чего вы пытаетесь добиться этим? По написанному, это должно сдвинуть блок на 98px влево и на 120px вверх — видимо, аккурат за край окна...

Link to comment
Share on other sites

  • 0

Это ucoz и к сожалению определённые части кода править я не в силах.

Чего вы пытаетесь добиться этим? По написанному, это должно сдвинуть блок на 98px влево и на 120px вверх — видимо, аккурат за край окна...

Благодарю. Пересмотрев тщательнее код я понял что всему виной было моё неумелое использование параметров position и margin.

Тему можно закрывать.

Edited by Ge1i0N
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