Logo in topmenu

GK User
Fri Dec 10, 2010 12:06 pm
Hi All,

This is my first post to this forum and hope you could help me...:)

I would like to put in a logo in the topmenu with an url the a website. (see attachment)
Where can I do this?

You could see the website on www.adwebsign.nl/2-henri

Best Regards,
Frans


logo-menu.jpg
User avatar
Fresh Boarder

GK User
Fri Dec 10, 2010 2:31 pm
Menu is a part of Joomla CMS structure, so could't add image in this place. Maybe, try to set image for menu position (in Menu Positon options) and add some suffix to align selected menu element to the right ... I have no idea how to do it another way :)

Welcome to Gavick .
User avatar
Platinum Boarder

GK User
Fri Dec 10, 2010 3:08 pm
Maybe one of your colleague ? ;-)

best regards,
Frans
User avatar
Fresh Boarder

teitbite
Fri Dec 10, 2010 9:36 pm
Hi

You can add it manualy in the code, for example:

Code: Select all
<img class="llogo" scr="../images/llogo.png" />


and than place it in right place using css code:

Code: Select all
img.llogo {
position:absolute;
top:100px;
right:10px;
}


Probably You will need to set the base layer "relative" also.
User avatar
Moderator


cron