Jump to content
  • 0

frD-дублирование текста не понимаю почему.


Ксения :)
 Share

Question

Здравствуйте!

Мучаюсь уже неделю, не знаю в чем ошибка. Подскажите пожалуйста.

Вот код страницы и код css.

style.css

* { 
padding : 0;
margin : 0;
}
body {
font-family : Arial, Helvetica, sans-serif;
font-size : 13px;
}
img {
padding : 5px;
border : 1px solid #D61011;
}
img.floatTL {
float : left;
margin-right : 10px;
margin-bottom : 0;
margin-top : 10px;
margin-left : 10px;
width : 60px;
height : 60px;
}
img.floatTR {
float : right;
margin-left : 7px;
margin-bottom : 0;
margin-top : -2px;
margin-right : 10px;
}
p {
text-align :justify;
padding : 5px;
color : #666;
font-size : 1.1em;
}
#wrapper {
margin : 0 auto;
width : 800px;
}
#header {
color : #333;
width : 800px;
height : 142px;
float : left;
margin : 10px 0 5px 0;
background-image : url(images/headerbg.gif);
background-repeat : no-repeat;
}
.logo h1#lineone {
font-size : 2em;
font-weight : lighter;
font-family : helvetica, arial, sans-serif;
padding-top : 40px;
padding-left : 155px;
color : #99ff32;
border : none;
top : 0;
left : 14px;
letter-spacing : -1px;
}
.logo h1#lineone span {
color : #0066ff;
}
.logo h2#linetwo {
padding-left : 155px;
font-size : 0.9em;
font-family : helvetica, arial, sans-serif;
text-transform : none;
top : 25px;
left : 14px;
color : #0066ff;
}
.logo h2#linetwo a {
color : #0066ff;
text-decoration : none;
}
#navigation {
float : left;
width : 800px;
height : 36px;
color : #333;
margin : 0 0 5px 0;
background-image : url(images/navbarbg.jpg);
background-repeat : no-repeat;
}
#navigation {
background-color : #1f00ca;
}
#navigation ul {
font-family : Arial, Helvetica, sans-serif;
font-weight : bold;
color : #0066ff;
text-align : center;
margin : 0;
padding-bottom : 5px;
padding-top : 10px;
padding-left : 0;
}
#navigation ul li {
display : inline;
}
#navigation ul li a {
padding : 5px 10px 5px 10px;
color : #FFFFFF;
text-decoration : none;
border-left : 1px solid #FFFFFF;
border-right : 1px solid #FFFFFF;
margin-right : -5px;
}
#navigation ul li a:hover {
color : #8C1414;
border-left : 1px solid #8C1414;
margin-right : -5px;
}
#leftcolumn {
color : #333;
border : 1px solid #D61011;
margin : 0 5px 5px 0;
height : 465px;
width : 215px;
float : left;
}
#leftcolumn h3 {
padding-left : 5px;
padding-top : 3px;
padding-bottom : 8px;
font-size : 1.4em;
font-weight : lighter;
color : #D61011;
letter-spacing : -1px;
}
#leftcolumn ul {
padding : 3px 0 8px 0;
}
#leftcolumn li {
line-height : 18px;
background : #fff;
list-style : square;
padding-left : 0;
margin-left : 21px;
color : #D61011;
}
#leftcolumn li a {
text-decoration : none;
color : #D61011;
}
#leftcolumn li a:hover {
text-decoration : underline;
color : #D61011;
}
.news {
margin-left : 5px;
width : 205px;
padding-bottom : 10px;
}
.news p {
margin-top : 0;
padding-left : 5px;
text-align :center;
border : 1px solid #D61011;
background-color : #FFFFFF;
}
.news b {
color : #577c81;
}
.news em {
line-height : 10px;
color :#D61011;
}
.news h2 {
font-family : "arial", helvetica, sans-serif;
font-size : 1.2em;
margin-top : 5px;
margin-left : 5px;
margin-bottom : 10px;
color : #679499;
}
#rightcolumn {
float : right;
margin : 0 0 5px 0;
height : 466px;
width : 578px;
display : inline;
}
#rightcolumn h2 {
background-image :
background-repeat : no-repeat;
background-position : 0 1px;
padding-left : 10px;
padding-top : 5px;
font-size : 1.3em;
color : #D61011;
}
#rightcolumn h4 {
padding-left : 5px;
padding-top : 6px;
font-size : 1.3em;
color : #D61011;
border-bottom : 2px solid #D61011;
margin-left : 10px;
margin-right : 10px;
}
#box {
margin-top : 5px;
margin-bottom : 10px;
}
#box p {
font-size : 1em;
}
#box a {
text-align : right;
text-decoration : none;
float : right;
color : #D61011;
font-weight : bolder;
}
#box a:hover {
text-align : right;
text-decoration : underline;
float : right;
color : #D61011;
font-weight : bolder;
}
.content_right {
margin : 0 auto;
display : inline;
float : right;
width : 275px;
text-align : justify;
margin-right : 5px;
padding-left : 5px;
padding-bottom : 5px;
padding-right : 5px;
padding-top : 2px;
line-height : 1.5em;
}
.content_left {
margin : 0 auto;
padding : 5px;
display : inline;
float : left;
width : 275px;
text-align : justify;
line-height : 1.5em;
}
.content_left h3 {

font-size : 1.1em;
margin-bottom : 5px;
font-family : Arial, Helvetica, sans-serif;
color : #D61011;
}
.content_right h3 {
font-size : 1.1em;
margin-bottom : 2px;
margin-top : 5px;
font-family : Arial, Helvetica, sans-serif;
color : #D61011;
}
#footer {
width : 800px;
color : #333;
border : 1px solid #D61011;
margin : 0 0 10px 0;

}
#footer p {
font-size : 0.8em;
text-align : left;
float : left;

}
#footer a {
color : #173aff;
text-decoration : underline;
}

