Jump to content
  • 0

Опера и Хром видят разное...


romanticlove
 Share

Question

Доброго времени суток. Извиняюсь, за возможно глупы вопрос. Но почему происходит такая картина?

Html код:


<?php get_header(); ?>
<div id="404">
<div id="404img"></div>
<div id="404text"><p>Страница на которую вы попали не существует.</p>
<p align="center">Вы точно правильно ввели URL адрес?</p></div>
<hr>
<div id="404text2"> <p align="center">Не отчаивайтесь!</p><p align="center">С помощью поиска вы найдете то, что искали.</p></div>
<div id="404search"><form method="get" name="searchform" id="searchform" action="<?php bloginfo('siteurl')?>">
<input type="text" name="s" id="s" class=srch_query value="<?php echo wp_specialchars($s, 1); ?>"/>
<input id="btnSearch" type="submit" name="submit" value="<?php _e('Найти'); ?>" />
</form></div>
</div>

CSS:


#404img {width:400px; height:404px; background: url(images/404.png) no-repeat; float: left; }
#404text { font-family: Tahoma; color: #333;font-size: 21px; font-weight: bold; width:450px;}
#404text2 {top:100px; position:relative; top:15px; font-family: Tahoma; color: #333;font-size: 20px; font-weight: bold;}
#404search {padding-top:40px; width: 250px; padding-left: 180px;}
#404 {width:950px;}

Вот сайт в Опере http://cs417419.vk.m...hoQUWvZfo_0.jpg

А вот так его видит Хром..http://cs417419.vk.m...zDOnW0BeLVY.jpg

Причем футер в эту страницу я не подргружал...

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

судя по адресу - две разные страницы

Это же страница ошибки 404 =))

id не может начинаться с цифры.

http://www.w3.org/TR...es.html#type-id

А вот этого я не знал. Подправил, все заработало. Огромное спасибо и + вам в карму )

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