EFECTO DE AGRANDAR LAS IMAGENES AL PASAR EL CURSOR:
<style type="text/css">
#krish
{width:100%;}
#krish img
{
height:100px;
width:100px;
margin-top:100px;
}
#krish img:hover
{
height:200px;
width:200px;
margin-top:0px;
position:relative;
top:30px;
left:-10px;
}
</style>
<div id="krish" align="center">
<img src="URL DE LA IMAGEN" />
<img src="URL DE LA IMAGEN" />
<img src="URL DE LA IMAGEN" />
<img src="URL DE LA IMAGEN" />
</div>
CODIGO PARA OCULTAR TODO:
<style type="text/css">
#content-left { padding-left:245px; padding-right:245px; }
#lifestyle{border:none !important;}
#p_nav_header, div.profile-nav, #url,#recent-updates, #interests, #background,
#groups, #schools, #videos, #journalDetail, #widgets, .section-separator,
#user-fives, #footer, #user-details, #p_center div iframe, #content-right, h1, h4
{display:none;}</style>
O ESTE OTRO CODIGO PARA OCULTAR TODO:
<style type="text/css">
#profile-nav {display: none;}
#groups {display: none;}
#schools {display: none;}
#photoAlbums {display: none;}
#videos {display: none;}
#user-schools {display: none}
#journal {display: none;}
#groups {display: none;}
#schools {display: none;}
#photoAlbums {display: none;}
#videos {display: none;}
#widgets {display: none;}
#journalDetail {display: none;}
#recent-updates {display: none;}
#friends {display: none;}
#comments {display: none;} </style>
EFECTO EN LAS IMAGENES SOLO INTERNET EXPLORER
<style type="text/css">
img { filter:Alpha(Opacity=50);}
a img{ filter:Alpha(Opacity=100, FinishOpacity=0, Style=2);}
a:hover img{ filter:Alpha(Opacity=60);}
</style>
LETRA CAPITAL EN LOS COMENTARIOS:
<style type="text/css">
.comment-text:first-letter { font-size: 300%; color:red; }
</style>
IMAGEN EN DONDE SE ESCRIBE EL COMENTARIO
<style type="text/css">
.commentEditor form textarea{
color: #FFFFFF;
border: 0px #000000 solid;background-image:url(URL DE LA IMAGEN);
overflow:auto;height:100px;width:400px;}
</style>
PARA CAMBIAR EL ICONO DE HI5 EN LA PARTE SUPERIOR IZQUIERDA
<style type="text/css">#new_header { zoom:1; position:relative; background:url(URL DE LA IMAGEN) 10px 0px no-repeat; width:100%; text-align:left; }</style>
PARA CENTRAR EL TEXTO DE DONDE DICE AMIGOS, ALBUM, COMENTARIOS:
<style> #recent-updates h1 , #friends h1 ,#photoAlbums h1, #lifestyle h1, #interests , #user-fives h1 , #journalDetail h1 {text-align : center;}</style>
CODIGO PARA PONER LA BARRA DE DESPLAZAMIENTO AL LADO IZQUIERDO:
<style>
body {direction:rtl;}table {direction:ltr;}</style>
PARA QUITAR LOS ENLACES DEBAJO DE LA FOTO:
<style type="text/css">
#picture-links{display:none}
#user-links {display:none}
.subsection-separator{display:none}
</style>
OCULTAR REPORTAR ABUSO:
<style type="text/css">
#abuse-links {display:none}
</style>
O SI NO SIRVE ESTE OTRO PRUEBALO:
<style type="text/css">
#abuse-links {display:none !important}
</style>
Girly Comments & Graphics
UN BESITO DE GRETTEL QUE TE QUIERE MUCHO