Warning: Declaration of Thesis_Comment::start_lvl(&$output, $depth, $args) should be compatible with Walker::start_lvl(&$output, $depth = 0, $args = Array) in /home/customer/www/joelgardner.net/public_html/wp-content/themes/thesis_16/thesis_16/lib/functions/comments.php on line 211

Warning: Declaration of Thesis_Comment::end_lvl(&$output, $depth, $args) should be compatible with Walker::end_lvl(&$output, $depth = 0, $args = Array) in /home/customer/www/joelgardner.net/public_html/wp-content/themes/thesis_16/thesis_16/lib/functions/comments.php on line 227

Warning: Declaration of Thesis_Comment::start_el(&$output, $comment, $depth, $args) should be compatible with Walker::start_el(&$output, $data_object, $depth = 0, $args = Array, $current_object_id = 0) in /home/customer/www/joelgardner.net/public_html/wp-content/themes/thesis_16/thesis_16/lib/functions/comments.php on line 244

Warning: Declaration of Thesis_Comment::end_el(&$output, $comment, $depth, $args) should be compatible with Walker::end_el(&$output, $data_object, $depth = 0, $args = Array) in /home/customer/www/joelgardner.net/public_html/wp-content/themes/thesis_16/thesis_16/lib/functions/comments.php on line 293
CSS | Joel Gardner - Life in beta

Posts tagged as:

CSS

When I was designing the look of this site, I decided it might be cool to have a background image that automatically resized itself depending on the viewport (browser window). Here is how I was able to get a resizable background image using nothing but some clever CSS in my custom Thesis theme.

{ 0 comments }

47 CSS Tips & Tricks

by Joel on March 17, 2010

It doesn’t matter how much you think you know about CSS, there’s always something else, some new trick, hack, or work-around that you should know. 47 CSS Tips & Tricks To Take Your Site To The Next Level is a nice round up of CSS examples from basic to advanced. Here are 47 of those […]

{ 0 comments }