Quote:
Originally Posted by Jesh
I'd like to do something along the lines of this site's footer, where the logo is on the bottom right: http://www.completevb.com/demovb4/forum.php?styleid=7
I am assuming it is just CSS modification?
I'm new to CSS, although I am very familiar with languages like PHP, C++, VB and others. I'm not too much of an HTML guy, although I know the basics and a little bit of CSS.
Just need to be pointed in the right direction and I can pick up the rest.
Thanks!
|
If you view the page source, you will see what code they have used and where.
HTML Code:
<div class="footerLogo">
<a name="top" href="forum.php?"><img src="images/styles/AnimatedArena/style/footerLogo.png" alt="CompletevB Demo vB4 - Powered by vBulletin" /></a>
</div>
Then use firebug to see how the footerLogo class is defined.