div#spoiler { display:none; margin-bottom:1em }
/* accordion content styling: */
ul.portfolio .hackadelic-sliderPanel {
width: 39em; /* skip this if you don’t need a width limitation */
}
/* accordion title/button styling: */
ul.portfolio a.hackadelic-sliderButton {
width: 39em; /* skip this if you don’t need a width limitation */
height: 24px; /* skip this if you don’t need [...]
Continue reading about WordPress CSS Accordion Menu With Sliding Notes In 3 Easy Steps
Sometimes you want a message or paragraph in your blog to stand out. Here’s a simple method how to do that easily and consistently throughout your blog.
jQuery(‘input[name=box]‘).change(function(){
var p = jQuery(‘#demo-box’);
p.toggleClass(this.value);
jQuery(‘#box-code’).text(”);
});
Continue reading about DIY InfoBoxes – Simple And Consistent
This post discusses the possibilities to easily implement a tab-style navigation bar, like the one found on the plugin pages at wordpress.org. It’s a very basic tutorial most suitable for beginners. Folks experienced in HTML and CSS will find little new here.
In cases when it is used regularly, a tab bar would be implemented by [...]
Continue reading about Simple DIY Tab-Style Navigation Tutorial
