http://www.phpbb.com/bugs/phpbb3/ticket ... 05&start=8
The solution is to just run ie8 in compatibility mode, either for this site in particular, or all sites.
My nephew says adding this to the <head> html code would also help others, until IE8 fixes the issue:
Code: Select all
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
