Hi,
Not sure how to do this (see image).
I have a span with the PRO background image. I want to have it follow the h3.
Not sure what CSS to use for <span class="pro-badge"></span>.PHP Code:<div class="recent-user">
<a href="/user/profile/JuliaMcConahay">
<img class="simple-border" src="/dimages/load/11539_329332820388_636320388_9943867_1593113_n.jpg/tiny">
</a>
<h3>
<a href="/user/profile/JuliaMcConahay" class="more">
JuliaMcConahay</a>
</h3><span class="pro-badge"></span>
I have this:
but it doesn't cooperate.Code:span.pro-badge { margin-left:3px; float:right; width:21px; height:13px; background:url('/img/profile/pro-badge.png'); background-repeat:no-repeat; }
Thanks,
Ben




Reply With Quote




Bookmarks