Search found 5 matches

by theredbaron76
Tue Jul 03, 2007 1:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: separatorimage problem
Replies: 4
Views: 21298

My code is like this...

<script>

_menuCloseDelay=500;
_menuOpenDelay=350;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle1=new mm_style()){
align="left";
borderwidth=1;
bordercolor="#303030";
separatorimage='http://www.bisiacaria.com/images/separ.gif';
separatorsize=1 ...
by theredbaron76
Tue Jul 03, 2007 1:44 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: separatorimage problem
Replies: 4
Views: 21298

My code is like this...

<script>

_menuCloseDelay=500;
_menuOpenDelay=350;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle1=new mm_style()){
align="left";
borderwidth=1;
bordercolor="#303030";
separatorimage='http://www.bisiacaria.com/images/separ.gif';
separatorsize=1 ...
by theredbaron76
Mon Jun 11, 2007 10:36 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: separatorimage problem
Replies: 4
Views: 21298

separatorimage problem

Hello, I found a problem using separatorimage='path/namefile' style property. Custom image doesn't appear immediately but only when I roll over all menu items. Is there a bug?

I use last version of the script and a list based menu.

Thanks for help

Here is script demo url: http://www.bisiacaria ...
by theredbaron76
Fri Jun 08, 2007 3:47 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: target= in ListMenu
Replies: 7
Views: 5415

Yes, it works... but it doesn't open new browser window...
Here is my test page
http://www.bisiacaria.com/menutest.asp?topcat=7

Thanks in advance
by theredbaron76
Thu Jun 07, 2007 3:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: target= in ListMenu
Replies: 7
Views: 5415

target= in ListMenu

Hello. Is it possible to target in a new windows using list based men?
Thought it was to insert an easy "target='_blank'" inside my <a href tag... but it doesn't work. It opens in my self window only.

Any idea? Here is my little code:


<tr>
<td>


<script>

_menuCloseDelay=500 ...