Технический форум
Вернуться   Технический форум > Программирование > Форум программистов


Ответ
 
Опции темы Опции просмотра
Старый 04.10.2012, 18:21   #1 (permalink)
Tat'jna
Новичок
 
Регистрация: 04.10.2012
Сообщений: 9
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 10
По умолчанию Убрать таблицу или сделать одну колонку

Есть шаблон джумлы, который мне подходит, НО появилась проблема, все статьи он делить на две колонки, при этом вторая колонка очень узкая и наезжает под модули, которые находятся в позиции left...
как это исправить?
Вот style.css
body {
background:url(../images/page-back.gif) repeat-x #3f808a;
margin:0;
font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
}

#outer1 {
background:url(../images/outer-back1.jpg) no-repeat top center;
}

#outer {
background:url(../images/outer-back.jpg) no-repeat top center;
}
#container {
width:900px;
margin:0 auto;
position:relative;
height:239px;
}
img{
border: none;
}

/* search form */

#search {
position:absolute;
text-align:left;
width:200px;
left:720px;
top:0px;
z-index:100;
}
#search form {
padding:0;
margin:0;
}
#search .inputbox {
border:1px solid #fff;
width:200px;
margin:0;
padding:3px;
font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
background:url(../images/search-back.gif) transparent;
}
#search .button {
border:1px solid #fff;
color:#fff;
margin: 0 5px;
padding: 2px 5px;
font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
font-size:11px;
background:url(../images/btn-back.gif) transparent;
}


/* blog title */

#title {
position:absolute;
top:138px;
left:96px;
color: #fff599;
font-family:'Reenie Beanie', Georgia, Tahoma, Arial, Helvetica, sans-serif;
font-size:22px;
width:370px;
overflow:hidden;
line-height:0.8;
height: 60px;
}
#title h2 {
color:#fff599;
font-size:35px;
margin:0 0 2px;
font-weight:800;
letter-spacing:-0.014em;
line-height:0.9;
}
#title a {
color:#fff599;
text-decoration:none;
}
#title a:hover {
color:#fff599;
text-decoration:none;
border-bottom:1px solid #e7d8cf;
}


/* content */

#content {
background:url(../images/notepad-back.gif) repeat-y;
width:900px;
margin:0 auto;
padding:0 0 0 45px;
}
#content blockquote {
padding:0 0 0 30px;
background:url(../images/blockquote.gif) no-repeat 0 50%;
}
#content .col01 {
float:left;
width:400px;
font-size:13px;
line-height:15px;
}

/*
#content .col01 h3 {
font-size:24px;
line-height:28px;
font-weight:normal;
font-family: Times New Roman, Times, Georgia, serif;
margin:0;
padding:0 0 10px;
background:url(../images/line.gif) repeat-x bottom;
}
*/
#content .cat-title {
font-size:22px;
line-height:28px;
font-weight:normal;
font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
color:#F63003;
margin:0 0 20px;
padding:0 0 10px;
background:url(../images/line.gif) repeat-x bottom;
}
#content .col01 h4 {
font-size:18px;
line-height:22px;
font-weight:normal;
font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
margin:0;
padding:0 0 16px;
background:url(../images/line.gif) repeat-x bottom;
}
#content .col01 h3 a {
color:#000;
text-decoration:none;
}
#content .col01 h3 a:hover {
background-color:#f4f0db;
}
#content .col01 .post {
padding-bottom:30px;
}
#content .col01 .thumbnail {
float:right;
margin:10px 0 10px 10px;
}
#content .col01 .meta {
font-size:11px;
text-align:right;
background:url(../images/line.gif) repeat-x;
padding-top:8px;
}
#content .col01 .post-inner {
position:relative;
}
#content .col01 .post-inner .date-tab {
position:absolute;
top:-20px;
left:-95px;
height:64px;
width:83px;
background:url(../images/date-tab.gif) no-repeat;

}
#content .col01 .thumbnail {
float:right;
margin:12px 0 12px 12px;
}
.month {
text-align:right;
display:block;
padding:6px 16px 6px 0;
font-size:11px;
}
.day {
text-align:right;
display:block;
padding:6px 16px 2px 0;
font-size:18px;
font-weight:bold;
}
/*
#content .col01 .post-inner a {
color:#000;
position:relative;
text-decoration:none;
border-bottom:1px solid #868585;
background:#f4f0db;
}
#content .col01 .post-inner a:hover {
color:#000;
text-decoration:none;
border-bottom:1px solid #000;
background:#fffbc1;
}
*/
#content .col01 .meta a {
color:#000;
text-decoration:none;
border-bottom:1px solid #868585;
}
#content .col01 .meta a:hover {
color:#000;
text-decoration:none;
border-style:none;
}
.side-columns {
float:right;
width:452px;
font-size:22px;
line-height:18px;
}
/* column 2 */

#content .col02 {
float:left;
width:210px;
font-size:11px;
line-height:16px;
}
#content .col02 .pages {
width:212px;
background:url(../images/pages-back.gif) repeat-y;
}
#content .col02 .pages ul {
padding:0;
margin:0;
}
#content .col02 .pages ul li {
font-size:11px;
line-height:18px;
list-style:none;
padding:0;
margin:0;
}
#content .col02 .pages-bottom {
width:188px;
height:62px;
background:url(../images/pages-bottom.gif) no-repeat left bottom;
padding:12px 12px 0;
font-size:11px;
text-align:right;
}
#content .col02 .pages ul li .listMeta {
font-size:10px;
}
#content .col02 .pages ul li a {
color:#21565E;
border-top:1px solid #FFE5BE;
display:block;
width:170px;
margin:0 auto;
padding:4px 0 4px 25px;
background:url(../images/bullet-postit.gif) no-repeat 5px 8px;
}
#content .col02 .pages ul li a:hover {
text-decoration:none;
color:#000;
background:url(../images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}

