Архив - только для чтения
Архив темы: Дизайн решение вопросов
Kart5029
Сообщений: 1
Репутация: 0

Сообщение # 3961 | 11:02:01
Приветствую всех, столкнулся с такой проблемой, поставил шаблон от crewebik Progress, шаблон встал хорошо, но..пропала анимация с кнопок (при наведении ничего не происходит и не раскрываются подменю), также панель управления не кликабельная..спасайте:(
Miss_Esq
Сообщений: 13859
Репутация: 4159
Уровень замечаний:

Сообщение # 3962 | 11:51:20
Kart5029, Адрес у проблемы есть ???

admin4001
Сообщений: 209
Репутация: 38

Сообщение # 3963 | 13:12:43
помогите пожалуйста на моём Сайте с низом сайта что то случилось подробнее на скрине



я разобрался в настройках оперы поставил масштаб 100% и всё.
Прикрепления: 3150801.png (35.9 Kb)
Сообщение отредактировал admin4001 - Пятница, 17 Янв 2014, 13:15:15
Элина
Сообщений: 34
Репутация: 14

Сообщение # 3964 | 13:41:34
Здравствуйте, помогите, пожалуйста, перенести кнопки "поделиться в соцсетях" в правую сторону сайта



Код верхней части сайта


Спасибо)

Sentimo
Сообщений: 681
Репутация: 158

Сообщение # 3965 | 14:34:36
Элина, В ксс прописать это...

.block_24x24 {
float: right;
}
MasyerVanyaPro
Сообщений: 76
Репутация: 3

Сообщение # 3966 | 18:46:44
Ljubasha,Сказали,что в сss"подвалa"(я так понял что это нижняя часть)не хватает фиксации dry

Код
/* Фиксация */
#container_wrap {min-width:1200px;}
#wrap {width:1156px; margin:0 auto;}
.side_main {background:url(/designs_58/cTop_bg.png) no-repeat; padding:50px 18px 0 21px; overflow:hidden;}
.side_left {float:left; width:850px; overflow:hidden;}
.side_right {float:right; width:260px; background:url(/designs_58/sider_bg.png) no-repeat right bottom; padding:0 0 10px 0;}

#bgPic {background:url(/designs_58/bgPic.png) no-repeat center 0;}
.top_bg {background:url(/designs_58/top_bg.png) repeat-x 0 0;}
.side_repeat {background:url(/designs_58/cMiddle_bg.png) repeat-y center 0; overflow:hidden;}
.cBot {background:url(/designs_58/cBot_bg.png) no-repeat 0 0; height:55px; display:block; width:1118px; margin:auto;}
/* -------------- */

Чего тут не хватает,не подскажете?
Сообщение отредактировал MasyerVanyaPro - Пятница, 17 Янв 2014, 19:02:25
serezhasb
Сообщений: 2
Репутация: 15

Сообщение # 3967 | 23:44:30
Цитата Miss_Esq ()
Спасибо Miss_Esg
Серега6234
Сообщений: 9
Репутация: 0

Сообщение # 3968 | 09:03:16
Вот шаблон, который у меня установлен http://utemplate.pro/shop/28/desc/utemplate
Как сделать, чтобы категори выпадали из меню при наведении, или нажатии? Вот CSS код.
Код
@charset "utf-8";

/*--- reset ---*/

header,nav,article,aside,footer{display:block;overflow:hidden}
html,body{width:100%;height:100%;margin:0;padding:0}
textarea,input{outline:none;resize:none}
img,a img{border:none;outline:none}
ul,li{margin:0;padding:0}
hr{height:1px;width:100%;color:#d4d4d4;background:#d4d4d4;border:none}

/*--- main ---*/

a, a:link, a:visited, a:active {
  color: #00a6df;
  text-decoration: none;
}
a:hover {
  color: #00a6df;
  text-decoration: underline;
}
h1 a {
  color: #323232 !important;
}
h1 a:hover {
  text-decoration: none;
  color: #00a6df !important;
}
body {
  font-family: Verdana, Modern, Arial, sans-serif;
  font-size: 13px;
  line-height: 22px;
  background: #fff url('/img/bg.gif') left top repeat;
  color: #323232;
}
#container {
  overflow: hidden;
  background: url('/img/wrapper.png') left top repeat-x;
}
#wrap {
  width: 1000px;
  overflow: hidden;
  margin: 0 auto;
}

