On Sat, Jun 13, 2009 at 2:07 PM, speedunk<[email protected]> wrote: > > I have thought about developing a menu plugin for Blueprint, but I > always run into a wall when it comes to styles. Every menu for every > project requires unique styles, so what would be the best way to > implement default styles.
Just make a version without any colors, that implements the actual functionality; the positioning, etc. Then, provide a few classes that "theme" the plugin, so a user could do: <ul class="bp-dropdown navy"> ... </ul> And get a dropdown menu with whatever fancy blue colors the "navy" theme has. If a user wants to design the look themselves, to integrate it with an existing design, but they want the convenience of a plugin, then they can just use the "bp-dropdown" class without applying any of the theme classes and they are good to go. -- -- Christian Montoya mappdev.com :: christianmontoya.net --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Blueprint CSS" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/blueprintcss?hl=en -~----------~----~----~----~------~----~------~--~---
