Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:20

Can I get the menu to look like this? Transparent borders?


Poster: vikenk
Dated: Thursday December 22 2005 - 18:08:38 GMT

Hello everyone,

I want to implement the Milonic menu in my own personal site but I want to retain the old menu's look. Go to:

http://home.comcast.net/~vikenk

On the left is a menu system that's NOT Milonic. I'd like to replace the menu but retain it's look. Notice how each menu item (to use a Milonic term) has a (IE Only) shadow around it? This was achieved by making the borders around the menu and between the menu items transparent. I want to retain this look, with the shadow around each item.

How can I aceive this with the Milonic menu? I've tried separatorwidth="" ; - leaving the value blank. I've also tried to type "transparent" as the value, but neither attempt worked.

Any ideas? Thanks.

Viken K.


Poster: Migru
Dated: Thursday December 22 2005 - 21:09:26 GMT

Hi

a) Please look at
http://support.milonic.com/demos/frames/index.htm
there is a sample menu explained, using frames and
b) http://www.milonic.com/styleproperties.php
the style properties are listed, where you will find
- separatorwidth
- separatorsize and
- separatorcolor (which might be "transparent"; )
It is also advisable to see the beginner user manual
http://www.milonic.com/beginner.php
where all these properties are explained.

Another issue is, that your site looks different, when e.g. Firefox is used as a browser, compared with IE. That is why I would make these "shadows" part of the image in order to keep the visual effect even in FF. (where actually they are not visible at all)


There might be some more ideas by others too !

Michael


Poster: Ruth
Dated: Friday December 23 2005 - 2:02:23 GMT

Hi,

Well, I don't know what 'shadows' you mean. I see black, unless you mean the light bursts. If that's what you mean you could actually use those as separator images since the light burst is on the left side. Just make the black part to the right of the burst wide, and use it as a separatorimage.

If you could tell me where the shadows are I'd be glad to experiment but I don't see any in FF or IE.

Ruth

shadows


Poster: Migru
Dated: Friday December 23 2005 - 2:32:54 GMT

Hi

the difference I see is : each image has a "border type" margin, bottom and right, visible in IE only. (on my desktop). This I am interpreting as "shadow",
but vikenk pls. confirm.

Ok I´m short on experience, but not everyone has always the same picture on his/her monitor as I have !!

Michael


Poster: Ruth
Dated: Friday December 23 2005 - 2:49:37 GMT

Hi,

Try this page, it seems to do what you want. I didn't do the submenus, just the main one. I'd suggest that you use the images as bgimages in the submenus. The main menu, those images are not bgimages, they have been cut and are separator images that are 20px high and 150px wide.

[Link removed]

Ruth


Poster: vikenk
Dated: Friday December 23 2005 - 3:58:12 GMT

Ruth,

The shadows I refer to are in IE only and is the drop-shadow behind each item. It's the result of this code:

overfilter="Alpha(opacity=100);Shadow(color=#999999', Direction=135, Strength=6)";

If you don't see the shadow in IE, maybe you have JS turned off? I have a <noscript> menu as backup. I know that the shadows don't appear in FF or in Opera. It's something that I'm OK with.

But, in either case I got it! I used "separatorpadding" to add whitespace which was trasparent. But it only worke when I had a value in spearatorsize. So I set the separator size to 0.001, which made it invisible.

Look here. http://home.comcast.net/~vikenk/home_milonic.htm and compare to the original site.

Here's the relevant portion of code that I used in the menu to get this effect.

Code:
separatorcolor="#000000";
separatorsize=0.001;
separatorpadding=5;


Thanks for the replies!

Viken K.


Poster: vikenk
Dated: Friday December 23 2005 - 4:13:23 GMT

By the way, the menu on my site isn't nearly finished yet. I just wanted to see if I could retain the look of the old menu.

I have to finish the menu and finalize it. Interestingly enough, even though I have a link to Milonic, the forced link still appears...

Sheesh! Comcast's free servers are sooooooo slow!

Viken K.


Poster: Ruth
Dated: Friday December 23 2005 - 6:50:38 GMT

Thanks, that explains why I don't see it. I'm on IE 5.5 and for some reason if more than one property is placed in the filters code in the menu nothing shows. I took the alpha out and yes, now I can see it, and yes that is proprietary to IE, it uses direct x I think.

So, I can take down the page with the menu I made now?

Ruth


Poster: vikenk
Dated: Friday December 23 2005 - 12:26:55 GMT

Sure. You can take the menu down.

Thanks.