IE 8 Show/Hide CSS Bug
I found a bug in IE 8 related to showing and hiding div elements. I have some simply JavaScript code that runs when a button the page it clicked. <input class=”optionsbutton” type=”button” name=”ButtonHide” value=”Show” OnClick=”showoptions( true )”/> The showoptions function is quite simple as are the functions it…
Continue reading