Posted April 20th 2013, 9:54 pm
How to Add this...
I saw that on this Forum: http://animeph.4umer.com/forum
My forum: http://blood-line.forumtl.com/forum
:B|:
Message (Page 1 of 1)
Posted April 20th 2013, 11:05 pm
Cr4ZyBoY wrote:i think thats the home message i think u can use html for it am i right ? xD
give a try: Administration panel-->Display-->Homepage-->Generalities-->Homepage Message do it with Html like thisand save :)
- Code:
<img src="LINK GOES HERE">
Hope it works
Posted April 21st 2013, 12:39 am
#testGallery {
list-style:none;
padding:25px;
font:normal 85%/150% arial,helvetica,sans-serif;
}
#testGallery li {
display:inline;
}
#testGallery br {
display:none; /* BR are for non screen.css users */
}
#testGallery a {
position:relative;
zoom:1; /* fix IE positioning bugs */
display:inline-block;
padding-top:108px;
text-decoration:none;
z-index:1;
-webkit-transition:z-index 0.5s 0;
-moz-transition:z-index 0.5s 0;
-o-transition:z-index 0.5s 0;
transition:z-index 0.5s 0;
}
#testGallery a:active,
#testGallery a:focus,
#testGallery a:hover {
z-index:999;
}
#testGallery a img {
position:absolute;
top:0;
left:0;
width:100px;
height:100px;
-webkit-transition:width 0.5s, height 0.5s, left 0.5s, top 0.5s;
-moz-transition:width 0.5s, height 0.5s, left 0.5s, top 0.5s;
-o-transition:width 0.5s, height 0.5s, left 0.5s, top 0.5s;
transition:width 0.5s, height 0.5s, left 0.5s, top 0.5s;
}
#testGallery a:active img,
#testGallery a:focus img,
#testGallery a:hover img {
top:-25px;
left:-25px;
width:150px;
height:150px;
}
#testGallery span {
display:inline-block;
width:100px;
height:4.5em; /* three lines */
text-align:center;
}
<ul id="testGallery">
<li>
<a href="#">
<img src="IMAGEURLHERE">
<br /><span></span></a>
</li>
<li>
<a href="#">
<img src="IMAGEURLHERE">
<br /><span></span></a>
</li>
<li>
<a href="#">
<img src="IMAGEURLHERE">
<br /><span></span></a>
</li>
<li>
<a href="#">
<img src="IMAGEURLHERE">
<br /><span></span></a>
</li>
<li>
<a href="#">
<img src="IMAGEURLHERE">
<br /><span></span></a>
</li>
<li>
<a href="#">
<img src="IMAGEURLHERE">
<br /><span></span></a>
</li>
</ul>
Message (Page 1 of 1)
Permissions in this forum:
You cannot reply to topics in this forum
In total there is 0 user online :: 0 Registered, 0 Hidden and 0 Guests
Users browsing this forum: None