Johnnymushio
04-23-2011, 11:01 PM
#billboard {
color: #ffffff;
font: 14px arial;
height: 25px;
margin: 0 25px 0 25px;
padding: 0;
position: absolute;
bottom: 17px;
width: 850px;
}
.billcontent {
width: 100%;
}
#billboard a {
color: #ffffff;
display: inline;
}
<div id="billboard">
<div id="billboard0" class="billcontent">Japan Townへようこそ!!</div>
<div id="billboard1" class="billcontent">The <a href="/japanchat.php?frames">chat room</a> and message board are open!!</div>
<div id="billboard2" class="billcontent">Enjoy the new site design!!</div>
</div>
page: http://japantown.awardspace.com/
wait 5 seconds for the billboard to change.
if i do not display it inline, the link gets displayed below the line, displaying it inline makes it display over the text following it.
how can I make it display normally?
color: #ffffff;
font: 14px arial;
height: 25px;
margin: 0 25px 0 25px;
padding: 0;
position: absolute;
bottom: 17px;
width: 850px;
}
.billcontent {
width: 100%;
}
#billboard a {
color: #ffffff;
display: inline;
}
<div id="billboard">
<div id="billboard0" class="billcontent">Japan Townへようこそ!!</div>
<div id="billboard1" class="billcontent">The <a href="/japanchat.php?frames">chat room</a> and message board are open!!</div>
<div id="billboard2" class="billcontent">Enjoy the new site design!!</div>
</div>
page: http://japantown.awardspace.com/
wait 5 seconds for the billboard to change.
if i do not display it inline, the link gets displayed below the line, displaying it inline makes it display over the text following it.
how can I make it display normally?