/* header */

#top {
  overflow: hidden;
  height: 43px;
}
header nav {
  float: left;
}
header nav ul {
  list-style: none;
}
header nav ul li {
  float: left;
}
header nav ul li a {
  display: block;
  float: left;
  height: 41px;
  line-height: 41px;
  margin: 1px;
  padding: 0 25px;
  color: #e7e7e7 !important;
}
header nav ul li a:hover, header nav ul li a.uMenuItemA {
  background: url('/img/li.gif') left top repeat-x;
  border: 1px solid #0589c0;
  margin: 0 !important;
  color: #fff !important;
  text-decoration: none;
}
header form {
  float: right;
  width: 219px;
  height: 30px;
  background: url('/img/search.png') left top no-repeat;
  margin-top: 8px;
}
header form input [type="text"]{
  line-height: 27px;
  height: 27px;
  padding: 0 10px;
  width: 199px;
  background: none;
  border: none;
  color: #323232;
}
#logo_and_follow {
  overflow: hidden;
  height: 91px;
  padding-top: 50px;
}
#logo {
  float: left;
}
#logo h1 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 36px;
  color: #323232;
  line-height: 36px;
  text-transform: uppercase;
}
#logo h4 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 13px;
  color: #323232;
  line-height: 13px;
}
#icons {
  float: right;
  padding-top: 5px;
}
#icons span {
  display: inline-block;
  vertical-align: top;
  padding: 3px 5px 0 0;
  *display: inline;
  zoom: 1;
}

/* image */

#photo {
  overflow: hidden;
  height: 390px;
  padding-bottom: 50px;
  *padding-bottom: 47px;
  background: url('/img/photo.png') center bottom no-repeat;
}
#photo img {
  border: 1px solid #b3b3b3;
}
#photo_info {
  background: url('/img/photo_info.png') repeat;
  padding: 25px;
  width: 948px;
  position: absolute;
  margin-top: 280px;
  margin-left: 1px;
  color: #fff;
}
#photo_info h2 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 24px;
  line-height: 24px;
}

/* content */

