rps
спасибо большое, уже разобралась))
Про оформление
Сообщений 21 страница 40 из 44
Поделиться2110.07.2009 18:59:31
Поделиться2214.07.2009 06:11:45
Запомните!все css коды в основном ставятся в хтмл верх!
А для чего тогда существует хтмл низ??
Поделиться2314.07.2009 11:00:24
А для чего тогда существует хтмл низ??
Ответ на вопрос в теме Значения HTML верх, низ и формы ответа
внимательно смотрим на темы прежде чем задать вопрос 
Отредактировано Shingi (14.07.2009 11:00:58)
Поделиться2414.07.2009 18:25:58
Ребят, помогите, пожалуйста! Я ставлю шапку, а она туда не лезет... Посмотрите сами: http://demilovato.forumbb.ru/
Поделиться2514.07.2009 20:25:58
Vanessa
<style>
#pun-title TABLE, #pun {
background: none;
}
#pun {background: #ffffff; }
#pun-title, #pun-title .container {
background-image: url(http://i25.tinypic.com/1f8cp.png);background-repeat:no-repeat ; height: 206px; }
#pun-navlinks .container {
background: #ffa9b6; }
</style>Так?
Поделиться2615.07.2009 00:34:04
rps, что мне сделать? Вместо этого кода вставить который вы мне дали?)
Поделиться2715.07.2009 13:56:20
Vanessa
А есть ещё варианты?
Поделиться2830.07.2009 04:17:54
Слушайте люди....я вот чё д не могу поставить картинки на отсутствие и присутствие новых сообщений......вроде всё как надо а ничего не ставиться........это как??
Поделиться2930.07.2009 11:55:05
ddlovato
а как ты так сделала?
я про таблицу
Поделиться3030.07.2009 12:22:36
PoKe, что именно в таблице сделала, что вас интересует?)
Поделиться3130.07.2009 12:52:33
ddlovato
ну как ты туда плеер вставила....
и..ээээ....можешь мне даоть код от твое таблицы?
а то я все ищю ни как не могу походящюю найти для своего форума...а у тя прям крутая.....
Поделиться3230.07.2009 15:21:04
D.1.R.T
<style type="text/css">
.punbb div.icon {
float: left;
display: block;
width: 45px;
height: 45px;
margin-right: 10px;}
Div.icon {
background-image : url(http://s55.radikal.ru/i148/0906/64/366cf62c9190.png);
background-repeat: no-repeat;
}
TR.inew Div.icon {
background-image : url(http://s44.radikal.ru/i104/0906/4d/2225a6e1c5c8.png);
background-repeat: no-repeat;
}
TR.isticky Div.icon {
background-image : url(http://i067.radikal.ru/0906/c2/ee4a3f0eac25.png);
background-repeat: no-repeat;
}
TR.iclosed Div.icon {
background-image : url(http://i067.radikal.ru/0906/c2/ee4a3f0eac25.png);
background-repeat: no-repeat;
}
TR.iredirect Div.icon {
background-image : url(http://s49.radikal.ru/i123/0906/6d/4ce1ed24306b.png);
background-repeat: no-repeat;
}
</style>Поделиться3331.07.2009 03:16:23
rps
Спасибо^^
А можно ли сделать так, чтоб не было рамки етой серенькой??
А то она мешает стра-а-ашно.....
Поделиться3431.07.2009 16:15:22
D.1.R.T
А где она?
Поделиться3531.07.2009 17:10:57
А можно ли сделать так, чтоб не было рамки етой серенькой??
А то она мешает стра-а-ашно.....
При возникшей проблеме обязательно указывайте адрес вашего форума — в противном случае мы просто не сможем вам помочь!
Поделиться3601.08.2009 03:48:04
Да-а-а....извеняюся....
Вот, полюбуйтеся - http://nyakawaiiiii.forumbb.ru/
Поделиться3801.08.2009 06:44:27
А как изменить верхние иконки? Например Форум поменять на ЛЕС, участники на ГЕРОИ ПЛЕМЕН?
Поделиться3901.08.2009 10:25:57
Танtxrf Vjcrdbxtdf
Первые два я поменял,дальше меняешь сама
<script>
<!--
indexof="ЛЕС"
str = document.getElementById("navindex").innerHTML
pos = str.indexOf("Форум")
document.getElementById("navindex").innerHTML=str.substring(0,pos)+indexof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
userof="ГЕРОИ ПЛЕМЕН"
str = document.getElementById("navuserlist").innerHTML
if( (pos=str.indexOf("Участники")) != -1 )
document.getElementById("navuserlist").innerHTML=str.substring(0,pos)+userof+str.substring(pos+9,str.length-1)
-->
</script>
<script>
<!--
pravilof="своё"
str = document.getElementById("navrules").innerHTML
pos = str.indexOf("Правила")
document.getElementById("navrules").innerHTML=str.substring(0,pos)+pravilof+str.substring(pos+14,str.length-1)
-->
</script>
<script>
<!--
findof="Своё"
str = document.getElementById("navsearch").innerHTML
pos = str.indexOf("Поиск")
document.getElementById("navsearch").innerHTML=str.substring(0,pos)+findof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
faseof="Своё"
str = document.getElementById("navprofile").innerHTML
pos = str.indexOf("Профиль")
document.getElementById("navprofile").innerHTML=str.substring(0,pos)+faseof+str.substring(pos+14,str.length-1)
-->
</script>
<script>
<!--
pismaof="Своё"
str = document.getElementById("navpm").innerHTML
pos = str.indexOf("Сообщения")
document.getElementById("navpm").innerHTML=str.substring(0,pos)+pismaof+str.substring(pos+9,str.length-1)
-->
</script>
<script>
<!--
godof="своё"
str = document.getElementById("navadmin").innerHTML
pos = str.indexOf("Администрирование")
document.getElementById("navadmin").innerHTML=str.substring(0,pos)+godof+str.substring(pos+17,str.length-1)
-->
</script>
<script>
<!--
valiof="своё"
str = document.getElementById("navlogout").innerHTML
pos = str.indexOf("Выход")
document.getElementById("navlogout").innerHTML=str.substring(0,pos)+valiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
vxodiof="своё"
str = document.getElementById("navlogin").innerHTML
pos = str.indexOf("Войти")
document.getElementById("navlogin").innerHTML=str.substring(0,pos)+vxodiof+str.substring(pos+5,str.length-1)
-->
</script>
<script>
<!--
regof="своё"
str = document.getElementById("navregister").innerHTML
pos = str.indexOf("Регистрация")
document.getElementById("navregister").innerHTML=str.substring(0,pos)+regof+str.substring(pos+18,str.length-1)
-->
</script>Поделиться4001.08.2009 14:48:32
Вопроsы по оформлению задаются тут!
оформление форума
Отредактировано StarQ (01.08.2009 14:50:55)
Похожие темы
| Общие вопросы по Оформлению | Архив | 24.03.2009 |
| Несколько вопросов по оформлению форума. | Корзина | 17.01.2009 |
| Вопрос про таблицу | Корзина | 14.10.2010 |
| Полезные советы: Оформление форума | Корзина | 19.08.2011 |
| Общие вопросы по Оформлению Часть 2 | Архив | 14.03.2010 |