Jump to content
  • 0

Отображение в Dreamvwever'е и в браузере


mxm008
 Share

Question

Возникла проблема: у меня по разному отображается в проге Dreamweaver и браузере.

На первой картинке то что у меня в Дримвейвере, а на второй то что в браузере.

P.S. Я использую у себя установленый сервер.

50c4acdce99f.jpg

1ae6d1126947.jpg

Код html:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title>Untitled Document</title>
<link href="style.css" rel="stylesheet" type="text/css">
</head>

<body>

<table class="main" width="850" callpadding="0" cellspacing="0">
<tr>
<td valign="top" width="250"><div class="nav_mag">
<a href="#" target="_blank"><img src="img/logo2.jpg" border="0"></a></div>
</td>
<td valign="top"><div class="nav_mag"><div class="nav_blok">
<p class="nav_link">ПРИМЕР</p>
</div></div>
</td>
</tr>
</table>
</body>
</html>

Код css:

/* CSS Document */

body {
background-color: #eeeeee;
margin: 0px;}

table.main {
border: 1px solid #999999;
border-top: none;
background-color: #ffffff;
margin: 0 auto;
padding: 0px;}

p.nav_link {
font-family: trebuchet ms;
font-size: 24px;
font-weight: bold;}

.nav_mag {
padding: 0px;
padding-top: 30px;
padding-bottom: 30px;
margin: 0px;}

.nav_blok {
background-color: #424242;
height: 90px;
border: none;}

Помогите плиз!!!

Edited by mxm008
Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
html,body {padding:0;margin:0;width:100%;height:100%;}
.main {width:850px;margin:0 auto;}
.nav_mag {width:250px;float:left;}
.nav_blok {width:600px;float:left;}
<div class="main">
<div class="nav_mag"></div>
<div class="nav_blok"></div>
</div>

И никаких таблиц. ;)

Это все конечно круто, но это же только шапка. Ее на div'ах можно сверстать, а потом же пойдет тело, там куча блоков - там на div' ах будет сложно...

Мне в теле нужно будет сделать сайдбар, я не знаю как это реализовать без таблицы.

Edited by mxm008
Link to comment
Share on other sites

  • 0
Это все конечно круто, но это же только шапка. Ее на div'ах можно сверстать, а потом же пойдет тело, там куча блоков - там на div' ах будет сложно...

ну ну ))) понаделаете колспанов и роуспанов, ширины-высоты когда будете ставить, тогда и научитесь дивами верстать -)

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