Cross-Browser min-height

Posted August 12th, 2009 in Archive by Darfuria - 2 Comments

Oh yay! Another one!

min-height: 500px;
height: auto !important;
height: 500px;

What?

IE7 z-index

Posted August 12th, 2009 in Archive by Darfuria - 0 Comments

My blog has become more of a resource for programming niggles I encounter during my working day, so if you do bother reading, sorry about that (unless it’s useful to you, in which case say thank you, you inconsiderate such and such).

Playing with IE7 and a drop-down navigation which had a bit of a crisis when it tried to overlay the image slideshow underneath it. Giving the drop-down a high z-index, and the slideshow a z-index of -1 in my IE7.css seemed to fix the issue.

On another note, the default theme rocks (in opposite land) – so back to it, for now.

WordPress Post Image With Default

Posted August 11th, 2009 in Archive by Darfuria - 0 Comments


< ?php if (post_custom('page_image')) { ?>

< ?php } else { ?>

< ?php } ?>