2013-10-06

Minor Website update with Potentially major consequences...

I remembered that Microsoft Internet Explorer doesn't like unbracketed side effects:

width||width="width:400px";

This statement states that either the variable width has been initialized and contains a value, or its value should be set to "width:400px".

Without the brackets, it looks a but mad but Firefox, Chrome, Opera and Safari don't seem to mind. IE however stops all scripting on the page and looks at you in a funny way. So I rewrote it as:

width||(width="width:400px");

Anyone looking at my site should now see it as it should be. If you usually use IE you may discover that there's a lot more content there than you thought. Sorry about that.

Visit my website here: http://www.densewords.com

No comments: