Skip to main content

Search

Items tagged with: fs-2


Bad webdesign wins again


I hate IE for letting me do such things! 🙁

<!--[if lte IE 8]>
<script type="text/javascript">
  $('#fs-2 li:first').css("display", "block");
  $('#fs-2').attr("id", "#fs-badIE8");
</script>
<![endif]-->

Needed for a navigation with a hover submenu over a flexslider slideshow.


But I found much more evil stuffs:


An extensive list of browser specific CSS and JavaScript hacks from all over the interwebs.