|
Awesome News Ticker under Navbar @xitclub
Hello,
here i am sharing another cool template modification that i have used on my forum. Demo : http://www.xitclub.com/ Steps: 1: Goto Styele Manager >Edit Template >CSS Templates >aditional.css (Double Click to Edit Add at bottom of all content in aditional.css Code:
.news-container
{
width:100%;
min-width:990px;
height:30px;
background-color:black;
}
#news-container-box
{
width:990px;
height:30px;
margin-left:auto;
margin-right:auto;
}
#news-heading
{
width:150px;
height:30px;
background-image:url(news-bg.png);
background-repeat:no-repeat;
float:left;
}
#news-content
{
width:990px;
height:30px;
background-color:#f6f6f6;
-moz-border-radius:5px;
}
#news-news
{
width:840px;
height:30px;
float:right;
font-family:Arial, Helvetica, sans-serif;
font-size:20px;
color:#060;
text-align:center;
}
#news-news a
{
text-decoration:none;
color:#F00
}
Find Code:
<!-- closing div for above_body --> Code:
<div class="news-container">
<div id="news-container-box">
<div id="news-heading"></div>
<div id="news-content">
<div id="news-news">
<marquee behavior="scroll" scrollamount="7" OnMouseOver="this.stop()" OnMouseOut="this.start()"> Your News Goes Here </marquee>
</div>
</div>
</div>
</div>
3: Upload news-bg.png to your forum root Don't forget To say Thanks If You LIKE This Modification Download No files for download. Screenshots |
|||||||||
Similar Mods
| vB News Ticker | vBulletin 3.5 Add-ons |