Sunday, February 10, 2008

Ahh.. the bane of my existence, DasBlog.  The theme that I am using right now was completely broken in IE7. There was a simple CSS tweak to make it actually render correctly.  So, anyone using Project84Grass, here ya go:

#container{
    height:auto;
    min-height:100%;
    
/* Details Elided */
}

There ya have it.. change the height to auto on the container div..

posted on Sunday, February 10, 2008 9:51:29 PM (Eastern Standard Time, UTC-05:00)  #    Comments [0]