You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bu...@apache.org on 2010/02/21 13:50:43 UTC

svn commit: r912341 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Author: buscob
Date: Sun Feb 21 12:50:43 2010
New Revision: 912341

URL: http://svn.apache.org/viewvc?rev=912341&view=rev
Log:
Removed opacity effect on main-navigation and app-navigation dropdown menu in tomahawk theme.
This creates issues when using IE.

Modified:
    ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Modified: ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css
URL: http://svn.apache.org/viewvc/ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css?rev=912341&r1=912340&r2=912341&view=diff
==============================================================================
--- ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css (original)
+++ ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css Sun Feb 21 12:50:43 2010
@@ -1134,14 +1134,9 @@
 #app-navigation ul li ul {
 background-color:#131212;
 border-right:4px solid #131212;
-opacity:0.96;
 position:absolute;
 z-index:9999;
 width:200px;
-filter:alpha(opacity=96);
--moz-opacity:0.96;
--khtml-opacity: 0.96;
--ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=96)";
 }
 
 #main-navigation ul li ul li ul.secondary{



Re: svn commit: r912341 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Posted by Adam Heath <do...@brainfood.com>.
Bruno Busco wrote:
> Adam,
> it was not crystal clear to me.
> 
> I did some troubleshooting.
> 
> Started from dropping crumbs css that had the same dropdown js. The
> Application menu was working properly.
> When I introduced the CSS change for the opacity I got the problem
> (the Application menu did not open) in IE.
> 
> Please fill free to reintroduce the opacity if you find a better way
> of doing it.

it was the 'filter' attribute in css that was causing the problem.
Undid your change below, but left filter off, and now it works in
IE6(except that transparency doesn't function).

ps: I absolutely *love* www.browsercam.  Best $500/year.

Re: svn commit: r912341 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Posted by Bruno Busco <br...@gmail.com>.
Sascha,
may be you could help here?

-Bruno

2010/2/22 Bruno Busco <br...@gmail.com>:
> Adam,
> it was not crystal clear to me.
>
> I did some troubleshooting.
>
> Started from dropping crumbs css that had the same dropdown js. The
> Application menu was working properly.
> When I introduced the CSS change for the opacity I got the problem
> (the Application menu did not open) in IE.
>
> Please fill free to reintroduce the opacity if you find a better way
> of doing it.
>
> -Bruno
>
>
> 2010/2/21 Adam Heath <do...@brainfood.com>:
>> Bruno Busco wrote:
>>> With IE8 when hovering the mouse on the "Application" menu the drop
>>> down did not open.
>>
>> How would opacity effect that?
>>
>>> 2010/2/21 Adam Heath <do...@brainfood.com>:
>>>> buscob@apache.org wrote:
>>>>> Author: buscob
>>>>> Date: Sun Feb 21 12:50:43 2010
>>>>> New Revision: 912341
>>>>>
>>>>> URL: http://svn.apache.org/viewvc?rev=912341&view=rev
>>>>> Log:
>>>>> Removed opacity effect on main-navigation and app-navigation dropdown menu in tomahawk theme.
>>>>> This creates issues when using IE.
>>>> And that issue is?
>>>>
>>
>>
>

Re: svn commit: r912341 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Posted by Bruno Busco <br...@gmail.com>.
Adam,
it was not crystal clear to me.

I did some troubleshooting.

Started from dropping crumbs css that had the same dropdown js. The
Application menu was working properly.
When I introduced the CSS change for the opacity I got the problem
(the Application menu did not open) in IE.

Please fill free to reintroduce the opacity if you find a better way
of doing it.

-Bruno


2010/2/21 Adam Heath <do...@brainfood.com>:
> Bruno Busco wrote:
>> With IE8 when hovering the mouse on the "Application" menu the drop
>> down did not open.
>
> How would opacity effect that?
>
>> 2010/2/21 Adam Heath <do...@brainfood.com>:
>>> buscob@apache.org wrote:
>>>> Author: buscob
>>>> Date: Sun Feb 21 12:50:43 2010
>>>> New Revision: 912341
>>>>
>>>> URL: http://svn.apache.org/viewvc?rev=912341&view=rev
>>>> Log:
>>>> Removed opacity effect on main-navigation and app-navigation dropdown menu in tomahawk theme.
>>>> This creates issues when using IE.
>>> And that issue is?
>>>
>
>

Re: svn commit: r912341 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Posted by Adam Heath <do...@brainfood.com>.
Bruno Busco wrote:
> With IE8 when hovering the mouse on the "Application" menu the drop
> down did not open.

How would opacity effect that?

> 2010/2/21 Adam Heath <do...@brainfood.com>:
>> buscob@apache.org wrote:
>>> Author: buscob
>>> Date: Sun Feb 21 12:50:43 2010
>>> New Revision: 912341
>>>
>>> URL: http://svn.apache.org/viewvc?rev=912341&view=rev
>>> Log:
>>> Removed opacity effect on main-navigation and app-navigation dropdown menu in tomahawk theme.
>>> This creates issues when using IE.
>> And that issue is?
>>


Re: svn commit: r912341 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Posted by Bruno Busco <br...@gmail.com>.
With IE8 when hovering the mouse on the "Application" menu the drop
down did not open.

2010/2/21 Adam Heath <do...@brainfood.com>:
> buscob@apache.org wrote:
>> Author: buscob
>> Date: Sun Feb 21 12:50:43 2010
>> New Revision: 912341
>>
>> URL: http://svn.apache.org/viewvc?rev=912341&view=rev
>> Log:
>> Removed opacity effect on main-navigation and app-navigation dropdown menu in tomahawk theme.
>> This creates issues when using IE.
>
> And that issue is?
>

Re: svn commit: r912341 - /ofbiz/trunk/themes/tomahawk/webapp/tomahawk/css/style.css

Posted by Adam Heath <do...@brainfood.com>.
buscob@apache.org wrote:
> Author: buscob
> Date: Sun Feb 21 12:50:43 2010
> New Revision: 912341
> 
> URL: http://svn.apache.org/viewvc?rev=912341&view=rev
> Log:
> Removed opacity effect on main-navigation and app-navigation dropdown menu in tomahawk theme.
> This creates issues when using IE.

And that issue is?