Search found 5 matches

by devzero
Sat Dec 04, 2004 6:38 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Image and bgimage together.
Replies: 10
Views: 10184

I have managed to get it to work with the HTML code for the images inserted in the Ai function. This is not an ideal way of doing it for me, as I have multiple web sites generated by the same .net code. The code for generating the Ai statement is in the compiled code, and thus needs a recompile for ...
by devzero
Fri Dec 03, 2004 12:37 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Image and bgimage together.
Replies: 10
Views: 10184

Must have been partialy asleep... im running 5.60 on my development machine, where i have the same problem. Apparently forgott to uppdate my production system :)

Anyway, I have uppdated my production and development system to 5.62 now, and still have the same problem.
by devzero
Thu Dec 02, 2004 7:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Image and bgimage together.
Replies: 10
Views: 10184

Late answer...

Andy:
I am very sure the image locations are correct. When I comment out like this:

//image="resources/images/btn_blue.gif";
bgimage="resources/images/buttonMiddleOn.gif";

The correct background image shows. When i use the code on top:

image="resources/images/btn_blue.gif";
bgimage="resources ...
by devzero
Sun Nov 28, 2004 11:40 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Image and bgimage together.
Replies: 10
Views: 10184

I tried adding "image=resources/images/buttonMiddleOn.gif;" while keeping the bgimage="resources/images/buttonMiddleOn.gif"; in the with(menuStyle=new mm_style()){ block. This made no diffrence. I am testing the menu in firefox 1.0 and explorer 6.0 (and i dont realy care if its working or not in any ...
by devzero
Sat Nov 27, 2004 10:54 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Image and bgimage together.
Replies: 10
Views: 10184

Image and bgimage together.

I have been looking around the forums for a solution to this, but could not find anything so i thought I would ask here.

I want to put an image before each tekst, and a background image on each menu item. Here is the code im using:

image="resources/images/btn_blue.gif";
bgimage="resources/images ...