WP Dynamic StyleSheet Switcher – stage 1
I’ve done a quick mod to my stylesheet to enable me to turn on and off css enhancements. The concept is based on the idea that you can create your own theme by extending another theme and adding your...
View ArticleWP Dynamic StyleSheet Switcher – stage 2
I added a background image array and integrated it with the rand() function. Images from the free image section of bigstockphoto.com and iStockPhoto. I also changed the html background color back to...
View Articledhtml-menu functionality w/o the menu module
So why would you want to take advantage of dhtml-menu functionality w/o using the built in Drupal menu module? In this case we want to use the nested menus style for the content while employing...
View ArticleSpecifying page breaks for printing using CSS
We received a call today that our HR Unclassified online application wasn’t printing correctly for some mac users. As it turns out the printable application relies on a CSS Property: I’ve never used...
View ArticleEdit CSS and removing line breaks to process through js
I wanted to append the head of a doc with some styles but I didn’t want any line breaks. So I used this function: That way I could edit with line breaks but send it through the jQuery append without. I...
View ArticleDrupal 6 adding styles from a themed view variable output
Here’s an overview of what I did to add a style to the doc head from within a themed view for a specific variables output. I’ll likely post more on that scenario later. I don’t intend to raise a...
View ArticlePut Taxonomy Super-Select Check Boxes into 1, 2 or 3 Columns
I really like Taxonomy Super Select (http://drupal.org/project/taxonomy_super_select) but I’m not crazy about the jumbled display of the check boxes and labels. So I came up with some css that puts...
View Article@media print {who knew?}
I was working on including a printable stylesheet the a module and noticed a CSS inline media declaration option I’d never seen before. It works inside style tags as well as in included stylesheets....
View Article