How to solve this Twitter BootStrap issue on a simple page that have to run also on Internet Explorer 8?
I have the following problem: I have created this very simple HTMLCSS page that use the Twitter BootStrap CSS framework (this is putted into a JSP page but this is not important): <html> <head> <link href="<c:url value="resources/css/style.css" />" rel="stylesheet"> <link…