2013-02-27, 09:05:06
(This post was last modified: 2013-02-27, 09:05:54 by Psychosopher.)
(2013-02-27, 08:06:51)ShaneTFletcher Wrote: How can I align this to the right of the menu?
Add a new class to the CSS like:
Code:
.right {
position:absolute;
right:0;
}
Add the class to the tag:
Code:
<li class="right">
<a href="http://www.socialnetwork.com/my-account"><img src="http://www.mydomain.com/socialnetwork-logo.jpg"></a>
</li>
Perhaps you have also to define the position and width of the menu bar.