DONUTS AREA

Объявление


Все эти люди здесь собрались не для того, чтобы слушать чужие истории. Не для того, чтобы осуждать кого-то другого или попытаться оправдать себя перед другими. Они здесь для того, чтобы доказать самим себе, что они могут бороться. читать далее.
если пробыть на улице больше, чем 2 минуты, то можно получить ожог какой-нибудь степени. инфа сотка
Daisy
Jane
Irish
Lisbeth
Sebastian
Moder
Moder

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

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


Вы здесь » DONUTS AREA » * а р х и в » вся хрень


вся хрень

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

1

увеличение картинок при наведении курсора
html-низ

Код:
<script type="text/javascript" src="http://jqueryjs.googlecode.com/files/jquery-1.3.2.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('.menuitem img').animate({width: 100}, 0);
$('.menuitem').mouseover(function(){
; gridimage = $(this).find('img');
gridimage.stop().animate({width: 200}, 150);
}).mouseout(function(){
gridimage.stop().animate({width: 100}, 150);
});
}); 
</script>

верх

Код:
<style type="text/css">

img {
	border: none;
}

#menuwrapper{
	left: 20%;
	position: relative;
	height: 210px;
}

#menu{
	position: absolute;
	bottom: 0px;
	left: 0px;
}

.menuitem {
	position: fixed relative;
	bottom: 0px;
	display: inline-block;
}

</style>

изображение

Код:
<div id="menuwrapper">
<div id="menu">
<a href="http://" class="menuitem"><img src="URL"></a>
<a href="http://" class="menuitem"><img src="URL"></a>
<a href="http://" class="menuitem"><img src="URL"></a>
<a href="http://" class="menuitem"><img src="URL"></a>
</div>
	</div>

2

прозрачность картинок при наведении курсора
низ

Код:
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
    $(document).ready(function() {
        $('.Hoverbuttons').each(function () {
              var $span = $(this).css('opacity', 0.3);
              $(this).hover(function () {
                $span.stop().fadeTo(600, 1);
             }, function () {
                $span.stop().fadeTo(600, 0.3);
              });
        });
    });
</script>

изображение

Код:
<img src="URL" class="Hoverbuttons">

3

слайд бар
верх

Код:
<div id="content"><div id="content_inner">
  <!-- end intro -->
  <!-- end sidebar_right -->
<ul id="slides1">
    	<li>
        <img src="https://forumstatic.ru/files/000f/33/e7/66919.jpg" width="209" height="209" alt="Pic Mgmt" />
        <div class="content">
        	<h3>MGMT</h3>
        	<h4>Congratulations</h4>
        	<p>Recording the follow-up to your critically-acclaimed debut album has to be a nerve-wracking affair. As a band, do you go with the same sound/formula you used on the first record? On MGMT’s sophomore album Congratulations, they successfully manage to do both.</p>
        </div>
        <div class="clear"></div>
    	</li>
    	<li>
        <img src="https://forumstatic.ru/files/000f/33/e7/10101.jpg" width="209" height="209" alt="Pic Lcd" />
        <div class="content">
        	<h3>LCD Soundsystem</h3>
        	<h4>This is Happening</h4>
        	<p>If This Is Happening does end up being the final LCD Soundsystem release, Murphy certainly picked the right way to end it. “Home” hints at lyrical retrospection while 
        	adopting a musical collage that sums up the album, if not LCD’s three full-length releases, fittingly. </p>
        </div>
        <div class="clear"></div>
    	</li>
    	<li>
        <img src="https://forumstatic.ru/files/000f/33/e7/71026.jpg" width="209" height="209" alt="Pic Montreal" />
        <div class="content">
        	<h3>of Montreal</h3>
        	<h4>Skeletal Lamping</h4>
        	<p>Kevin Barnes said about the title: "This record is my attempt to bring all of my puzzling, contradicting, disturbing, humorous...fantasies, ruminations and observations to 
        	the surface, so that I can better dissect and understand their reason for being in my head. Hence the title, Skeletal Lamping."</p>
    	  </div>
        <div class="clear"></div>
    	</li>
    	<li>
        <img src="https://forumstatic.ru/files/000f/33/e7/79272.jpg" width="209" height="209" alt="Pic Gorillaz" />
        <div class="content">
        	<h3>Gorillaz</h3>
        	<h4>Demon Days</h4>
        	<p>Demon Days is the second studio album by British band Gorillaz, released in May 2005. The album features contributions from De La Soul, Neneh Cherry, Martina Topley-Bird, Roots 
        	Manuva, MF DOOM, Ike Turner, Bootie Brown of the Pharcyde, and Dennis Hopper.</p>
        </div>
        <div class="clear"></div>
    	</li>
	</ul>
