
 [b]Description:[/b] This Rollover banner will switch your banner to another banner when the mouse hovered into it.

 [b]Preview:[/b] [url=http://profiles.friendster.com/27423079]CLICK[/url]

 [b]Requirements:[/b] Replace your old banner.. hehe.. that's all..

 [b]Code:[/b]
[spoiler]/*SECOND MAIN TABLE */
table#flo1t {
  background-color: transparent;
  background-image: url(1ST BANNER);
  background-attachment: scroll;
  background-repeat:no-repeat;
  background-position: top center;
  padding: 30px;
  padding-bottom:5px;
  margin: 25px 25px 25px 25px;
  border: 0px solid #5e6d7c! important;
}
table#flo1t:hover {
background-image: url(2ND BANNER);
}[/spoiler]
that's it.. done 
 
					Last edited by ezekielclarion (2008-09-28 01:16:34)