View Single Post
Old 10-28-2007   #1 (permalink)
Neo824
Registered User
 
Join Date: Oct 2007
Posts: 43

Send a message via MSN to Neo824
Exclamation Javascript [navigator.appCodeName] help.

For some reason the code below does not work.

Code:
HTML -
<!--Browser Suggestion-->
<div class="browser_suggestion">
<script type="text/javascript">
if (navigator.appCodeName != Mozilla)
{
document.write("This website is best viewed with Mozilla")
}
</script>
</div>

CSS - 
/* Browser Suggestion */
.browser_suggestion
{
margin: -215px 0px 0px 105px;
font-size: 24px;
}
Can anyone help? Thank you.
Neo824 is offline   Reply With Quote