Changes between Initial Version and Version 1 of Ticket #6642
- Timestamp:
- Apr 29, 2008, 11:07:57 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6642 – Description
initial v1 2 2 3 3 This is a bit harder than it sounds because the drop shadow shouldn't overlap the !DropDownButton, which could either be above or below the dropd own (depending on where there was enough space to display the drop down) 4 5 Alex mentioned that IE has a filter() type clause for drop shadows, and of course webkit has some simple CSS rules (-webkit-drop-shadow or something). FF doesn't have anything though so would have to use a plain div with opacity, perhaps.