Search found 32 matches

by Swetsenegger
Tue Oct 05, 2004 6:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

Refreshing memory

Will the beta opacity make it in a future release?
by Swetsenegger
Thu Jul 22, 2004 6:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

Any news about the opacity for Mozilla, Firefox and Netscape?
by Swetsenegger
Mon Jul 05, 2004 5:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 5.3x One submenu not working
Replies: 3
Views: 3475

Solved...
by Swetsenegger
Mon Jul 05, 2004 1:50 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 5.3x One submenu not working
Replies: 3
Views: 3475

Andy wrote:Hi,

This bug has been fixed in the new version.

Currently this is version 5.31b but will soon become version 5.32 once testing has been completed.

Cheers
Andy
Hmz, then I probably had version 5.31a

Thanks, I'll try tonight
by Swetsenegger
Mon Jul 05, 2004 1:48 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

It would be great if this could be implemented in a future release!

I wish it could be included. THe problem is the lack of support for opacity in Konquerer and Opera.

However, opacity is a standard property in CSS3. As these browsers start to support CSS3 it should be possible.

Cheers
Andy
Ok ...
by Swetsenegger
Sun Jul 04, 2004 7:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: 5.3x One submenu not working
Replies: 3
Views: 3475

5.3x One submenu not working

After updating to 5.3x one url in a submenu is not working anymore.

look at http://home.planet.nl/~swets021
Click 'Persoonlijk' (personal)
In the submenu click 'Saskia'
In the next submenu try to click 'Saskia'

This is not working, it does not open the new page. With older versions it did. And if ...
by Swetsenegger
Sat Jul 03, 2004 6:02 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Warning about Norton's Internet Security, bit of a blog.
Replies: 28
Views: 24614

Norton (and all other security software) sucks.

Why? Well, it's save indeed, but end-users have no clue what the software is doing.

I'm a technical manager for one of the bigger european companies which manufacter routers for home use. And one of the big issues is the fact the firewall software ...
by Swetsenegger
Sat Jul 03, 2004 11:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: position="relative" and iFrame problem
Replies: 10
Views: 7941

Unfortunately this bug still exists.

When doing a relative positioning, placing the data of the main menu inside the HTML it's not possible to put a direct URL in the main menu.
More precise, it will open in a new window (and not in a target when using frames) en the status text does not show.
The ...
by Swetsenegger
Sat Jul 03, 2004 11:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

Hi,

I thought I'd dig the code out from the vault that I was working on years ago.

The reason I stopped developing this was because it seemed a little too slow on the lesser browsers and on lesser machines.

This post revitalized the quest so I've built the old code in to the new menu and it ...
by Swetsenegger
Tue Jun 29, 2004 3:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548


However, applying an opacity setting in an alpha() filter, as used in the overfilter or outfilter milonic properties, will only work in IE5.5+ (on Windows), because these filters rely on DirectX technology to render their effect (DirectX being a Microsoft technology).

Cheers,

Kevin
OK, that's ...
by Swetsenegger
Wed Jun 23, 2004 2:34 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

Aha, it's a shame, but nothing to do about it....
by Swetsenegger
Wed Jun 23, 2004 2:10 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: replacing the menu
Replies: 2
Views: 2840

http://milonic.com/menusample9.php

So, in a table or div.
by Swetsenegger
Wed Jun 23, 2004 7:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

Pushy, pushy :P Ok, that can be applied to images like so <IMG style="-moz-opacity:0.5" src="test.gif"> However, I have no clue how you would apply that to the background image of the menu. There may be another way to do it, but only if I can see what you want, so do you have a test page with the ...
by Swetsenegger
Tue Jun 22, 2004 9:33 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

Actually, the menu does allow you to apply the moz-opacity, and also opacity to cover the safari. It's applied through off/on class. You will have to check it and make sure you have the look you want in the final result. . I did check the on/off class for it and it and it does work but details are ...
by Swetsenegger
Tue Jun 22, 2004 3:36 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

I understand, but why is only filter:alpha(opacity=xx); supported in the menu style, and not the mozilla equivalent?
I think Andy is doing a fantastic job of supporting as many browsers as he does, but it's virtually impossible to cover them all. There are too many browsers, too many still in beta ...
by Swetsenegger
Tue Jun 22, 2004 8:07 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

You can set opacity by creating a class in the style sheet, i.e.


.opaque {
opacity: .5;
filter: alpha(opacity=50);
-moz-opacity: .5;
}

the first is I believe for Safari, the second is ie and the last is of course mozilla.

alpha(opacity) is proprietary to IE, moz-opacity is a take off on ...
by Swetsenegger
Mon Jun 21, 2004 8:18 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Page Validation
Replies: 6
Views: 4545

<script type="text/javascript">
<!--
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>");
-->
</script>

Just add the 'comment' tags.
My site is XHTML 1.1 strict validated with this code ...
by Swetsenegger
Mon Jun 21, 2004 8:14 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

Maz wrote:Not because it an MS IE feature only.

maz
:?:

-moz-opacity:0.8
by Swetsenegger
Mon Jun 21, 2004 6:59 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Opacity gecko based browsers
Replies: 22
Views: 17548

Opacity gecko based browsers

Will opacity be supported for gecko based browsers (NS, Moz, FF) in the future?

And if so, when.
If not...why not? :)
by Swetsenegger
Tue Jun 15, 2004 4:07 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: position="relative" and iFrame problem
Replies: 10
Views: 7941

The problem is (almost) solved. I redesigned the site to an overflow div instead of an iframe.

This because of XHTML1.1 compatibility