Layout options
2005/02/23 14:52
Viewed 5607 times
Replies: 1/1

Hi there...
Well... I love this menu :)
But I have stumbled uppon some minor problems. Perhaps it´s just a lack of CSS-knowlage, or perhaps others have the same problem.

I´ve been trying to get my popup-menu to have a semi-transparent background-color ! I tried to use the "-moz-opacity: 0.6; filter: alpha(opacity=60)" parameter, but this always ends up making the whole popup semi-transparent - both the background AND the text !!!
Is there any workaround to this ? Is there any way to make my background transparent while keeping my text fully visible ?

Another thing, that I´ve been trying to work out, is to give my popups rounded corners !! Is this possible ? Is it possible via CSS to add background-images to the corner cells ( if they exist ) !

Any comments or help is appritiatet :)

By the way - i´m using your evaluation version.... we are evaluating this system for at possible buy :) - looking good, so far

Kartin

Re: Layout options
2005/02/23 15:08
Viewed 7492 times
Replies: 0/0

You can't make only the background transparent using filter or -moz-opacity--this is the way CSS works.  There is something you can do but it does not work with Internet Explorer because Microsoft is too small a company to implement proper PNG support.  The idea is to use “background-image: url("bg.png");” and make that PNG a transparent image.  You can do something in between that works with IE too using a GIF image, but that's only binary transparency and it doesn't get even close to what you could do with PNG.

About rounded corners, it should be possible but pretty difficult to do.  I'll try to hack a menu theme about this in the next release.

last
Google