Вверх страницы

Вниз страницы

testytesty

Объявление

содержимое второго контейнера

Информация о пользователе

Привет, Гость! Войдите или зарегистрируйтесь.


Вы здесь » testytesty » Новый форум » разное


разное

Сообщений 1 страница 18 из 18

1

Код:
#pun-title table {
  border: none;
  margin-left: -436px;
  width: 1600px;
  height:575px;
  background-image: url(http://s1.uploads.ru/hwaPC.jpg);
}

<script type="text/javascript">
var arr = document.links;
for (j in arr) {
if (arr[j].innerHTML == "Новая тема")
arr[j].innerHTML = "<img src='Адрес изображения' />"
else if (arr[j].innerHTML == "Новый опрос")
arr[j].innerHTML = "<img src='Адрес изображения' />"
}

0

2

Код:
<!--Кнопки вверх вниз-->
<div style="position:fixed; right
:2%; bottom: 50%;">
<a href=#top onClick="scrollTo(0,0); return false;" >
<img src="http://www.hostpic.org/images/1309040000570115.png"></a>
<br/>
<a href=#top onClick="scrollTo(0, document.body.scrollHeight); return false;">
<img src="http://www.hostpic.org/images/1309032359120115.png"></a> 
</div>
<script type="text/javascript">
var trr=document.getElementsByTagName("ul")
var fi=0
for (fi=0; fi<=(trr.length-1);fi++)
{if (trr[fi].innerHTML.indexOf("pl-email")!=-1)
{var drr=trr[fi].getElementsByTagName("a")
drr[0].innerHTML="<img src='http://s5.uploads.ru/Q5hvZ.png' />"
drr[1].innerHTML="<img src='http://s5.uploads.ru/hHNu9.png' />"
drr[2].innerHTML="<img src='http://s5.uploads.ru/svjid.png' />"
}}
</script>

0

3

Код:
border-radius: 12px 12px 12px 12px;

0

4

Код:
#pun-navlinks { position: relative; top: -45px;}

0

5

проверка

0

6

Код:
#html-footer .container {margin-bottom: -40px;})

0

7

Код:
/* CS6 Логотип снизу
-------------------------------------------------------------*/
#pun-about p.container {
    background: url("http://www.hostpic.org/images/1309230100200127.gif") no-repeat scroll center bottom transparent;
    height: 280px;
    margin: auto;
    width: 880px;
}

#pun-about p span {
    display: block;
    margin: 350px 200px;
    padding-left: 70%;
}

0

8

Код:
/* CS6 Логотип снизу
-------------------------------------------------------------*/
#pun-about p.container {
    width:850px;
    margin-left:-12px;
    background: url("http://s5.uploads.ru/wuc7R.png") no-repeat scroll center bottom transparent ;
    height: 237px;
    margin-bottom: -20px;
    
}

#pun-about p span {
    display: block;
    margin: 0 200px;
    padding-left: 80%;
}

0

9

Код:
.post-author online, .pa-author, .pa-title, .pa-avatar, .pa-reg, .pa-posts, .pa-respect, .pa-positive, .pa-ip, .pa-online, .pa-time-visit
{
   background: #fafcfe;
   border: 1px solid #cdd6e2;
   border-bottom-width: 2px;
   border-right-width: 2px;
   margin: 3px 1px 3px 1px;
   text-aligm: center;
}

0

10

Код:
/* C3.5 */
.punbb .post .post-author {
  float: left;
  width: 19em;
  margin-top: -1.5em;
  overflow: hidden;
  }

0

11

