Highlight Current Page or Category – WordPress
I recently installed the Simple Sidebar Navigation for a client and they wanted to highlight the current page. I went searching for the answer and ran into the wordpress codex, dynamic menu highlighting, but it was a lot more simple. When it came down to it, I added the following to the suckerfish CSS: .current_page_item a { color: #0099cc !important; } Now it highlights the current sub-page navigation. Some investigation information: You might see several options when viewing with Firebug, including: .current-menu-item { } – targets only the menu item the visitor pressed to get to...
Read MoreAloha: The HTML5 Editor
HTML5 brings it on a whole new level. Advanced app building calls for a good editor. Features No reload. No popup. No need to preview Floating menu – lightweight context menu Insert the table with the size you want with just one click Editing and formatting text without Markup Faster editing and loading time WYSIWYG for dynamic content Support HTML5 Contenteditable Developed by Gentics Software GmbH; Aloha Editor is available for download under AGPLv3 License. You can find further information, demos & download on Aloha Editor...
Read More