#content .col02 .categories-upper {
height:86px;
background:url(../images/categories-upper.gif) no-repeat;
}
#content .col02 .categories {
background: url(../images/categories-back.gif) repeat-y;
}
#content .col02 .categories ul {
margin:0;
padding:0;
}
#content .col02 .categories ul li {
font-size:11px;
line-height:18px;
list-style:none;
}
#content .col02 .categories ul li a {
color:#21565E;
margin:0 auto;
display:block;
width:170px;
padding:4px 0 4px 25px;
background:url(../images/bullet-note.gif) no-repeat 5px 8px;
}
#content .col02 .categories ul li a:hover {
text-decoration:none;
color:#000;
background:url(../images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}
#content .col02 .categories-btm {
height:68px;
background:url(../images/categories-btm.gif) no-repeat;
}

/* column 3 */

#content .col03 {
float:right;
width:223px;
font-size:13px;
line-height:16px;
padding:0 0 0 10px;
}
#content .col03 .recent-posts {
width:212px;
background:url(../images/postitBack.gif) repeat-y;
}
#content .col03 .recent-posts ul {
padding:0;
margin:0;
}
#content .col03 .recent-posts ul li {
font-size:11px;
line-height:18px;
list-style:none;
padding:0;
margin:0;
}
#content .col03 .recent-posts ul li .listMeta {
font-size:10px;
}
#content .col03 .recent-posts ul li a {
color:#21565E;
border-top:1px solid #ffffbe;
display:block;
width:170px;
margin:0 auto;
padding:4px 0 4px 25px;
background:url(../images/bullet-postit.gif) no-repeat 5px 8px;
}
#content .col03 .recent-posts ul li a:hover {
text-decoration:none;
color:#000;
background:url(../images/bullet-postit-on.gif) no-repeat 5px 8px #ff5092;
}
#content .col03 .postit-bottom {
width:188px;
height:62px;
background:url(../images/postit-bottom.gif) no-repeat;
padding:12px 12px 0;
font-size:11px;
text-align:right;
}
#content .col03 .postit-bottom a {
color:#21565E;
}
#content .col03 .postit-bottom a:hover {
color:#21565E;
text-decoration:none;
}
/*
#content .col03 .about-box {
background:url(../images/txt-what.gif) no-repeat 10px 5px;
padding:30px 10px 20px;
font-family: Times New Roman, Times, Georgia, serif;
font-size:12px;
line-height:18px;
}

#content .col03 .links {
background:url(../images/txt-friends-links.gif) no-repeat 50% 8px;
padding:30px 10px 20px;
}
#content .col03 .links ul {
margin:0;
padding:0;
}
#content .col03 .links ul li {
font-size:11px;
line-height:18px;
list-style:none;
background:url(../images/line-inner.gif) no-repeat bottom;
}
#content .col03 .links ul li a {
color:#21565E;
margin:0 auto;
display:block;
width:186px;
padding:3px 0;
}
#content .col03 .links ul li a:hover {
text-decoration:none;
color:#000;
}
*/
#content .col03 .side-meta {
background:url(../images/txt-misc-debris.gif) no-repeat top right;
padding:10px 20px 20px;
}
#content .col03 .side-meta ul {
margin:0;
padding:0;
}
#content .col03 .side-meta ul li {
font-size:10px;
line-height:14px;
list-style:none;
}
#content .col03 .side-meta ul li a {
color:#21565E;
margin:0 auto;
display:block;
width:186px;
padding:3px 0;
}
#content .col03 .side-meta ul li a:hover {
text-decoration:none;
color:#000;
}


/* dynamic sidebar */

#content .widget {
display:block;
padding:10px 20px;
background:url(../images/dynamic-back.jpg) repeat-y;
border:1px solid #d4d4d4;
}

/* image handling */

img.centered {
display: block;
margin-left: auto;
margin-right: auto;
}

img.alignright {
padding: 4px;
margin: 0 0 2px 7px;
display: inline;
}

img.alignleft {
padding: 4px;
margin: 0 7px 2px 0;
display: inline;
}

.alignright {
float: right;
}

.alignleft {
float: left
}


/* footer */

#footer-holder1 {
width:960px;
margin:0 auto;
position:relative;
background:url(../images/footer1.jpg) no-repeat;
min-height:290px;
}

#footer-holder {
width:960px;
margin:0 auto;
position:relative;
background:url(../images/footer.jpg) no-repeat;
min-height:290px;
}


#footer-holder .footer, #footer-holder1 .footer {
float:right;
width:520px;
font-size:11px;
padding:36px 110px 0 0;
line-height:16px;
color:#000;
height:60px;
overflow:hidden;
}
#footer-holder .footer a, #footer-holder1 .footer a {
color:#000;
}
#footer-holder .footer a:hover, #footer-holder1 .footer a:hover {
color:#000;
text-decoration:none;
}


#footer-holder .smashing a, #footer-holder1 .smashing a {
width:32px;
height:32px;
position:absolute;
top:35px;
left:869px;
font-size:11px;
text-indent:-400px;
z-index:102;
overflow:hidden;
background:url(../images/logo-smashing.gif) no-repeat 0 0;
}
#footer-holder .smashing a:hover, #footer-holder1 .smashing a:hover {
background:url(../images/logo-smashing.gif) no-repeat 0 -32px;
}


#footer-holder .rss a, #footer-holder1 .rss a {
width:49px;
height:51px;
position:absolute;
top:58px;
left:273px;
font-size:11px;
text-indent:-400px;
z-index:103;
overflow:hidden;
background:url(../images/icon-rss.gif) no-repeat 0 0;
}
#footer-holder .rss a:hover, #footer-holder1 .rss a:hover {
background:url(../images/icon-rss.gif) no-repeat 0 -51px;
}


#footer-holder .evaneckard a, #footer-holder1 .evaneckard a {
width:37px;
height:37px;
position:absolute;
top:74px;
left:867px;
font-size:11px;
text-indent:-400px;
z-index:102;
overflow:hidden;
background:url(../images/icon-evaneckard.gif) no-repeat 0 0;
}
#footer-holder .evaneckard a:hover, #footer-holder1 .evaneckard a:hover {
background:url(../images/icon-evaneckard.gif) no-repeat 0 -37px;
}


