Resolved - Fix CSS nav issue in IE 8
Completed on 10Oct2013.
Modified header.tmpl and junco.css.
For browsers not supporting media queries, the search link appears in the nav bar on large screens instead of the search form.
Also, needed to add to header.tmpl:
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
From JR's : articles
45 words - 356 chars
created on
updated on
- #
source
- versions
Related articles
Resolved - New CPAN modules to use with Junco code - Aug 20, 2013
Resolved - Fix problem with account access after changing password - Jul 02, 2013
Resolved - Enable wiki link feature to non-existing articles - Sep 17, 2013
Resolved - Fix configuration error on microblog post - Jun 27, 2013
Resolved - Fix the tag search result for a user's tags - Jun 27, 2013
more >>