hello,
i have created a bottom bar like facebook's. I want to have some menus on that bar so when i click they will drop up and have some text inside (code). i don't know how to do that and i don't know how to have image and text in the same line (when i have an image and then a text the text goes down). Please help me
<style type="text/css">
#bottom {
width: 95%;
position: fixed;
bottom: 30px;
background: #EEEEEE;
color: #cc0000;
border-top: 2px solid #666666;
border-left: 3px solid #666666;
border-right: 2px solid #666666;
-moz-border-radius-topleft: 7px;
-moz-border-radius-topright: 7px;
margin-bottom:-30px;
}
</style>
<div id="bottom"> <a href="ht tp:// mysite . ws"><img src="ht tp:// mysite . ws/navbar.png" border="0"></a> Under Heavy Construction!
</div>