/    Sign up×
Community /Pin to ProfileBookmark

IE 5 for mac help!

Hi
Here is a situation:
I have a menu code that I have used which works fine on all browsers.

The same code when I paste it on a page does not show up on IE5 for mac.
I am using this in a page which has a number of .tem files loading into it.
The src is in the same directory and this works fine independently.

Here is the code:

<html>
<head>
<script language=”Javascript” type=”text/javascript”>
var ie4=document.all&&navigator.userAgent.indexOf(“Opera”)==-1
var ns6=document.getElementById&&!document.all
var ns4=document.layers

</script>
<script language=”Javascript” type=”text/javascript” src=”function1.js”>
</script>
<script language=”Javascript” type=”text/javascript” src=”array1.js”>
</script>

<style>
<!–
.menuskin{
position:absolute;
width:165px;
background-color:#f5faff;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}

.menuskin a{
text-decoration:none;
color:black;
padding-left:10px;
padding-right:10px;
}

#mouseoverstyle{
background-color:highlight;
}

#mouseoverstyle a{
color:white;
}
–>
</style>

</head>

<body>

<div id=”popmenu” class=”menuskin” onMouseover=”clearhidemenu();highlightmenu(event,’on’)” onMouseout=”highlightmenu(event,’off’);dynamichide(event)”>
</div>

<a href=”xyz.html” onMouseover=”showmenu(event,linkset[0])” onMouseout=”delayhidemenu()”>Brand Stores</a><br>

</body>

</html>

thanks for the help.

to post a comment
JavaScript

0Be the first to comment 😎

×

Success!

Help @BhuvanaKartik spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.20,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...