| Layout options ¶ | |
| Hi there... 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 !!! 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 ¶ | |
| 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 |