/* next previous */
/*
.previous a {
float:left;
width:93px;
height:33px;
text-indent:-400px;
background:url(../images/link-older.gif) no-repeat 0 0;
overflow:hidden;
}
.previous a:hover {
background:url(../images/link-older.gif) no-repeat 0 -33px;
}
.next a {
float:right;
width:93px;
height:33px;
text-indent:-400px;
background:url(../images/link-newer.gif) no-repeat 0 0;
overflow:hidden;
}
.next a:hover {
background:url(../images/link-newer.gif) no-repeat 0 -33px;
}
*/

/* comment styles */
/*
.comments, .name, .email, .website, .txt-email-sub, .txt-website-example {
display:block;
text-indent:-800px;
font-size:10px;
overflow:hidden;
margin:0;
padding:0;
}
.comments {
height:27px;
background:url(../images/txt-your-comment.gif) no-repeat;
}
.avatar {
float:left;
clear:left;
}
.comment-txt {
width:350px;
float:right;
clear:right;
}
.name, .email, .website {
width:80px;
float:left;
margin-right:12px;
clear:left;
}
.name {
height:30px;
background:url(../images/txt-name.gif) no-repeat top right;
}
.email {
height:30px;
background:url(../images/txt-email.gif) no-repeat top right;
}
.website {
height:30px;
background:url(../images/txt-website.gif) no-repeat top right;
}
.txt-email-sub {
height:20px;
background:url(../images/txt-email-sub.gif) no-repeat 90px 0;
clear:both;
}
.txt-website-example {
height:20px;
background:url(../images/txt-site-example.gif) no-repeat 90px 0;
clear:both;
}
/*
#commentform {
padding:0;
margin:0;
}
#commentform .comment-field {
border:1px solid #939393;
width:290px;
margin:0;
padding:3px;
font-family: Georgia, Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
background:#fff;
float:left;
}
#commentform .comment-box {
border:1px solid #939393;
width:380px;
margin:0 0 10px;
padding:3px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:12px;
background:#fff;
}
#commentform .btnComment {
border:1px solid #fff;
color:#fff;
margin:0;
padding:2px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size:14px;
background:url(../images/btn-back.gif) transparent;
float:left;
clear:left;
}
*/

/* comment list */
/*
.commentlist {
margin:20px 0;
padding:0;
}
.commentlist li {
padding:12px 0;
background:url(../images/line-inner.gif) no-repeat bottom;
font-size:12px;
line-height:20px;
list-style:none;
}
.commentlist li a {
color:#000;
position:relative;
text-decoration:none;
border-bottom:1px solid #868585;
background:#f4f0db;
}
.commentlist li a:hover {
color:#000;
text-decoration:none;
border-bottom:1px solid #000;
background:#fffbc1;
}
.commentdate {
display:block;
padding:0 0 6px;
font-size:10px;
}
.commentlist li cite {
font-weight:bold;
font-style:normal;
}
*/

Подскажите, пожалуйста
Tat'jna вне форума   Ответить с цитированием

Старый 04.10.2012, 18:21
Helpmaster
Member
 
Аватар для Helpmaster
 
Регистрация: 08.03.2016
Сообщений: 0

Просмотр похожих постов всегда хорошо помогает в решении проблем

Как сделать разлинованную таблицу средствами CSS?
Помогите сделать колонку к телефону
Как сделать колонку для мр3 плеера?
Помогите с платой. Можно ли сделать колонку?
Помогите сделать одну процедуру
Помогите сделать колонку

Старый 04.10.2012, 21:04   #2 (permalink)
usmfed
Member
 
Регистрация: 26.01.2012
Сообщений: 1,292
Сказал(а) спасибо: 0
Поблагодарили 7 раз(а) в 2 сообщениях
Репутация: 6690
По умолчанию

Вы дали таблицу стилей, а где шаблон страницы?
usmfed вне форума   Ответить с цитированием
Старый 04.10.2012, 21:18   #3 (permalink)
Tat'jna
Новичок
 
Регистрация: 04.10.2012
Сообщений: 9
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 10
По умолчанию

Цитата:
Сообщение от usmfed Посмотреть сообщение
Вы дали таблицу стилей, а где шаблон страницы?
<head> <link href="//fonts.googleapis.com/css?family=Reenie+Beanie:regular&subset=latin" rel="stylesheet" type="text/css" >
<base href="http://nazadvdetstvo.ru/mother.html" />
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="robots" content="index, follow" />
<meta name="keywords" content="тематические дни и недели, развитие детей дома, развитие основных мыслительных процессов, занятия с ребенком дома, раннее развитие ребенка, раннее развитие детей, материалы для игр, материалы для занятий с ребенком, транспорт, птицы, домашние животные, дом, семья, природа, погода, окружающий мир" />
<meta name="description" content="тематические дни и недели, развитие детей дома, развитие основных мыслительных процессов, занятия с ребенком дома" />
<meta name="generator" content="Joomla! 1.5 - Open Source Content Management" />
<title>Вместе с детьми</title>
<link href="/mother.feed?type=rss" rel="alternate" type="application/rss+xml" title="RSS 2.0" />
<link href="/mother.feed?type=atom" rel="alternate" type="application/atom+xml" title="Atom 1.0" />
<link href="/templates/jnotepad_chaos/favicon.ico" rel="shortcut icon" type="image/x-icon" />
<link rel="stylesheet" href="/media/system/css/modal.css" type="text/css" />
<link rel="stylesheet" href="/components/com_k2/css/k2.css" type="text/css" />
<link rel="stylesheet" href="/components/com_jcomments/tpl/default/style.css?v=21" type="text/css" />
<link rel="stylesheet" href="/plugins/content/attachments1.css" type="text/css" />
Tat'jna вне форума   Ответить с цитированием
Старый 04.10.2012, 21:19   #4 (permalink)
Tat'jna
Новичок
 
Регистрация: 04.10.2012
Сообщений: 9
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 10
По умолчанию