</div>

низ

Код:
<link rel="stylesheet" type="text/css" href="https://forumstatic.ru/files/000f/33/e7/42430.css" />
	
	<script src="https://forumstatic.ru/files/000f/33/e7/25519.js" type="text/javascript"></script>
	<script src="https://forumstatic.ru/files/000f/33/e7/35658.js" type="text/javascript"></script>
	<script src="https://forumstatic.ru/files/000f/33/e7/68592.js" type="text/javascript"></script>
	<script src="https://forumstatic.ru/files/000f/33/e7/21745.js" type="text/javascript"></script>
	
	<script type="text/javascript" charset="utf-8">
    SyntaxHighlighter.all();
	</script>

<script type="text/javascript">
	var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
	document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
	</script>
	<script type="text/javascript">
	try {
	var pageTracker = _gat._getTracker("UA-7965261-3");
	pageTracker._trackPageview();
	} catch(err) {}</script>

4

анимация кнопок при наведении курсора
низ

Код:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8/jquery-ui.min.js"></script>
<script src="https://forumstatic.ru/files/000f/33/e7/68762.js"></script>
<script>
DD_roundies.addRule("#nav", "5px");
DD_roundies.addRule("#nav li", "5px");
</script>
<script>
$(document).ready(function(){
	$nav_li=$("#nav li");
	$nav_li_a=$("#nav li a");
	var animSpeed=450; //fade speed
	var hoverTextColor="#fff"; //text color on mouse over
	var hoverBackgroundColor="#b92e08"; //background color on mouse over
	var textColor=$nav_li_a.css("color");
	var backgroundColor=$nav_li.css("background-color");
	//text color animation
	$nav_li_a.hover(function() {
    var $this=$(this);
    $this.stop().animate({ color: hoverTextColor }, animSpeed);
	},function() {
    var $this=$(this);
    $this.stop().animate({ color: textColor }, animSpeed);
	});
	//background color animation
	$nav_li.hover(function() {
    var $this=$(this);
    $this.stop().animate({ backgroundColor: hoverBackgroundColor }, animSpeed);
	},function() {
    	var $this=$(this);
    $this.stop().animate({ backgroundColor: backgroundColor }, animSpeed);
	});
});
</script>

верх

