actually, it's not working, hehe.
here's my code:
Code:
css:
#bluebar {
background-image: url(/images/myimage.gif);
background-repeat: no-repeat;
font-family: Tahoma, Verdana, sans-serif;
color: #FFFFFF;
font-weight: bold;
font-size: 11px;
padding: 5px;
}
#bluebar img {
float: right;
}
xhtml:
<div id="bluebar">
my text
<a href="#top"><img src="images/myimage.gif" alt="" border="0" /></a>
</div>
...and the image appears below the bluebar, aligned right, whereas i want it inside the bluebar at the right.
also, the image is tiny and the text is short.
what to do?
Bookmarks