| | |||||
| ||||||||
| Web Development Wanted Requests for websites, templates, custom programming, logos or graphics. |
![]() |
| | LinkBack | Thread Tools |
| | THREAD STARTER #1 (permalink) |
| NamePros Regular Join Date: Feb 2003
Posts: 950
![]() | Opacity Setting for Nagivgation Bar I have a JAVA Navigation Bar and I need someone who can set the Opacity for the background of the 1st and 2nd level drop downs to 40 http://www.lrcchome.com/LRCC5/I tried several ways and I was unable to do it.. I know it's possible galpin .com has it So I need someone to fix the Opacity setting, the links and dropdowns updates then give me code that I can cut and pase into my site here: lrcchome.com/ and get rid of the old nav |
| |
| | #2 (permalink) |
| NamePros Regular Join Date: Jan 2006 Location: San Diego, CA
Posts: 735
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() | Here is the inline style for all browsers: style="filter:alpha(opacity=25);-moz-opacity:.25;opacity:.2" is equivalent to (in CSS): .class { filter:alpha(opacity=25); -moz-opacity:.25; opacity:.2 } |
| |