Cool Fixed position ad banner???
I found a source that said their code works in wordpress.
<div id="bottomBanner"><a href="http://foliofocus.com/"><img src="http://designm.ag/images/ffbanner.jpg" alt="Folio Focus" width="964" height="40" /></a></div>
Then this code will style it..
#bottomBanner {
display: block;
position: fixed;
bottom: 0px;
left: 0px;
width: 100%;
height: 40px;
z-index: 999;
text-align: center;
background-color: #b5ae92;
}
#bottomBanner img {
margin: 0 auto;
border: none;
} Are they supposed to be combined in some way?
Does anyone know a way to help? please??
- Sam
-
Unomateo -
Thanks
{{ DiscussionBoard.errors[4695384].message }} -