#middle {
  overflow: hidden;
}
#content {
  float: left;
  width: 715px;
}
article {
  padding-bottom: 30px;
  background: url('/img/post.png') center bottom no-repeat;
}
.post {
  padding: 25px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #d4d4d4;
}
.post header {
  padding-bottom: 23px;
  margin-bottom: 23px;
  border-bottom: 1px solid #d4d4d4;
}
.post header h1 {
  display: block;
  float: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 18px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.rate {
  float: right;
}
.details {
  margin-top: 23px;
  padding-top: 23px;
  border-top: 1px solid #d4d4d4;
  overflow: hidden;
}
.details span, .details a {
  color: #00a6df;
}
.details a:hover {
  text-decoration: underline;
}
.d_main {
  float: left;
  background: url('/img/details.gif') left center no-repeat;
  padding-left: 25px;
}
.comm {
  float: right;
}

/* sidebar */

aside li {
  list-style-type: none;
}
aside {
  float: right;
  width: 255px;
}
aside h3 {
  margin: 0;
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  font-weight: normal;
  font-size: 18px;
  color: #fff;
  background: url('/img/block_title.png') left top no-repeat;
}
.block_content {
  padding-bottom: 20px;
  background: url('/img/block.png') center bottom no-repeat;  
}
.bc_it {
  padding: 15px;
  background: #fff;
  border-left: 1px solid #d4d4d4;
  border-right: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
}

/* footer */

footer {
  padding: 40px 0;
  margin-top: 30px;
  border-top: 1px solid #d4d4d4;
}
span.mycopy {
  float: left;
}
span.powered {
  float: right;
}

/* other */

input[type="button"], input[type="submit"], .calMdayIs, .calMdayIsA, .calWdaySu, .calWdaySe {
  height: 26px;
  background: #008fcb url('/img/but.png') top center no-repeat;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #1cc7ff;
  box-shadow: #0589c0 0 0 0 1px;
  border-radius: 3px;
  line-height: 26px;
}
.calTable {
  width: 100%;
}
.calMdayIs, .calMdayIsA, .calWdaySu, .calWdaySe {
  padding: 0 !important;
  line-height: 25px !important;
}
.calMdayIs a, .calMdayIsA a {
  color: #fff;
}
.calMonth, .calWdaySu, .calWdaySe, .calWday {
  text-transform: uppercase;
}
.commFl {
  width: 100%;
  *width: 98%;
}
.commTable {
  width: 99%;
  *width: 98%;
}

/* General forum Table View */

.gTable {background:#2b2b2b;}

.gTableTop {padding:2px;background:#2b2b2b;padding-left:20px;padding-bottom:1px;color:#FFFFFF;font-weight:bold; height:28px;font-size:13px; }

.gTableSubTop {padding:2px;background:#efeded;color:#000000;height:20px;font-size:10px;}

.gTableBody {padding:2px;background:#FAFAFA;}
.gTableBody1 {padding:2px;background:#FFFFFF;}
.gTableBottom {padding:2px;background:#FAFAFA;}
.gTableLeft {padding:2px;background:#fafafa;font-weight:bold;color:#6E6E6E}
.gTableRight {padding:2px;background:#F8F9FA}
.gTableError {padding:2px;background:#FAFAFA;color:#FF0000;}

/* Forums Styles */

.forumNameTd,.forumLastPostTd {padding:2px;background:#FFFFFF}
.forumIcoTd,.forumThreadTd,.forumPostTd {padding:2px;background:#fafafa}
.forumLastPostTd,.forumArchive {padding:2px;font-size:7pt;}
a.catLink:link {text-decoration:none; color:#FFFFFF;}
a.catLink:visited {text-decoration:none; color:#FFFFFF;}
a.catLink:hover {text-decoration:underline; color:#000000;}
a.catLink:active {text-decoration:underline; color:#FFFFFF;}
.lastPostGuest,.lastPostUser,.threadAuthor {font-weight:bold}
.archivedForum{font-size:7pt;color:#FF0000;font-weight:bold;}

/* forum Titles & other */

.forum {font-weight:bold;font-size:9pt;}
.forumDescr,.forumModer {color:#858585;font-size:7pt;}
.forumViewed {font-size:9px;}
a.forum:link, a.lastPostUserLink:link, a.forumLastPostLink:link, a.threadAuthorLink:link {text-decoration:none; color:#6E6E6E;}
a.forum:visited, a.lastPostUserLink:visited, a.forumLastPostLink:visited, a.threadAuthorLink:visited {text-decoration:none; color:#6E6E6E;}
a.forum:hover, a.lastPostUserLink:hover, a.forumLastPostLink:hover, a.threadAuthorLink:hover {text-decoration:underline; color:#909090;}
a.forum:active, a.lastPostUserLink:active, a.forumLastPostLink:active, a.threadAuthorLink:active {text-decoration:underline; color:#6E6E6E;}

/* forum Navigation Bar */

.forumNamesBar {font-weight:bold;font-size:7pt;}
.forumBarKw {font-weight:normal;}
a.forumBarA:link {text-decoration:none; color:#000000;}
a.forumBarA:visited {text-decoration:none; color:#000000;}
a.forumBarA:hover {text-decoration:none; color:#6E6E6E;}
a.forumBarA:active {text-decoration:underline; color:#6E6E6E;}

/* forum Fast Navigation Blocks */

.fastNav,.fastSearch,.fastLoginForm {font-size:7pt;}

/* forum Fast Navigation Menu */

.fastNavMain {background:#DADADA;}
.fastNavCat {background:#EFEFEF;}
.fastNavCatA {background:#EFEFEF;color:#0000FF}
.fastNavForumA {color:#0000FF}

/* forum Page switches */

.switches {background:#CCCCCC;}
.pagesInfo {background:#FFFFFF;padding-right:10px;font-size:7pt;}
.switch {background:#FFFFFF;width:15px;font-size:7pt;}
.switchActive {background:#E0E0E0;font-weight:bold;color:#6E6E6E;width:15px}
a.switchDigit:link,a.switchBack:link,a.switchNext:link {text-decoration:none; color:#000000;}
a.switchDigit:visited,a.switchBack:visited,a.switchNext:visited {text-decoration:none; color:#000000;}
a.switchDigit:hover,a.switchBack:hover,a.switchNext:hover {text-decoration:underline; color:#FF0000;}
a.switchDigit:active,a.switchBack:active,a.switchNext:active {text-decoration:underline; color:#FF0000;}

/* forum Threads Style */

.threadNametd,.threadAuthTd,.threadLastPostTd {padding:2px;padding:2px;background:#FFFFFF}
.threadIcoTd,.threadPostTd,.threadViewTd {padding:2px;background:#fafafa}
.threadLastPostTd {padding:2px;font-size:7pt;}
.threadDescr {color:#858585;font-size:7pt;}
.threadNoticeLink {font-weight:bold;}
.threadsType {padding:2px;background:#AAAAAAheight:20px;font-weight:bold;font-size:7pt;color:#FFFFFF;padding-left:40px; }
.threadsDetails {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
.forumOnlineBar {padding:2px;background:#AAAAAAheight:20px;color:#6E6E6E;}
a.threadPinnedLink:link {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:visited {text-decoration:none; color:#0000FF;}
a.threadPinnedLink:hover {text-decoration:none; color:#FF0000;}
a.threadPinnedLink:active {text-decoration:underline; color:#FF0000;}
a.threadLink:link {text-decoration:none; color:#6E6E6E;}
a.threadLink:visited {text-decoration:none; color:#6E6E6E;}
a.threadLink:hover {text-decoration:underline; color:#000000;}
a.threadLink:active {text-decoration:underline; color:#000000;}
.postpSwithces {font-size:7pt;}
.thDescr {font-weight:normal;}
.threadFrmBlock {font-size:7pt;text-align:right;}

/* forum Posts View */

.postTable {}
.postPoll {background:#F1F2F3;text-align:center;}
.postFirst {background:#F8F9FA;}
.postRest1 {background:#F1F2F3;}
.postRest2 {background:#F8F9FA;}
.postSeparator {background:none;}
.postTdTop {background:#efeded;}
.postBottom {background:#E0E0E0;height:20px}
.postUser {font-weight:bold;}
.postTdInfo {text-align:center;padding:5px;background:#fafafa;}
.postRankName {margin-top:5px;}
.postRankIco {margin-bottom:5px;margin-bottom:5px;}
.reputation {margin-top:5px;}
.signatureHr {margin-top:20px;color:#787878;}
.posttdMessage {padding:5px;background:#FFFFFF;}
.pollQuestion {text-align:center;font-weight:bold;}  
.pollButtons,.pollTotal {text-align:center;}
.pollSubmitBut,.pollreSultsBut {width:140px;font-size:7pt;}
.pollSubmit {font-weight:bold;}
.pollEnd {text-align:center;height:30px;}
.codeMessage {background:#FFFFFF;font-size:9px;}
.quoteMessage {background:#FFFFFF;font-size:9px;}
.signatureView {font-size:7pt;}  
.edited {padding-top:30px;font-size:7pt;text-align:right;color:gray;}
.editedBy {font-weight:bold;font-size:8pt;}
.statusBlock {padding-top:3px;}
.statusOnline {color:#0000FF;}
.statusOffline {color:#FF0000;}

/* forum AllInOne Fast Add */

.newThreadBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}
.newPollBlock {background: #F9F9F9;border: 1px solid #B2B2B2;}

/* forum Post Form */

.codeButtons {font-size:7pt;background:#FCFCFC;border:1px solid #6E6E6E;}
.codeCloseAll {font-size:7pt; color:#6E6E6E;font-weight:bold;background:#FCFCFC;border:1px solid #6E6E6E;}
.postNameFl,.postDescrFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postPollFl,.postQuestionFl {background:#FCFCFC;border:1px solid #6E6E6E;width:400px}
.postResultFl {background:#FCFCFC;border:1px solid #6E6E6E;width:50px}
.postAnswerFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.postTextFl {background:#FCFCFC;border:1px solid #6E6E6E;height:150px;width:99% !important;}
.postUserFl {background:#FCFCFC;border:1px solid #6E6E6E;width:300px}
.pollHelp {font-weight:normal;font-size:7pt;padding-top:3px;}
.smilesPart {padding-top:5px;text-align:center}
#frM55 a {color:#fff !important;}
Yuri_G
uWeb support
uVip manager
Сообщений: 4339
Репутация: 943

Сообщение # 3969 | 12:18:15
Цитата Серега6234 ()
Как сделать, чтобы категори выпадали из меню при наведении, или нажатии?
при наведении, сделать проще простого, идем в конструктор меню и добавляем пункт типа Категории или что, и туда и впихиваем все подкатегории по очереди добавляя новые пункты

Katik
Сообщений: 33
Репутация: 2

Сообщение # 3970 | 13:25:34
Спасибо с фоном и логотипом я разобралась)))Появилась ещё одна проблемка)

Как поменять области которые я пометила?
Вот сайт-http://loved-games.ucoz.ru/
Прикрепления: 4607280.png (196.1 Kb)
admin4001
Сообщений: 209
Репутация: 38

Сообщение # 3971 | 13:54:02
подскажите как ТУТ оформить страницу в css в таком цвете как фон?
Yuri_G
uWeb support
uVip manager
Сообщений: 4339
Репутация: 943

Сообщение # 3972 | 14:47:56
Цитата admin4001 ()
подскажите как ТУТ оформить страницу в css в таком цвете как фон?
по точнее, что именно?? на фоне стоит изображение wink

Добавлено (19 Янв 2014, 14:47:56)
---------------------------------------------
сменить фон контента на странице


Код
#content-inside {
width: 940px;
background: #FFF; /* вместо FFF ставим нужный вам цвет, а если картинкой, то background: url('ссылка на изображение'); */
}

admin4001
Сообщений: 209
Репутация: 38

Сообщение # 3973 | 14:49:49
цвет страницы нужно превратить из белой в чёрную не получается подскажите как?
Сообщение отредактировал admin4001 - Воскресенье, 19 Янв 2014, 15:51:44
Sokol4221
Сообщений: 1
Репутация: 0

Сообщение # 3974 | 23:00:57
Всех приветствую. У меня футер съехал в правую колонку, не могу понять как исправить. Сайт http://inter-avto33.ru
londonskiy-kanonir
Сообщений: 14
Репутация: 0

Сообщение # 3975 | 19:35:16
Здравствуйте. Поставил кнопку "поделиться в соц-сетях". Сайт http://arsaman.ru/

И такая проблема - когда делюсь новостью - не выводится картинка к новости.
Вот скрин проблемы http://clip2net.com/s/6DADs6

Помогите пожалуйста, может тег/код нужно вставить в дизайне...
Поиск:
Telegram
Будьте в курсе всех обновлений: подпишитесь на наш официальный Telegram-канал uCoz и задавайте вопросы в чате сообщества!