Closed (fixed)
Project:
Acquia Slate
Version:
6.x-1.4
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
14 May 2009 at 23:11 UTC
Updated:
20 Apr 2010 at 21:40 UTC
I have a nice menu in a block on sidebar first and when displaying rounded corners the menu hides behind the block's border. Any ideas? If I can't fix that, is there any way that only one specific block does not have rounded corners?
Thank you in advance.
Comments
Comment #1
ussuriysk commentedI have the same issue in Firefox 2.0.0.20 - but in IE 6 (with the enable IE support selected in the Nice Menu settings) they appear correctly.
Comment #2
albertorenteria commentedHi I have applied nice menus in my acquia slate theme. Do you know how to solve the delay issue for the menus?
Comment #3
albertorenteria commentedHi I have applied nice menus in my acquia slate theme. Do you know how to solve the delay issue for the menus?
Comment #4
jeremycaldwell commentedThat's actually a tricky thing as it sounds like that block has rounded corners and a background gradient. If so this bit of CSS is controlling it:
And as you can see there is an "overflow: hidden;" in there. You can try this change but I'm not sure if it will work for all bocks or just ones with Nice Menus. Add this bit of CSS to your local.css file:
Comment #5
jeremycaldwell commented