Jump to content

[SOLVED] Only IE work? Newbi


Mr_J

Recommended Posts

Hi

This only work with IE! I`m using Chrome, FireFox, Netscape & Flock

Stupid JS but no result. (now nothing works!)

All I want is to change the text on mouse over. I generated the following in FrontPage 2k.

<head>

<script language="JavaScript" type="dynamicanimation">

<!--

function dynAnimation() {}

function clickSwapImg() {}

//-->

</script>

<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">

</script>

<script language="JavaScript" type="dynamicanimation">

<!--

function dynAnimation() {}

function clickSwapImg() {}

//-->

</script>

<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">

</script>

<script language="JavaScript" type="dynamicanimation">

<!--

function dynAnimation() {}

function clickSwapImg() {}

//-->

</script>

<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">

</script>

<script language="JavaScript" type="dynamicanimation">

<!--

function dynAnimation() {}

function clickSwapImg() {}

//-->

</script>

<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">

</script>

<script language="JavaScript" type="dynamicanimation">

<!--

function dynAnimation() {}

function clickSwapImg() {}

//-->

</script>

<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">

</script>

<script language="JavaScript" type="dynamicanimation">

<!--

function dynAnimation() {}

function clickSwapImg() {}

//-->

</script>

<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">

</script>

</head>

 

All the above was generated bu FrontPage

I changed some txt to see if it can work Like (Marked in RED)

<script language="FPjavascript1.2" FPtype="dynamicanimation"

 

In my <BODY> **Simple HTML

<td width="33%">

      <p dynamicanimation="AnimformatRollover" rolloverstyle="font-size: 14pt; color: #FFFF00; font-style: italic; font-weight: bold" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2">amateur</p>

      </td>

An again, I changed:

<td width="33%">

      <p dynamicanimation="FPAnimformatRolloverFP1" FProlloverstyle="font-size: 14pt; color: #FFFF00; font-style: italic; font-weight: bold" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2">bla bla bla</p>

      </td>

 

Any help please...

PS. I will settle for .css as well (hover)??

 

Link to comment
Share on other sites

use the [ code ] [ /code ] tags please -.-

 

And what's it suposed to do?

Will do,

Change text from blue to yellow onmouseover

<head>
<script language="JavaScript" type="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">
</script>
<script language="JavaScript" type="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">
</script>
<script language="JavaScript" type="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">
</script>
<script language="JavaScript" type="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">
</script>
<script language="JavaScript" type="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">
</script>
<script language="JavaScript" type="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" type="dynamicanimation" src="animate.js">
</script>
</head>

I changed some txt to see if it can work Like (Marked in RED)

<script language="FPjavascript1.2" FPtype="dynamicanimation" 

<body>

<td width="33%">
      <p dynamicanimation="AnimformatRollover" rolloverstyle="font-size: 14pt; color: #FFFF00; font-style: italic; font-weight: bold" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2">bla bla</p>
      </td>

I deleted (FP) in the following like above

<td width="33%">
      <p dynamicanimation="FPAnimformatRolloverFP1" FProlloverstyle="font-size: 14pt; color: #FFFF00; font-style: italic; font-weight: bold" onmouseover="rollIn(this)" onmouseout="rollOut(this)" language="Javascript1.2">bla bla bla</p>
      </td>

 

 

Link to comment
Share on other sites

::)

 

Between <head> and </head>

<style type="text/css">
#blue a:link {
color: blue;
}
#blue a:visited {
color: blue;
text-decoration: underline;
}
#blue a:hover {
color: yellow;
text-decoration: underline;
}
</style>

 

Somewhere between <body>, <table>, <tr> and </tr>, </table>, </body>

<td id="blue" width="33%">
<a href="#">bla bla bla</a>
</td>

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.