Код:
<script><!--Своя картинка или Слово в Панель навигации -->
var Img_Word=0;   //0-Картинка;1-Cлово /Ставим картинку или Слово ?
   navlinks=new Array(
"navindex","http://s5.uploads.ru/usB94.png", // Форум
"navuserlist","http://s4.uploads.ru/jgwEQ.png",// Участники
"navrules","Ваша картинка", // Правила
"navprofile","http://s5.uploads.ru/lTFWD.png", // Профиль
"navpm","http://s4.uploads.ru/draBG.png", // Сообщения
"navadmin","http://s4.uploads.ru/zb3gR.png", // Администрирование
"navregister","http://s4.uploads.ru/gZGI2.png",// Регистрация
"navlogin","http://s4.uploads.ru/EpGjd.png", // Войти
"navlogout","http://s4.uploads.ru/i9IF5.png" // Выход - !ПОСЛЕДНИЙ элемент без запятой
)
var s,i;for (i=0; i < navlinks.length; i++){s=navlinks[i+1];
   if(!Img_Word){s='<img class="navlinks" src="'+s+'" border="0" />'}
   $("#"+navlinks[i]+" a").html("<span>"+s+"</span>");i++;}
</script>

0

12

Код:
<style>.Myimge {position:absolute;margin-top: 0px;cursor:pointer;}</style>
<script type="text/javascript">
PiarNik="Piar";
PiarPas="1234";
var L="<div id=\"PR_loginDiv\" style=\"display:none;\">\
<form id=\"form_login\" name=\"login\" method=\"post\" action=\"login.php?action=in\" onsubmit=\"return check_form()\">\
<fieldset>\
<input type=\"hidden\" name=\"form_sent\" value=\"1\"/>\
<input type=\"text\" id=\"fld1\" name=\"req_username\" size=\"21\" maxlength=\"25\"/>\
<input type=\"text\" id=\"fld2\" name=\"req_password\" size=\"7\" maxlength=\"16\"/>\
<input type=\"submit\" class=\"button\" name=\"login\"/>\
</fieldset>\
</form>\
</div>\
<span id=spMyimg><img class=\"Myimge\"  title=\"пиар-вход\" onclick=\"PiarIn()\" src=\"http://s5.uploads.ru/LsQn6.png\" onmouseover=\"this.src='http://s5.uploads.ru/LsQn6.png' \" onmouseout=\"this.src='http://s5.uploads.ru/ozp6A.png'\" /></span>";
if($("#navlogin").html()!=null){
$("#navlogin").append(L) //navlogin
$("#PR_loginDiv #fld1").val(PiarNik)
$("#PR_loginDiv #fld2").val(PiarPas)
function PiarIn () {$("#PR_loginDiv input[type='submit']").click();}
}
</script>

0

13

Код:
/* D1.4 */

#pun-title h1 span  {
display: none;
  font-size: 1.5em;
  }
#pun-title table {
border: none;
height: 400px;
width: 900px;  margin-left: -25px !important;
background: url("http://s4.uploads.ru/EbVkp.png") bottom center no-repeat;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%; 
}

0

14

Код:
/* D1.4 */
#pun-title h1 span  {
display: none;
  font-size: 1.5em;
  }

#pun-title table {
border: none;
height: 467px;
width: 900px;  top center !important;
background-image: url("http://www.hostpic.org/images/1309280127140118.png"); 
background-repeat: no-repeat;
background-position: center;
background-color: transparent;
}
 

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%; 
}

0

15

Код:
/*блок баннера*/
#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
vertical-align: top;
   top: 0px;
margin-top: 0px;
position: relative; 
}

0

16

Код:
/*блок баннера*/
#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
vertical-align: top;
   top: 0px;
margin-top: 0px;
position: relative; 
}

0

17

Код:
/* D1.4 */

#pun-title h1 span  {
display: none;
  font-size: 1.5em;
  }
#pun-title table {
border: none;
height: 400px;
width: 900px;  margin-left: -25px !important;
background: url("КАРТИНКА") bottom center no-repeat;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%; 
}

0

18

Код:
/* D1.4 */
#pun-title h1 span  {
display: none;
  font-size: 1.5em;
  }
margin-left: -25px !important;
}

#pun-title td.title-logo-tdl {
	border: none;
	width: 100%; 
}
/*блок баннера*/
#pun-title td.title-logo-tdr {
	border: none;
	width: 468px;
vertical-align: top;
   top: 0px;
margin-top: 0px;
position: relative; 
}

0


Вы здесь » testytesty » Новый форум » разное


Рейтинг форумов | Создать форум бесплатно