index.htm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" 
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251" />
<title>FREE CSS TEMPLATE TWO COLUMN 2</title>
<link rel="stylesheet" type="text/css" href="style.css" />
</head>

<body>

<!-- Begin Wrapper -->
<div id="wrapper">

<!-- Begin Header -->
<div id="header">
<div class="logo">
<h1 id="lineone"></h1>
<h2 id="linetwo"></h2>
</div>
</div>
<!-- End Header -->

<!-- Begin Navigation -->
<div id="navigation">
<ul>
<li><a href="index.htm">Главная</a></li>
<li><a href="firm.htm">Фирмы</a></li>
<li><a href="#">Объекты</a></li>
<li><a href="#">Планировки</a></li>
<li><a href="#">Кредиты</a></li>
<li><a href="#">Контакты</a></li>
<li><a href="#">Аналитика</a></li>

</ul>
</div>
<!-- End Navigation -->

<!-- Begin Left Column -->
<div id="leftcolumn">

<h3>Важная информация</h3>
<ul>
<li><a href="#" title="#">Цены</a></li>
<li><a href="#" title="#">Лицензии</a></li>
<li><a href="#" title="#">Бланк договора</a></li>
<li><a href="#" title="#">Проектные декларации</a></li>


</ul>
<h3>Новости</h3>
<div class="news">
<p><em>30 июля 2007г.</em></p>
<p>Последний день летних скидок на квартиры в Тюменском микрорайоне

</p>



<p><em>1 ноября 2007г.</em></p>
<p>Начнется строительство самого большого здания по эту сторону Урала
</p>


<p><em>2 августа 2007г.</em></p>
<p></p>
</div>

</div>
<!-- End Left Column -->

<!-- Begin Right Column -->
<div id="rightcolumn">

<h2>Мы рады видеть вас на нашем сайте</h2>
<p></p>
<h4>Анализ рынка</h4>
<div id="box">

<div class="content_left">
<h3>Цены больше расти не будут</h3>



<p>Заявляет директор агентства недвижимости "Этажи" Хусаинов Ильдар Борисович.</p>
<a href="#">читать дальше</a>

</div>

<div class="content_right">
<h3>До ценового дна еще очень далеко</h3>


<p>Утверждает начальник отдела маркетинга группы компаний "Дом"</p> <a href="#">читать дальше</a>
</div>
</div>

</div>
<!-- End Right Column -->

<!-- Begin Footer -->
<div id="footer">
<p>Design by WithArt</p>
</div>
<!-- End Footer -->

</div>
<!-- End Wrapper -->

</body>
</html>

Проблема в том, что дублируется надпись "Design by WithArt".

в ч?м ошибка не понимаю.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

читать ваш код... одно не удовольствие

если разберетесь, то приятно будет всем!

'background': ['background-color' || 'background-image' || 'background-repeat' || 'background-attachment' || 'background-position'] | inherit
'font': [ [ 'font-style' || 'font-variant' || 'font-weight' ]? 'font-size' [ / 'line-height' ]? 'font-family' ] | caption | icon | menu | message-box | small-caption | status-bar | inherit
'margin': <margin-width>{1,4} | inherit
'padding': <padding-width>{1,4} | inherit

{...перенесено в Слои kiD}

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