Twisted
User
 Fresh Boarder
| Posts: 2 |   | Karma: 0
|
Horizontal Menu With Images, Check to see if work - 2005/09/26 15:52
Hello all,
As far as I know, I got my images to work with LxMenu Free. I tried it in both IE6 and Firefox 1.0.7 and they seem to work ok, I was just wondering how they work for everyone else. I have tried various menu scripts for Joomla/Mambo and finally got one to "work" as far as I know.
Also, I wanted to thank you Georg Lorenz for offering a free menu script, that does allow images in the menu to a degree. For the others here below is what I had done to get mine working.
The table holding the "topmenu" in the modified version of Mody Crystal template, from www.mambodyssee.com. Of course I'm using my own images and such. Buttons or menu images are 95px wide by 25px high, the little bar above it is 11px high and used 100% width.
| Code: | <tr>
<td width="100% height="11">
<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td>
<img src="/images2/middle_bar.gif" width="100%" height="11"><br>
</td></tr></table>
<tr>
<td width="100% height="25">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tr height="25">
<td background="/images2/button2.gif">
<?php mosLoadModules ( 'user3', -1); ?>
</td>
</tr>
</table>
</td>
</tr>
|
I just had made the settings in the LxMenu Control panel according to image sizes and such. Here is the URL to my site under construction. Alot needs done there yet, so bare with me. Hopefully my menu works for you and all your various browsers.
http://www.vindictivebastard.net/community/
Twisted
msn messenger addy: psgif180@hotmail.com
Post edited by: Twisted, at: 2005/09/26 16:00
|