<link rel="stylesheet" href="/modules/mod_vvisit_counter/css/mod_vvisit_counter.css" type="text/css" />
<link rel="stylesheet" href="http://nazadvdetstvo.ru/modules/mod_jmlogin/mod_jmlogin.css.php" type="text/css" />
<link rel="stylesheet" href="http://nazadvdetstvo.ru/modules/mod_jmlogin/styles/vertical/red/style.css" type="text/css" />
<script type="text/javascript" src="/media/system/js/mootools.js"></script>
<script type="text/javascript" src="/media/system/js/modal.js"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
<script type="text/javascript" src="/components/com_k2/js/k2.js"></script>
<script type="text/javascript" src="/media/system/js/caption.js"></script>
<script type="text/javascript" src="/plugins/content/rusbuttons/odkl_share.js"></script>
<script type="text/javascript" src="/plugins/content/attachments_refresh.js"></script>
<script type="text/javascript">

window.addEvent('domready', function() {

SqueezeBox.initialize({});

$$('a.modal').each(function(el) {
el.addEvent('click', function(e) {
new Event(e).stop();
SqueezeBox.fromElement(el);
});
});
});
var K2SitePath = '/';
</script>


<link rel="stylesheet" href="/templates/jnotepad_chaos/css/template.css" type="text/css" />
<link rel="stylesheet" href="/templates/jnotepad_chaos/css/style.css" type="text/css" />
<!--
<link rel="shortcut icon" href="/favicon.ico" >
-->
<link rel="icon" type="image/gif" href="/templates/jnotepad_chaos/animated_favicon.gif" >


</head>
<body>


<div id="outer1">
<div id="container">
<div id="search">
<div class="moduletable">
<form action="index.php" method="post">
<div class="search">
<input type="image" value="Поиск" class="button" src="/images/M_images/searchButton.gif" onclick="this.form.searchword.focus();"/><br /><input name="searchword" id="mod_search_searchword" maxlength="50" alt="Поиск" class="inputbox" type="text" size="50" value="поиск..." onblur="if(this.value=='') this.value='поиск...';" onfocus="if(this.value=='поиск...') this.value='';" /> </div>
<input type="hidden" name="task" value="search" />
<input type="hidden" name="option" value="com_search" />
<input type="hidden" name="Itemid" value="14" />
</form> </div>
<div class="moduletable">

<script type="text/javascript" src="http://nazadvdetstvo.ru//modules/mod_ulti_clocks/javascript/swfobject.js"></script>
<div id="mod_ulti_clocks">
Ulti Clocks content
</div>

<script type="text/javascript">
var flashvars={};
var params = {
wmode: "transparent"
};
var attributes = {};
swfobject.embedSWF("http://nazadvdetstvo.ru//modules/mod_ulti_clocks/clocks/clock20.swf",
"mod_ulti_clocks","160","160","8",
false, flashvars, params, attributes);

</script> </div>

</div>
<div id="title">
<h2><a href="http://nazadvdetstvo.ru/">Назад в детство!</a></h2>
вместе с ребенком</div>
</div>
<div id="content">
<div class="col01">
<div class="componentheading">
Вместе с детьми</div>
<table class="blog" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<div>

