Monday, 26 November 2007

 

Template Fixed in Internet Explorer



The Still As Life template should now work fine for anyone using Internet Explorer (it hasn't changed for any other browsers).

I'm really not sure what the problem was, I haven't changed any of the current code, I just added a couple of CSS tags to the main column and to the navigation bar. The word-wrap and overflow tags. To my knowledge these shouldn't matter, but after adding them the template seems fine in Internet Explorer now.

All I did was add:

word-wrap: break-word;
overflow: hidden;
Really, these shouldn't affect anything, but apparently the word-wrap fixes long text breaking the navigation float, and the overflow fixes long non-text content breaking the navigation float in Internet Explorer 6 and 7.

Labels: ,