What would I change here to make the banner appear along the bottom?
Code:CSS CODE: <style type="text/css"> #fixed { position: fixed; position: expression("absolute"); left: 10px; padding: 10px; top: 10px; top: expression(eval(document.body.scrollTop)+10); </style>Code:HTML CODE: <div id="fixed"> <img src="http://www.freewebs.com/betahalotesters/title.jpg" title="" alt="Title" style="height: 187px; width: 723px;"><br> </div>




Bookmarks