Код:
<style type="text/css">
<!--
@import url(http://fonts.googleapis.com/css?family=Lobster);
body {margin:0; padding:0; background:#;}
#nav{position:relative; margin:40px; background:#eee; padding:0; font-family:'Lobster', Arial, Helvetica, sans-serif; font-size:21px; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; -moz-box-shadow:2px 2px 3px #ccc; -webkit-box-shadow:2px 2px 3px #ccc; box-shadow:2px 2px 3px #ccc;}
#nav .clear{clear:both;}
#nav ul{padding:0 0 0 5px; margin:0; list-style:none;}
#nav li{float:left; margin:5px 10px 5px 0; background:#eee; -moz-border-radius:5px; -khtml-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;}
#nav li a{text-decoration:none; color:#c86608; display:block; padding:10px 15px;}
-->
</style>
<div style="position: absolute;
top: 575px;
left: 50px;
color:#000;
width:920px;">
<div id="nav">
	<ul>
    	<li><a href="http://jugendstil.artbb.ru/viewtopic.php?id=17#p19">Guestbook</a></li>
        <li><a href="http://jugendstil.artbb.ru/pages/banners">Banners</a></li>
        <li><a href="#http://jugendstil.artbb.ru/viewforum.php?id=3">Gallery</a></li>
        <li><a href="http://jugendstil.artbb.ru/viewforum.php?id=13">Vogue</a></li>
        <li><a href="http://jugendstil.artbb.ru/viewforum.php?id=7">Tutorials</a></li>
<li><a href="http://jugendstil.artbb.ru/viewforum.php?id=10">Blabber</a></li>
<li><a href="http://jugendstil.artbb.ru/viewforum.php?id=8">Advertising</a></li>
    </ul></div>
    <div class="clear"></div>

5

ссылки

Код:
<table bgcolor="#000000"> 
<tr> 
<td> <a class="men" href="http://soundofmydreams.ru/" title="�����" >link</a></td> 
<td> <a class="men" href="http://soundofmydreams.ru/" title="�����" >link</a></td> 
<td> <a class="men" href="http://soundofmydreams.ru/" title="�����" >link</a></td> 
<td> <a class="men" href="http://soundofmydreams.ru/" title="�����" >link</a></td> 
<td> <a class="men" href="http://soundofmydreams.ru/" title="�����" >link</a></td> 
</tr> 
 
</table>

ксс

Код:
a.men:link, a.men:visited, a.men:active{
text-decoration: none;
background: #000000;
width: 85px;
padding-top: 5px;
padding-bottom: 5px; 
font-family: Verdana;
font-size: 12px;
color: #FFFFFF;
display: block;
-moz-border-radius: 7px;
border-radius:7px;
text-align:center;
}
a.men:hover {
background: #c0c0c0;
-moz-border-radius: 7px;
border-radius:7px;
cursor: default;
}

6

картинка при наведении на ссылку
верх

Код:
<div id="container">
 <ul id="nav">
  <li><a href="ссылка">Home</a></li>
  <li><a href="ссылка">About</a></li>
  <li><a href="ссылка">Work</a></li>
  <li><a href="ссылка">Contact</a></li>
 </ul>
</div>

низ

Код:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"></script>
<script src="https://forumstatic.ru/files/000f/33/e7/54255.js" type="text/javascript"></script>
<script src="https://forumstatic.ru/files/000f/33/e7/88789.js" type="text/javascript"></script>

ксс

Код:
ul#nav {
	width: 700px; margin: 0 auto; text-align: center; overflow: hidden;
}
	ul#nav li {
    float: left; list-style: none; 
	}
    ul#nav li a {
    	display: block; width: 97px; height: 77px; 
    	padding: 72px 0 0 0; margin: 0 32px 0 32px;
    	font: bold 16px Helvetica, Arial, Sans-Serif; text-transform: uppercase;
    	color: #9c5959; text-shadow: 0 1px 3px #c4bda6; text-decoration: none;
    	
    	background: url(https://forumstatic.ru/files/000f/33/e7/60551.png) 0 -149px no-repeat; 
    }
    	ul#nav li a:hover {
        background: url(https://forumstatic.ru/files/000f/33/e7/60551.png) 0 0 no-repeat;
        color: #eee9d9; text-shadow: 0 2px 3px #4c2222;
    	}
    	
    	ul#nav li a.js:hover {
        background: url(https://forumstatic.ru/files/000f/33/e7/60551.png) 0 -149px no-repeat;
    	}

7

навигация для важных ссылок