<div class="articolo">
<div class="header">
<!--
<div class="calendario">
<div class="mese"><strong></strong></div>
<div class="giorno">03</div>
</div>
-->
<div class="informazioni">
<div class="titolo contentheading">
<div class="wrap">
<a href="/mother/7-child-/57-ocean.html" class="contentpagetitle">
Желейный океан </a>
</div>
</div>
<div class="dettagli">
<span class="categoria">
<a href="/mother/7-child-.html"> Вместе с детьми </a> </span>
<span class="modificato">
03 Октября 2012 </span>
<span class="icone">
<a href="/mother/7-child-/57-ocean.pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/pdf_button.png" alt="PDF" /></a> <a href="/mother/7-child-/57-ocean.html?tmpl=component&amp;print=1&amp;layout=d efault&amp;page=" title="Печать" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/printButton.png" alt="Печать" /></a> <a href="/component/mailto/?tmpl=component&amp;link=0247c638916fabdd40c033488 63d34ad3cd937bf" title="E-mail" onclick="window.open(this.href,'win2','width=400,h eight=350,menubar=yes,resizable=yes'); return false;"><img src="/images/M_images/emailButton.png" alt="E-mail" /></a> </span>
</div>
</div>
</div>
<div class="middle contentpaneopen ">
<p style="text-indent: 12px; line-height: 150%; margin-top: 0; margin-bottom: 0"><span style="font-family: comic sans ms,sans-serif;"><span style="font-size: medium;">Хочу поделиться с вами идеей, которую я нашла на просторах интернета. </span></span></p>
<!--LiveInternet counter-->
<p><span style="font-family: comic sans ms,sans-serif;"><span style="font-size: medium;">
<script type="text/javascript">// <![CDATA[
document.write("<a href="http://www.liveinternet.ru/click" mce_href="http://www.liveinternet.ru/click" "+
"target=_blank><img src="//counter.yadro.ru/hit?t52.6;r"+
escape(document.referrer)+((typeof(screen)=="undef ined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.co lorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape( document.URL)+
";"+Math.random()+
"" mce_src="http://counter.yadro.ru/hit?t52.6;r&quot;+
escape(document.referrer)+((typeof(screen)==&quot; undefined&quot?&quot;&quot;:
&quot;;s&quot;+screen.width+&quot;*&quot;+screen.h eight+&quot;*&quot;+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+&quot;;u&quo t;+escape(document.URL)+
&quot;;&quot;+Math.random()+
&quot;" alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'><\/a>")
// ]]></script>
</span></span></p>
<!--/LiveInternet-->
<p style="text-indent: 12px; line-height: 150%; margin-top: 0px; margin-bottom: 0px;"><span style="font-family: comic sans ms,sans-serif;"><span style="font-size: medium;"> Будем заниматься развитием мелкой моторики, используя сенсорные игры. </span></span></p>
<p style="text-indent: 12px; line-height: 150%; margin-top: 0px; margin-bottom: 0px;"><span style="font-family: comic sans ms,sans-serif;"><span style="font-size: medium;"> Сегодня возьмем желе. </span></span></p>
<div class="jcomments-links"><a class="readmore-link" href="/mother/7-child-/57-ocean.html" title="Желейный океан">Подробнее...</a> <a class="comments-link" href="/mother/7-child-/57-ocean.html#addcomment" title="Добавить комментарий">Добавить комментарий</a> </div>
</div>
<div class="footer">
</div>
</div>

<span class="article_separator">&nbsp;</span>
</div>
</td>
</tr>

<tr>
<td valign="top">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" width="50%" class="article_column">

<div class="articolo">
<div class="header">
<!--
<div class="calendario">
<div class="mese"><strong></strong></div>
<div class="giorno">03</div>
</div>
-->
<div class="informazioni">
<div class="titolo contentheading">
<div class="wrap">
<a href="/mother/7-child-/56-loto.html" class="contentpagetitle">
Геометрическое лото </a>
</div>
</div>
<div class="dettagli">
<span class="categoria">
<a href="/mother/7-child-.html"> Вместе с детьми </a> </span>
<span class="modificato">
03 Октября 2012 </span>
<span class="icone">
<a href="/mother/7-child-/56-loto.pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/pdf_button.png" alt="PDF" /></a> <a href="/mother/7-child-/56-loto.html?tmpl=component&amp;print=1&amp;layout=de fault&amp;page=" title="Печать" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/printButton.png" alt="Печать" /></a> <a href="/component/mailto/?tmpl=component&amp;link=1eb789b8ab2967109c182a3c6 7d32b528d88f0d7" title="E-mail" onclick="window.open(this.href,'win2','width=400,h eight=350,menubar=yes,resizable=yes'); return false;"><img src="/images/M_images/emailButton.png" alt="E-mail" /></a> </span>
</div>
</div>
</div>
Tat'jna вне форума   Ответить с цитированием
Старый 04.10.2012, 21:20   #5 (permalink)
Tat'jna
Новичок
 
Регистрация: 04.10.2012
Сообщений: 9
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 10
По умолчанию

<div class="middle contentpaneopen ">
<p style="text-align: justify;"><span style="font-family: comic sans ms,sans-serif;"><span style="font-size: medium;">Изучение геометрических фигур, изучение цвета, развитие логики, развитие внимания, развитие мышления, развитие наблюдательности - все это можно совместить в одной очень увлекательной игре. <br />Игра эта называется геометрическое лото - ну это я так ее называю. Может, вы знаете ее настоящее название, поделитесь со мной тогда, буду признательна.
<div class="jcomments-links"><a class="readmore-link" href="/mother/7-child-/56-loto.html" title="Геометрическое лото">Подробнее...</a> <a class="comments-link" href="/mother/7-child-/56-loto.html#addcomment" title="Добавить комментарий">Добавить комментарий</a> </div>
</div>
<div class="footer">
</div>
</div>

<span class="article_separator">&nbsp;</span>

<div class="articolo">
<div class="header">
<!--
<div class="calendario">
<div class="mese"><strong></strong></div>
<div class="giorno">24</div>
</div>
-->
<div class="informazioni">
<div class="titolo contentheading">
<div class="wrap">
<a href="/mother/7-child-/55-balls.html" class="contentpagetitle">
Волшебные шарики </a>
</div>
</div>
<div class="dettagli">
<span class="categoria">
<a href="/mother/7-child-.html"> Вместе с детьми </a> </span>
<span class="modificato">
24 Сентября 2012 </span>
<span class="icone">
<a href="/mother/7-child-/55-balls.pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/pdf_button.png" alt="PDF" /></a> <a href="/mother/7-child-/55-balls.html?tmpl=component&amp;print=1&amp;layout=d efault&amp;page=" title="Печать" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/printButton.png" alt="Печать" /></a> <a href="/component/mailto/?tmpl=component&amp;link=0742df906271209c709c68a10 3106a0887f5e074" title="E-mail" onclick="window.open(this.href,'win2','width=400,h eight=350,menubar=yes,resizable=yes'); return false;"><img src="/images/M_images/emailButton.png" alt="E-mail" /></a> </span>
</div>
</div>
</div>
<div class="middle contentpaneopen ">
<p style="text-indent: 10px; margin-top: 0; margin-bottom: 0"><span style="font-size: medium; font-family:comic sans ms,sans-serif">Хочется опять затронуть тему развития мелкой моторики ребенка. Так вот есть одно увлекательное занятие, которое невероятно благоприятно в этом нелегком труде.</span></p>
<p style="text-indent: 10px; margin-top: 0; margin-bottom: 0"><span style="font-size: medium; font-family:comic sans ms,sans-serif">Знакомьтесь, гидрогель или аквагрунт</span></p>
<p style="text-indent: 10px; margin-top: 0; margin-bottom: 0"><span style="font-size: medium; font-family:comic sans ms,sans-serif"><img src="/images/stories/desktop.jpg" border="0" width="408" height="326" /><br /></span></p>
<p style="text-indent: 10px; margin-top: 0; margin-bottom: 0"> </p>
<div class="jcomments-links"><a class="readmore-link" href="/mother/7-child-/55-balls.html" title="Волшебные шарики">Подробнее...</a> <a class="comments-link" href="/mother/7-child-/55-balls.html#addcomment" title="Добавить комментарий">Добавить комментарий</a> </div>
</div>
<div class="footer">
</div>
</div>

<span class="article_separator">&nbsp;</span>
</td>
<td valign="top" width="50%" class="article_column column_separator">

<div class="articolo">
<div class="header">
<!--
<div class="calendario">
<div class="mese"><strong></strong></div>
<div class="giorno">31</div>
</div>
-->
<div class="informazioni">
<div class="titolo contentheading">
<div class="wrap">
<a href="/mother/7-child-/53-prishepki.html" class="contentpagetitle">
Игры с прищепками </a>
</div>
</div>
<div class="dettagli">
<span class="categoria">
<a href="/mother/7-child-.html"> Вместе с детьми </a> </span>
<span class="modificato">
31 Августа 2012 </span>
<span class="icone">
<a href="/mother/7-child-/53-prishepki.pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/pdf_button.png" alt="PDF" /></a> <a href="/mother/7-child-/53-prishepki.html?tmpl=component&amp;print=1&amp;layo ut=default&amp;page=" title="Печать" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/printButton.png" alt="Печать" /></a> <a href="/component/mailto/?tmpl=component&amp;link=2bfdd696389541948a2f66a7e 3c9538367655449" title="E-mail" onclick="window.open(this.href,'win2','width=400,h eight=350,menubar=yes,resizable=yes'); return false;"><img src="/images/M_images/emailButton.png" alt="E-mail" /></a> </span>
</div>
</div>
</div>
<div class="middle contentpaneopen ">
<!--LiveInternet counter-->
<script type="text/javascript">// <![CDATA[
document.write("<a href="http://www.liveinternet.ru/click" mce_href="http://www.liveinternet.ru/click" "+
"target=_blank><img src="//counter.yadro.ru/hit?t52.6;r"+
escape(document.referrer)+((typeof(screen)=="undef ined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.co lorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape( document.URL)+
";"+Math.random()+
"" mce_src="http://counter.yadro.ru/hit?t52.6;r&quot;+
escape(document.referrer)+((typeof(screen)==&quot; undefined&quot?&quot;&quot;:
&quot;;s&quot;+screen.width+&quot;*&quot;+screen.h eight+&quot;*&quot;+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+&quot;;u&quo t;+escape(document.URL)+
&quot;;&quot;+Math.random()+
&quot;" alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'><\/a>")
// ]]></script>
<!--/LiveInternet-->
<p style="text-indent: 14px; margin-top: 0px;"><span style="font-size: medium;"><span style="font-family: comic sans ms,sans-serif;">Маленькие детки очень любят предметы быта, которые мы, взрослые, используем каждый день. </span></span></p>
<p style="text-indent: 14px; margin-top: 0px;"><span style="font-size: medium;"><span style="font-family: comic sans ms,sans-serif;">Я предлагаю вам игры с прищепками. Лучше, если они будут разноцветные, и несколько прищепок каждого цвета.</span></span></p>
<div class="jcomments-links"><a class="readmore-link" href="/mother/7-child-/53-prishepki.html" title="Игры с прищепками">Подробнее...</a> <a class="comments-link" href="/mother/7-child-/53-prishepki.html#addcomment" title="Добавить комментарий">Добавить комментарий</a> </div>
</div>
<div class="footer">
</div>
</div>

<span class="article_separator">&nbsp;</span>

<div class="articolo">
<div class="header">
<!--
<div class="calendario">
<div class="mese"><strong></strong></div>
<div class="giorno">30</div>
</div>
-->
<div class="informazioni">
<div class="titolo contentheading">
<div class="wrap">
<a href="/mother/7-child-/52-painter.html" class="contentpagetitle">
рисуем вместе </a>
</div>
</div>
<div class="dettagli">
<span class="categoria">
<a href="/mother/7-child-.html"> Вместе с детьми </a> </span>
<span class="icone">
<a href="/mother/7-child-/52-painter.pdf" title="PDF" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/pdf_button.png" alt="PDF" /></a> <a href="/mother/7-child-/52-painter.html?tmpl=component&amp;print=1&amp;layout =default&amp;page=" title="Печать" onclick="window.open(this.href,'win2','status=no,t oolbar=no,scrollbars=yes,titlebar=no,menubar=no,re sizable=yes,width=640,height=480,directories=no,lo cation=no'); return false;" rel="nofollow"><img src="/images/M_images/printButton.png" alt="Печать" /></a> <a href="/component/mailto/?tmpl=component&amp;link=a113784b59df7a86a1a7ebe83 d8ab1c39c0c8e9b" title="E-mail" onclick="window.open(this.href,'win2','width=400,h eight=350,menubar=yes,resizable=yes'); return false;"><img src="/images/M_images/emailButton.png" alt="E-mail" /></a> </span>
</div>
</div>
</div>
<div class="middle contentpaneopen ">
<!--LiveInternet counter-->
<script type="text/javascript">// <![CDATA[
document.write("<a href="http://www.liveinternet.ru/click" mce_href="http://www.liveinternet.ru/click" "+
"target=_blank><img src="//counter.yadro.ru/hit?t52.6;r"+
escape(document.referrer)+((typeof(screen)=="undef ined")?"":
";s"+screen.width+"*"+screen.height+"*"+(screen.co lorDepth?
screen.colorDepth:screen.pixelDepth))+";u"+escape( document.URL)+
";"+Math.random()+
"" mce_src="http://counter.yadro.ru/hit?t52.6;r&quot;+
escape(document.referrer)+((typeof(screen)==&quot; undefined&quot?&quot;&quot;:
&quot;;s&quot;+screen.width+&quot;*&quot;+screen.h eight+&quot;*&quot;+(screen.colorDepth?
screen.colorDepth:screen.pixelDepth))+&quot;;u&quo t;+escape(document.URL)+
&quot;;&quot;+Math.random()+
&quot;" alt='' title='LiveInternet: показано число просмотров и"+
" посетителей за 24 часа' "+
"border='0' width='88' height='31'><\/a>")
// ]]></script>
<!--/LiveInternet-->
<p style="text-indent: 15px;"><span style="font-size: medium;"><span style="font-family: comic sans ms,sans-serif;">На первый взгляд рисование с ребенком - дело очень увлекательное и интересное, но когда тебе в сто тысячный раз говорят: "Мама, нарисуй мне рыбку!" невольно начинаешь уставать и раздражаться. Вот несколько вариантов, чтобы разнообразить ваше совместное творчество
<div class="jcomments-links"><a class="readmore-link" href="/mother/7-child-/52-painter.html" title="рисуем вместе">Подробнее...</a> <a class="comments-link" href="/mother/7-child-/52-painter.html#addcomment" title="Добавить комментарий">Добавить комментарий</a> </div>
</div>
<div class="footer">
</div>
</div>
Tat'jna вне форума   Ответить с цитированием
Ads

Яндекс

Member
 
Регистрация: 31.10.2006
Сообщений: 40200
Записей в дневнике: 0
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 55070
Старый 04.10.2012, 21:21   #6 (permalink)
Tat'jna
Новичок
 
Регистрация: 04.10.2012
Сообщений: 9
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 10
По умолчанию

<span class="article_separator">&nbsp;</span>
</td>

</tr>
</table>
</td>
</tr>
<tr>
<td valign="top">
<div class="blog_more">
<div>
<strong>Еще статьи...</strong>
</div>
<ul>
<li>
<a class="blogsection" href="/mother/7-child-/51-stesto.html">
Отпечатки на соленом тесте</a>
</li>
<li>
<a class="blogsection" href="/mother/7-child-/50-manka.html">
А вы любите манку?</a>
</li>
<li>
<a class="blogsection" href="/mother/7-child-/49-wash.html">
Салфетка-губка или игрушки для ванной</a>
</li>
<li>
<a class="blogsection" href="/mother/7-child-/46-pazzle.html">
Пазлы для детей. Когда начинать?</a>
</li>
</ul>
</div>
</td>
</tr>

<tr>
<td valign="top" align="center">
<div id="risultati">
<span id="risultati-l">
<span id="risultati-r">
&lt;&lt; <span class="pagenav">Первая</span> &lt; <span class="pagenav">Предыдущая</span> <span class="pagenav">1</span> <a title="2" href="/mother.html?start=9" class="pagenav">2</a> <a title="Следующая" href="/mother.html?start=9" class="pagenav">Следующая</a> &gt; <a title="Последняя" href="/mother.html?start=9" class="pagenav">Последняя</a> &gt;&gt; </span>
</span>
</div>
</td>
</tr>
<tr>
<td valign="top" align="center">
<span id="pagine">
Страница 1 из 2 </span>
</td>
</tr>
</table>

</div>
<div class="side-columns">
<div class="col02">
<div class="pages">
<div class="moduletable_menu">
<h3>Главное меню</h3>
<ul class="menu"><li class="item1"><a href="http://nazadvdetstvo.ru/"><span>Главная</span></a></li><li class="item26"><a href="/map.html"><span>Карта сайта</span></a></li><li class="item17"><a href="/vopros.html"><span>Обратная связь</span></a></li></ul> </div>
<div class="moduletable">
<h3>Рубрики</h3>
<ul class="menu"><li class="item11"><a href="/tmweeks.html"><span>Тематические недели</span></a></li><li id="current" class="active item14"><a href="/mother.html"><span>Время с ребенком</span></a></li><li class="item25"><a href="/books.html"><span>Книги</span></a></li></ul> </div>

</div>
<div class="pages-bottom"></div>
<div class="categories-upper"></div>
<div class="categories">
<div class="moduletable">
<p align="center"><span style="font-size: small;"><span style="font-family: comic sans ms,sans-serif;"><span lang="ru">Скачивайте книгу </span></span></span></p>
<p align="center"><span style="font-size: small;"><span style="font-family: comic sans ms,sans-serif;"><span lang="ru">"Кто гуляет по двору?"</span></span></span></p>
<p align="center"><span style="font-size: small;"><span style="font-family: comic sans ms,sans-serif;"><span lang="ru">занимайтесь с удовольствием!</span></span></span></p>
<p align="center"><span style="font-size: small;"><a href="http://narod.ru/disk/51445753001.06413e7c856c68934184c7175c4ba8f3/%D0%9A%D1%82%D0%BE%20%D0%B3%D1%83%D0%BB%D1%8F%D0%B 5%D1%82%20%D0%BF%D0%BE%20%D0%B4%D0%B2%D0%BE%D1%80% D1%83.exe.html">Забирайте книгу от сюдаl </a></span></p>
<p align="center"><span style="font-size: small;"><span style="font-family: comic sans ms,sans-serif;"><span lang="ru">Подробнее о книге </span></span></span></p>
<p align="center"><span style="font-size: small;"><span style="font-family: comic sans ms,sans-serif;"><span lang="ru"> <a href="/books/13-mb/41-book.html">Читайте здесь!</a></span></span></span></p>
<p align="center"><img src="/images/stories/bmi.jpg" border="0" width="117" height="141" /></p> </div>

</div>
<div class="categories-btm"></div>
</div>
<div class="col03">
<div class="recent-posts">
<div class="moduletable">
<h3>Регистрация/Вход</h3>

<form action="/mother.html" method="post" name="login">

<span class="vertical" style="display: block;">
<span class="jm-login">



<span class="login">

Все материалы доступны для скачивания после регистрации
<span class="username">

<input type="text" name="username" size="18" alt="Логин" value="Логин" onblur="if(this.value=='') this.value='Логин';" onfocus="if(this.value=='Логин') this.value='';" />

</span>

<span class="password">

<input type="password" name="passwd" size="10" alt="Пароль" value="Пароль" onblur="if(this.value=='') this.value='Пароль';" onfocus="if(this.value=='Пароль') this.value='';" />

</span>

<input type="hidden" name="remember" value="yes" />

<span class="login-button-icon">
<button value="" name="Submit" type="submit" title="Login"></button>
</span>

<span class="lostpassword">
<a href="/component/user/reset.html">Forgot your password?</a>
</span>

<span class="lostusername">
<a href="/component/user/remind.html">Forgot your username?</a>
</span>

<span class="registration">
<a href="/component/user/?task=register">Create an account</a>
</span>


<input type="hidden" name="option" value="com_user" />
<input type="hidden" name="task" value="login" />
<input type="hidden" name="return" value="L21hcC5odG1s" />
<input type="hidden" name="7725e1eff5bd6a538a958a78b588b5dc" value="1" />
</span>
</span>
</span>
</form> </div>
<div class="moduletable">
<h3>Последние записи</h3>
<ul class="latestnews">
<li class="latestnews">
<a href="/mother/7-child-/57-ocean.html" class="latestnews">
Желейный океан</a>
</li>
<li class="latestnews">
<a href="/mother/7-child-/56-loto.html" class="latestnews">
Геометрическое лото</a>
</li>
<li class="latestnews">
<a href="/mother/7-child-/55-balls.html" class="latestnews">
Волшебные шарики</a>
</li>
</ul> </div>

</div>
<div class="postit-bottom"></div>
<div class="other-modules">
<div class="moduletable">
<!-- Place this code where you want the badge to render. -->
<p><a href="http://plus.google.com/115855160675747363221?prsrc=3" rel="publisher" style="text-decoration:none;"> <img src="http://ssl.gstatic.com/images/icons/gplus-32.png" border="0" alt="Google+" style="border: 0px none; width: 32px; height: 32px;" /></a></p> </div>

</div>
</div>
<br clear="all" />
</div>
<br clear="all" />
</div>
<div id="footer-holder1">
<div class="footer">
<div class="moduletable">
<!-- Счетчик посещений для Joomla! --><div id="vvisit_counter"><div><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/digit_counter/creampuff/0.png" alt="mod_vvisit_counter" title="Счетчик посещений2.0" /><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/digit_counter/creampuff/9.png" alt="mod_vvisit_counter" title="Счетчик посещений2.0" /><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/digit_counter/creampuff/6.png" alt="mod_vvisit_counter" title="Счетчик посещений2.0" /><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/digit_counter/creampuff/6.png" alt="mod_vvisit_counter" title="Счетчик посещений2.0" /><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/digit_counter/creampuff/1.png" alt="mod_vvisit_counter" title="Счетчик посещений2.0" /></div><div><table cellpadding="0" cellspacing="0" style="width: 60%;"><tbody><tr align="left"><td><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/stats/group/vtoday.png" alt="mod_vvisit_counter" title="2012-10-04" /></td><td>Today</td><td align="right">40</td></tr><tr align="left"><td><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/stats/group/vyesterday.png" alt="mod_vvisit_counter" title="2012-10-03" /></td><td>Yesterday</td><td align="right">79</td></tr><tr align="left"><td><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/stats/group/vweek.png" alt="mod_vvisit_counter" title="2012-10-01 -&gt; 2012-10-04" /></td><td>This week</td><td align="right">274</td></tr><tr align="left"><td><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/stats/group/vlweek.png" alt="mod_vvisit_counter" title="2012-09-24 -&gt; 2012-10-01" /></td><td>Last week</td><td align="right">385</td></tr><tr align="left"><td><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/stats/group/vmonth.png" alt="mod_vvisit_counter" title="2012-10-01 -&gt; 2012-10-04" /></td><td>This month</td><td align="right">274</td></tr><tr align="left"><td><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/stats/group/vlmonth.png" alt="mod_vvisit_counter" title="2012-09-01 -&gt; 2012-10-01" /></td><td>Last month</td><td align="right">1400</td></tr><tr align="left"><td><img src="http://nazadvdetstvo.ru/modules/mod_vvisit_counter/images/stats/group/vall.png" alt="mod_vvisit_counter" title="Since: 2012-04-05" /></td><td>All days</td><td align="right">9661</td></tr></tbody></table></div><div style="font-size:8px;"><a href="http://istroitel.info/" target="_blank" title="Строительство и ремонт">istroitel</a></div></div> </div>
</div>
<span class="evaneckard">
<a href="http://www.evaneckard.com">...</a>
</span>
<span class="smashing">
<a href="http://www.maidirejoomla.it">...</a>
</span>
<span class="rss">
<a href="http://nazadvdetstvo.ru/index.php?format=feed&amp;type=rss">RSS</a>
</span>
</div>
</body>
</html>
Tat'jna вне форума   Ответить с цитированием
Старый 04.10.2012, 21:22   #7 (permalink)
Tat'jna
Новичок
 
Регистрация: 04.10.2012
Сообщений: 9
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 10
По умолчанию

Если я ничего не путаю....
или вот страница сама
Вместе с детьми
Tat'jna вне форума   Ответить с цитированием
Старый 04.10.2012, 21:38   #8 (permalink)
usmfed
Member
 
Регистрация: 26.01.2012
Сообщений: 1,292
Сказал(а) спасибо: 0
Поблагодарили 7 раз(а) в 2 сообщениях
Репутация: 6690
По умолчанию

Если я правильно понял, то эта "узкая" колонка должна быть продолжением первой, и увеличивать страницу вниз?
usmfed вне форума   Ответить с цитированием
Старый 04.10.2012, 22:23   #9 (permalink)
Tat'jna
Новичок
 
Регистрация: 04.10.2012
Сообщений: 9
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 10
По умолчанию

Цитата:
Сообщение от usmfed Посмотреть сообщение
Если я правильно понял, то эта "узкая" колонка должна быть продолжением первой, и увеличивать страницу вниз?
да, правильно поняли. Мне нужно. чтобы ничего не заползало на модули справа
Tat'jna вне форума   Ответить с цитированием
Старый 05.10.2012, 04:46   #10 (permalink)
Hirurg
Системный администратор
 
Аватар для Hirurg
 
Регистрация: 28.08.2010
Сообщений: 2,101
Записей в дневнике: 1
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 2814
По умолчанию

ммм...не понял
а почему нельзя вообще не использовать позицию "left" а только "right"???
Hirurg вне форума   Ответить с цитированием
Ads

Яндекс

Member
 
Регистрация: 31.10.2006
Сообщений: 40200
Записей в дневнике: 0
Сказал(а) спасибо: 0
Поблагодарили 0 раз(а) в 0 сообщениях
Репутация: 55070
Ответ

Опции темы
Опции просмотра

Ваши права в разделе
Вы не можете создавать новые темы
Вы не можете отвечать в темах
Вы не можете прикреплять вложения
Вы не можете редактировать свои сообщения

BB коды Вкл.
Смайлы Вкл.
[IMG] код Выкл.
HTML код Выкл.
Trackbacks are Вкл.
Pingbacks are Вкл.
Refbacks are Выкл.




Часовой пояс GMT +4, время: 11:36.

Powered by vBulletin® Version 6.2.5.
Copyright ©2000 - 2014, Jelsoft Enterprises Ltd.