stuff fades
This commit is contained in:
parent
5030fbb8b5
commit
f3bc651359
3 changed files with 5 additions and 2 deletions
|
|
@ -10,4 +10,7 @@ $(document).ready( function() {
|
|||
}
|
||||
|
||||
$("."+vars['g']).addClass('selected');
|
||||
|
||||
$("#group img").load(function(){$(this).fadeIn("slow");});
|
||||
|
||||
});
|
||||
|
|
|
|||
|
|
@ -445,5 +445,5 @@ h1.big_text {
|
|||
top: -13px;
|
||||
left: 7px; }
|
||||
#group #friend_pictures img {
|
||||
display: inline-block;
|
||||
display: none;
|
||||
height: 40px; }
|
||||
|
|
|
|||
|
|
@ -553,5 +553,5 @@ h1.big_text
|
|||
:top -13px
|
||||
:left 7px
|
||||
img
|
||||
:display inline-block
|
||||
:display none
|
||||
:height 40px
|
||||
|
|
|
|||
Loading…
Reference in a new issue