Код:
/* Main */
#tsm
{
        width: 100%;
        margin: 0;
        padding: 10px 0 0 0;
        list-style: none;
        background: #111;
        background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
        background: -webkit-linear-gradient(#444, #111);
        background: -o-linear-gradient(#444, #111);
        background: -ms-linear-gradient(#444, #111);
        background: linear-gradient(#444, #111);
        -moz-border-radius: 50px;
        border-radius: 50px;
        -moz-box-shadow: 0 2px 1px #9c9c9c;
        -webkit-box-shadow: 0 2px 1px #9c9c9c;
        box-shadow: 0 2px 1px #9c9c9c;
}

#tsm li
{
        float: left;
        padding: 0 0 10px 0;
        position: relative;
}

#tsm a
{
        float: left;
        height: 25px;
        padding: 0 25px;
        color: #999;
        text-transform: uppercase;
        font: bold 12px/25px Arial, Helvetica;
        text-decoration: none;
        text-shadow: 0 1px 0 #000;
}

#tsm li:hover > a
{
        color: #fafafa;
}

*html #tsm li a:hover /* IE6 */
{
        color: #fafafa;
}

#tsm li:hover > ul
{
        display: block;
}

/* Sub-menu */

#tsm ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    top: 35px;
    left: 0;
	width:150px;
    z-index: 99999;
    background: #444;
    background: -moz-linear-gradient(#444, #111);
    background: -webkit-gradient(linear,left bottom,left top,color-stop(0, #111),color-stop(1, #444));
    background: -webkit-linear-gradient(#444, #111);
    background: -o-linear-gradient(#444, #111);
    background: -ms-linear-gradient(#444, #111);
    background: linear-gradient(#444, #111);
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#tsm ul ul {
	top: 0;
  left: 120px;
}

#tsm ul li
{
    float:none;
    margin: 0;
    padding-left:0px;
    display: block;
    -moz-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    -webkit-box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
    box-shadow: 0 1px 0 #111111, 0 2px 0 #777777;
}

#tsm ul li:last-child
{
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#tsm ul a
{
    padding: 10px;
        height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
        text-transform: none;
}

*html #tsm ul a /* IE6 */
{
        height: 10px;
        width: 150px;
}

*:first-child+html #tsm ul a /* IE7 */
{
        height: 10px;
        width: 150px;
}

#tsm ul a:hover
{
    background: #0186ba;
        background: -moz-linear-gradient(#04acec,  #0186ba);
        background: -webkit-gradient(linear, left top, left bottom, from(#04acec), to(#0186ba));
        background: -webkit-linear-gradient(#04acec,  #0186ba);
        background: -o-linear-gradient(#04acec,  #0186ba);
        background: -ms-linear-gradient(#04acec,  #0186ba);
        background: linear-gradient(#04acec,  #0186ba);
}

#tsm ul li:first-child a
{
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}

#tsm ul li:first-child a:after
{
    content: '';
	display:none
    position: absolute;
    left: 30px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #444;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#tsm ul li:first-child a:hover:after
{
    border-bottom-color: #04acec;
}

#tsm ul li:last-child a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

#menu ul ul li:first-child a:after
{
    left: -8px;
    top: 12px;
    width: 0;
    height: 0;
    border-left: 0;	
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-right: 8px solid #444;
}

#menu ul li:first-child a:hover:after
{
    border-bottom-color: #04acec; 
}

#menu ul ul li:first-child a:hover:after
{
    border-right-color: #04acec; 
    border-bottom-color: transparent; 	
}


#menu ul li:last-child > a
{
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}


/* Clear floated elements */
#tsm:after
{
        visibility: hidden;
    display:none;
        display: block;
        font-size: 0;
        content: " ";
        clear: both;
        height: 0;
}

* html #tsm             { zoom: 1; } /* IE6 */
*:first-child+html #tsm { zoom: 1; } /* IE7 */

хтмл

Код:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
	<head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
    <title>tsm</title>
    <link rel='stylesheet' type='text/css' href='tsm.css'/>
    <script type="text/javascript" src="http://code.jquery.com/jquery-latest.min.js"></script>
<script type="text/javascript">
        $(function() {
          if ($.browser.msie && $.browser.version.substr(0,1)<7)
          {
                $('li').has('ul').mouseover(function(){
                        $(this).children('ul').show();
                        }).mouseout(function(){
                        $(this).children('ul').hide();
                        })
          }
        });
</script>
	</head>
	<body>
    <ul id="tsm">
        <li><a href="#">Game Updates</a>
          <ul>
              <li><a href="#">Game News</a></li>
              <li><a href="#">Patch Updates</a></li>
              <li><a href="#">Version Updates</a></li>
              <li><a href="#">New Players</a></li>
          <li><a href="#">Upcoming Events</a></li>
              <li><a href="#">Calendar</a></li>
              <li><a href="#">Twitter</a></li>
              <li><a href="#">Tumblr</a></li>
    	  <li><a href="#">Deviantart</a></li>
              </ul>
    </li>
        <li><a href="#">Community</a>
          <ul id=tsm>
              <li><a href="#">Member Bulletins</a></li>
              <li><a href="#">Member/Character List</a></li>
              <li><a href="#">The Workshop</a></li>
              <li><a href="#">Awards Opt In</a></li>
              <li><a href="#">Player Collections</a></li>
          <li><a href="#">OOC Hub</a></li>
              <li><a href="#">Blogs</a></li>
              <li><a href="#">Competitions</a></li>
              <li><a href="#">Today's Top 10</a></li>
              </ul>
    </li>
    <li><a href="#">Roleplay</a>
          <ul id=tsm>
              <li><a href="#">Active Characters</a></li>
              <li><a href="#">Adoptables</a></li>
              <li><a href="#">Thread Pairing</a></li>
              <li><a href="#">Sizael Kingdom</a></li>
          <li><a href="#">Lemora</a></li>
              <li><a href="#">Deabition</a></li>
              <li><a href="#">Hirra's Sea</a></li>
              <li><a href="#">Specials</a></li>
    	  <li><a href="#">Inactive Characters</a></li>
              </ul>
    </li>
    <li><a href="#">Play Guides</a>
          <ul id=tsm>
          <li>
          	<a href="#">Starting Help</a>
    	      <ul><li>
              <li><a href="#">Getting Started</a></li>
    	      </li></ul>
    	  </li>
              <li><a href="#">Specials</a></li>
              <li><a href="#">Specials</a></li>
              <li><a href="#">Specials</a></li>

              <li><a href="#">Getting Started</a></li>
              <li><a href="#">Beginner's Roleplay</a></li>
              <li><a href="#">Creating A Character</a></li>
              <li><a href="#">Creating History</a></li>
          <li><a href="#">Character Relations</a></li>
              <li><a href="#">After Acceptance</a></li>
              <li><a href="#">Basic Punctuation</a></li>
              <li><a href="#">Anatomy of a 'Good' Post</a></li>
    	  <li><a href="#">Roleplaying Manners</a></li>
    	  <li><a href="#">Posting Styles</a></li>
              <li><a href="#">First IC Post</a></li>
    	  <li><a href="#">Unstick Yourself!</a></li>
              <li><a href="#">Writing RP Tips</a></li>
              <li><a href="#">Fight Scenes</a></li>
              <li><a href="#">Glossary of Terms</a></li>
              <li><a href="#">Common Sense Policy</a></li>

</ul>
    </li>
    <li><a href="#">Guidebook</a>
          <ul id=tsm>
              <li><a href="#">Game Rules</a></li>
              <li><a href="#">Recommended Reads</a></li>
              <li><a href="#">Game Mechanics</a></li>
              <li><a href="#">The Story</a></li>
          <li><a href="#">Characters</a></li>
              <li><a href="#">Companions & NPCs</a></li>
              <li><a href="#">World of Seno</a></li>
              <li><a href="#">Credits</a></li>
              </ul>
    </li>
    <li><a href="#">Staff</a>
          <ul id=tsm>
              <li><a href="#">Captain</a></li>
              <li><a href="#">HUD</a></li>
              <li><a href="#">Tempory</a></li>
              <li><a href="#">Apply</a></li>
	</body>
</html>

8

ikfygjigyu


Вы здесь » DONUTS AREA » * а р х и в » вся хрень


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