Rounded corners not working consistently between front and non-front pages
marktheshark - October 10, 2009 - 11:14
| Project: | Rounded corners |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | critical |
| Assigned: | Unassigned |
| Status: | active |
| Issue tags: | corners, front, menus, nice, rounded |
Jump to:
Description
I have a nice menu block where every list item has been given an extra sliding-element class.
Via the rounded corners module, I have given each menu entry a nice look, but the menu children entries (submenus that slide out) are rounded only if not on the front page.
The jquery syntax used is:
$(".sliding-element").corner("round 5px");
The difference in appearance can be seen in the two screenshots attached.
| Attachment | Size |
|---|---|
| rounded_front.png | 15.29 KB |
| rounded_non_front.png | 15.91 KB |

#1
Note that it works if I manually import the script and add rounded corners to elements.
There must be something about the way the module adds the scripts...