Experimenting With HDR
Page Specific Javascript and CSS for Headway Theme
Yeah that’s right. I’m posting something. What a god awful background this theme has. Over at mortgagesbyjoe.ca, I wanted to load the javascript and css that controls the “accordion” feature that appears only on the front page of the site. There is no point to these loading on any other page of the site. Mortgagesbyjoe [...]
A different way to include stylesheets
Why limit yourself to Thesis Hooks?
Use hook to add another specialized style sheet
Drop shadow with CSS for all web browsers
From this site. .shadow { -moz-box-shadow: 3px 3px 4px #000; -webkit-box-shadow: 3px 3px 4px #000; box-shadow: 3px 3px 4px #000; /* For IE 8 */ -ms-filter: “progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#000000′)”; /* For IE 5.5 – 7 */ filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color=’#000000′); }