Модератор форума: Yuri_G |
Сообщество uCoz Мастерская uCoz Дизайн: управление шаблонами CSS: решение вопросов (только таблица стилей) |
CSS: решение вопросов |
Тема для пользователей, которые не в первый раз слышат о CSS Тех кто не знает как задать цвет и размер шрифта с помощью CSS, не знают, что такое класс, просим изучить учебник Существуют отдельные темы по: стилизации выпадающего меню цветовому обозначению групп пользователей (архив) настройке мини чата |
Не рабоатет =( Выглядит php-файл вот так:
Code <div id="post"> формочка </div> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/ie6.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/ie.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/stepcarousel.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/style.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/styleforum.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/superfish.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/ucoz.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/blah-blah.css" /> <?php php код ?> Добавлено (05-Сен-2012, 23:24:59) |
Tarelki_for_you,
Quote (Tarelki_for_you) Не рабоатет Ссылку Всё написанное выше - моё личное мнение и на абсолютную правоту не претендует.
Есть вопросы лично ко мне - пиши сюда: http://likbezz.ru/forum/8 |
http://вашспутник.рф/index/testovaja_stranichka/0-8
// Полный код PHP: Code <div id="searchform"> <form method="post"> <input type="text" name="phone" /> <button type="submit" id="search-submit" class="button" name="btn">Ok</button> </form> </div> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/ie6.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/ie.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/stepcarousel.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/style.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/styleforum.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/superfish.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/css/ucoz.css" /> <link type="text/css" rel="StyleSheet" href="http://вашспутник.рф/blah-blah.css" /> <?php ob_start(); header('Content-type: text/html; charset=utf-8'); $___notjson=1; if(isset($_POST['btn'])) { $phone = (!empty($_POST['phone'])) ? addslashes(stripslashes(strip_tags($_POST['phone']))) : NULL ; if(!empty($phone)) { $mailto = 'test@yandex.ru'; #адрес кому $subj = 'Контактный телефон'; #тема письма $headers = 'Content-type: text/html; charset=utf-8'."\r\n"; #кодировка $headers .= 'From test@yandex.ru'."\r\n"; #адрес от кого echo (mail($mailto,$subj,$phone,$headers)) ? 'Ok!' : 'FY!'; } else echo 'Введите текст!'; } ?> |
Простите, у меня вопрос по поводу CSS, у меня на сайте два правых нижних блока отличаются от других, вот ссылка three-anime.ru, между ними нет пробела как между другими, что можно сделать? Вот мой css
.kefirko {background:#ffad7c; padding:3px; padding-bottom:3px;padding-top:3px;padding-left:3px;padding-right:3px;-webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; } #block_table { width: 200px;padding-bottom:5px;} #blokefa3 {background:url('/img/title.png');height:65px;padding-right:13px;text-align:right;color:#fff;font:normal 9pt Arial;padding-top:9px;} #blokefa2 {background:url('/img/title.png');height:65px;padding-right:13px;text-align:right;color:#fff;font:normal 9pt Arial;padding-top:9px;} #blokefa1 {background:url('/img/title.png');height:65px;padding-right:13px;text-align:right;color:#fff;font:normal 9pt Arial;padding-top:9px;} #blokefa {background:url('/img/title.png');height:65px;padding-right:13px;text-align:right;color:#fff;font:normal 9pt Arial;padding-top:9px;} #blokkefir {background:#ffad7c; background-color: #ffad7c; padding:5px 10px 5px 10px; border-right: 0px;-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px;padding:5px 0px;} #blokkefirright {background:#ffad7c; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px;} #blokefright {background:url('/img/title.png');height:65px;padding-left:13px;text-align:left;color:#fff;font:normal 9pt Arial;padding-top:9px;} #blokefright1 {background:url('/img/title.png');height:65px;padding-left:13px;text-align:left;color:#fff;font:normal 9pt Arial;padding-top:9px;} #blokefright2 {background:url('/img/title.png');height:65px;padding-left:13px;text-align:left;color:#fff;font:normal 9pt Arial;padding-top:9px;} #blokefright3 {background:url('/img/title.png');height:65px;padding-left:13px;text-align:left;color:#fff;font:normal 9pt Arial;padding-top:9px;} /* -------------- */ border-left: 0px; } #block_title { background:url('/img/title.png'); height: 77px; width: 200px; border-left: 0px; border-bottom: 0px solid #b0b0b0; font-family:verdana,arial,helvetica; float:right; font-size:12pt; color:#a23f03; } #block_title2 { background:url('/img/title.png'); height: 77px; width: 200px; border-left: 0px; border-bottom: 0px solid #b0b0b0; font-family:verdana,arial,helvetica; font-size:12pt; color:#a23f03; } #block_content { background-color: #ffad7c; padding:5px 10px 5px 10px; border-right: 0px;-webkit-border-bottom-right-radius: 10px; -moz-border-radius-bottomright: 10px; border-bottom-right-radius: 10px; } #block_content2 { background-color: #ffad7c; padding:5px 10px 5px 10px; border-right: 0px;-webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-left-radius: 10px; } .left{float:left} .right{float:right} #footer {background: #ffb873; height:60px;-webkit-border-bottom-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -moz-border-radius-bottomright: 10px; -moz-border-radius-bottomleft: 10px; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;} .queryField {border:1px solid #ff8f45;background:#ffa163;height:20px;color:#ffdcc5;padding:0px 0px 0 4px;font:11px tahoma;width:190px;} .searchSbmFl {margin-left:4px;border:1px solid #ffa163;background:#ff8f45;height:20px;background:#ff8f45;height:20px;color:#ffdcc5;padding:3px 12px;font:11px tahoma;cursor:pointer;} Заранее огромное спасибо!!! |
ITACHI9140, А не проще перенести правые блоки в левую колонку а правую вообще ликвидировать ???
Сообщение отредактировал Miss_Esq - Четверг, 06 Сен 2012, 03:51:43
|
Miss_Esq, легче...Ну хотелось бы все таки чтобы осталось так...
|
ITACHI9140, Так то оно так ... А кто будет теги закрывать ???? например тег UL в материалах ???
тег fieldset в блоках правой колонки ??? ошибки, даже незначительные могут привести и к более плачевным результатам .. |
Я вобще новичек в этом...))не знаю ни одного языка программирования))так что, делал все методом тыка))
|
Quote (Miss_Esq) <FIELDSETclass="counter"> А пробел где?) И почему весь код написан капсом?? Оо |
|
Буду очень признателен, если кто-нибудь мне поможет =/
|
Tarelki_for_you, а вопрос где?
Вы же прислали только кусок кода.. Все спасибо в репутацию и награды.
|
И все вопросы тоже прислал. Смотрите выше, товрищи, выше!
Добавлено (07-Сен-2012, 21:26:08) |
Tarelki_for_you,
Quote Полный код PHP: Сообщение отредактировал Miss_Esq - Пятница, 07 Сен 2012, 21:45:36
|
Вообще-то я не ламер и файл php залит на сервер для php, откуда и вызывается. Да, вопросы по прежнему остались.
|
| |||
Будьте в курсе всех обновлений: подпишитесь на наш официальный Telegram-канал uCoz и задавайте вопросы в чате сообщества!