Jump to content
  • 0

Разное отображение в разных браузерах.


Gardarik
 Share

Question

Пытаюсь учится HTML и CSS. Для этого создал сайт. Сделал вроде всё нормально, но в разных браузерах отображается по разному. Вот код:

<!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">
<meta name="Description" content="">
<meta name="Keywords" content="">
<META HTTP-EQUIV="Pragma" CONTENT="no-cache">
<title>титл</title>
<style type="text/css">
BODY { background: url("pic.gif")
repeat-x;
text-align: center; }
DIV { margin: auto; width: 81%;
height: 90%;
text-align: left;
padding: 0px;
background: #FFFFCC;
}
A {
color: black;
}
A:active {
color: blue;
}
A {
text-decoration: none;
}
A:hover {
text-decoration: underline;
color: red;
}
</style>
</head>
<body>
<TABLE cols=3 border=0 CELLPADDING="0" CELLSPACING="0" WIDTH="90%" HEIGHT="100%">
<tr>
<td colspan="3" HEIGHT="110px"><img src="logo.gif" style="vertical-align: center" width="100%" height="100%"></td>
</tr>
<tr>
<th colspan="2" height="10px" background="bkjpg.gif" align="left"></th>
<tr>
<td colspan="3" bgcolor="CCCCCC"><iframe frameborder="0" marginheight="0" marginwidth="0" scrolling="No" width="790" height="60" src="http://www.voicecards.ru/partners/projects/iframe/790x60/?p=Gardarik"></iframe></td>
</tr>

<tr>
<th height="10px" width="19%" background="bkjpg.gif" align="center"></th>
<th height="10px" width=71%" background="bkjpg.gif" align="center"><A href="forum.html"></th>
<th height="10px" width="10%" background="bkjpg.gif" align="center"></th>
</tr>
<tr>
<td bgcolor="#ff9900" height="600px" style="vertical-align: top">
<table bordercolor="3300FF">
<tr>
<td bgcolor="#FCF5E9" align="left"><p align="center"><b>На сайте:</b></p>
<li></li>
<li></li>
<li></li></td>
</tr>
</table>
</td>
<td bgcolor="#FFFAF0" height="600px">
</td>
<td bgcolor="#ff9900" height="600px">
</td>
</tr>
<tr>
<td colspan="3" height="10px" bgcolor="#FFFAF0" align="center"></td>
<tr>
<td background="bkjpg.gif" align="left"><a href="mailto:fingard@yandex.ru">Написать нам</a></td>
<td colspan="2" height="10px" background="bkjpg.gif" align="right">Разработка © Gardarik & Co 2009</td>
</tr>
</body>
</html>

Надеюсь на вашу помощь

Link to comment
Share on other sites

6 answers to this question

Recommended Posts

  • 0

1) Подвязывай писать в верхнем регистре: DIV, A и т. д.

2) Сотри всё, что ты навоял, и начни с чистого листа, вот тебе отличный Табличный Урок:

http://www.pastukhova.com/lesson1.php

3) А когда закончишь с таблицами, переходи сюда и перечитывай, вникай до тех пор, пока не выучишь наизусть: http://stepbystep.htmlbook.ru/ , разделы: "HTML по шагам" и "CSS по шагам" хотябы ;)

Link to comment
Share on other sites

  • 0
Ё моё... Картинки давай!

pic.gif

logo.gif

bkjpg.gif

Короче - все картинки, которые ты включил в код

Сейчас смотрю на код. Ищу, что поправить. Насколько я понял, должно быть как в ИЕ?

ad8e251ca706.jpg - logo.gif

1ae2a2c54036.jpg - pic.gif

f5687bfe6755.gif - bkjpg.gif

хотелось бы чтоб в опере смотрелся по центру, а не слева. В ИЕ всё гуд.

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