Difference between revisions of "Team:Aalto-Helsinki"
(trying to add things that show only with IE) |
(trying to add things that show only with IE) |
||
Line 98: | Line 98: | ||
} | } | ||
+ | |||
+ | .showthisonie{ | ||
+ | display:inline; | ||
+ | } | ||
</style> | </style> | ||
Line 106: | Line 110: | ||
− | + | ||
− | + | <!--[if IE]> | |
− | + | <p id="IE" style="border-color:black;bacground-color:gray;">Seems like you are using Internet Explorer; that is fine but to see everything we intended you to, our team recommends to use for example Firefox or Google Chrome.</p> | |
+ | <![endif]--> | ||
+ | |||
+ | |||
+ | <p id="iewarning" style="display:none;">Seems like you are using Internet Explorer; that is fine but to see everything we intended you to, our team recommends to use for example Firefox or Google Chrome.</p> | ||
+ | |||
+ | |||
+ | <script> | ||
+ | |||
+ | if ($.browser.msie) { | ||
+ | $("#iewarning").addClass("showthisonie"); | ||
+ | } | ||
+ | |||
+ | </script> | ||
Revision as of 10:03, 17 September 2015