WUGNET, the Windows User Group Network
Your Complete Resource Center for "The Best" in Shareware, Computing Tips and Support, Windows Industry News... and much more!
Home Forums Shareware Windows Tips Hot Offers FREE Newsletters Arcade Contact Us About Partners
Search WUGNET: RSS Feeds RSS Feeds Advertise with WUGNET    |    Shareware eBooks
HomeHome FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in

Rollover button addition

 
   Home -> Office other -> Client RSS
Next:  video (media player addin)  
Author Message
tru marine

External


Since: Aug 29, 2008
Posts: 1



(Msg. 1) Posted: Fri Aug 29, 2008 12:05 pm
Post subject: Rollover button addition
Archived from groups: microsoft>public>frontpage>client (more info?)

I have used a 3rd party software to create a rollover but and it gave me some
code at the end and I am trying to insert it into my current website.

Here is the code created.. any help?
<script language="JavaScript" src="mainmenu.js"></script>
Back to top
Login to vote
Ronx

External


Since: Dec 12, 2003
Posts: 7442



(Msg. 2) Posted: Sat Aug 30, 2008 7:04 am
Post subject: Re: Rollover button addition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The code goes into the <head> section in code view.

Switch to Code View, then look for the tag </head>
Immediately before this type in the code, so you end up with:

<script language="JavaScript" src="mainmenu.js"></script>
</head>

Also change language="JavaScript" to type="text/javascript" thus:

<script type="text/javascript" src="mainmenu.js"></script>
</head>

Without this change there will be problems with some browsers.

The file mainmenu.js must be in the same folder as the page.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"tru marine" <tru marine DeleteThis @discussions.microsoft.com> wrote in message
news:4BEF2EE6-8CBD-4DC7-8F36-E50A9CC998A5@microsoft.com:

> I have used a 3rd party software to create a rollover but and it gave me some
> code at the end and I am trying to insert it into my current website.
>
> Here is the code created.. any help?
> <script language="JavaScript" src="mainmenu.js"></script>
Back to top
Login to vote
tru marine

External


Since: Aug 31, 2008
Posts: 2



(Msg. 3) Posted: Sun Aug 31, 2008 6:02 am
Post subject: Re: Rollover button addition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I placed it in there and then I went back to design view and I tried to
insert the ".js" file in the layer box for that button but it is not
reconizing that file format when I try to point to it even though it is in
the same folder. What is the correct way to opoint back to the image file?

"Ronx" wrote:

> The code goes into the <head> section in code view.
>
> Switch to Code View, then look for the tag </head>
> Immediately before this type in the code, so you end up with:
>
> <script language="JavaScript" src="mainmenu.js"></script>
> </head>
>
> Also change language="JavaScript" to type="text/javascript" thus:
>
> <script type="text/javascript" src="mainmenu.js"></script>
> </head>
>
> Without this change there will be problems with some browsers.
>
> The file mainmenu.js must be in the same folder as the page.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "tru marine" <tru marine DeleteThis @discussions.microsoft.com> wrote in message
> news:4BEF2EE6-8CBD-4DC7-8F36-E50A9CC998A5@microsoft.com:
>
> > I have used a 3rd party software to create a rollover but and it gave me some
> > code at the end and I am trying to insert it into my current website.
> >
> > Here is the code created.. any help?
> > <script language="JavaScript" src="mainmenu.js"></script>
>
>
Back to top
Login to vote
Ronx

External


Since: Dec 12, 2003
Posts: 7442



(Msg. 4) Posted: Sun Aug 31, 2008 4:44 pm
Post subject: Re: Rollover button addition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The .js file goes into the <head> section in Code View as I explained.
It does NOT go anywhere in design view.

The code inside the .js file should handle all the "pointing" required.
The .js file itself should be placed in the same folder as the page.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"tru marine" <trumarine.RemoveThis@discussions.microsoft.com> wrote in message
news:09E56A46-D188-456E-8651-CAA3044E9B93@microsoft.com:

> I placed it in there and then I went back to design view and I tried to
> insert the ".js" file in the layer box for that button but it is not
> reconizing that file format when I try to point to it even though it is in
> the same folder. What is the correct way to opoint back to the image file?
>
> "Ronx" wrote:
>
> > The code goes into the <head> section in code view.
> >
> > Switch to Code View, then look for the tag </head>
> > Immediately before this type in the code, so you end up with:
> >
> > <script language="JavaScript" src="mainmenu.js"></script>
> > </head>
> >
> > Also change language="JavaScript" to type="text/javascript" thus:
> >
> > <script type="text/javascript" src="mainmenu.js"></script>
> > </head>
> >
> > Without this change there will be problems with some browsers.
> >
> > The file mainmenu.js must be in the same folder as the page.
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "tru marine" <tru marine.RemoveThis@discussions.microsoft.com> wrote in message
> > news:4BEF2EE6-8CBD-4DC7-8F36-E50A9CC998A5@microsoft.com:
> >
> > > I have used a 3rd party software to create a rollover but and it gave me some
> > > code at the end and I am trying to insert it into my current website.
> > >
> > > Here is the code created.. any help?
> > > <script language="JavaScript" src="mainmenu.js"></script>
> >
> >
Back to top
Login to vote
tru marine

External


Since: Aug 31, 2008
Posts: 2



(Msg. 5) Posted: Sun Aug 31, 2008 4:44 pm
Post subject: Re: Rollover button addition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

I did that but the image is not showing that layer when I preview it in my
browser? There is a line above my first <head> should I place the code above
that as well?


"Ronx" wrote:

> The .js file goes into the <head> section in Code View as I explained.
> It does NOT go anywhere in design view.
>
> The code inside the .js file should handle all the "pointing" required.
> The .js file itself should be placed in the same folder as the page.
>
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
>
> http://www.rxs-enterprises.org/fp
>
>
>
>
> "tru marine" <trumarine.DeleteThis@discussions.microsoft.com> wrote in message
> news:09E56A46-D188-456E-8651-CAA3044E9B93@microsoft.com:
>
> > I placed it in there and then I went back to design view and I tried to
> > insert the ".js" file in the layer box for that button but it is not
> > reconizing that file format when I try to point to it even though it is in
> > the same folder. What is the correct way to opoint back to the image file?
> >
> > "Ronx" wrote:
> >
> > > The code goes into the <head> section in code view.
> > >
> > > Switch to Code View, then look for the tag </head>
> > > Immediately before this type in the code, so you end up with:
> > >
> > > <script language="JavaScript" src="mainmenu.js"></script>
> > > </head>
> > >
> > > Also change language="JavaScript" to type="text/javascript" thus:
> > >
> > > <script type="text/javascript" src="mainmenu.js"></script>
> > > </head>
> > >
> > > Without this change there will be problems with some browsers.
> > >
> > > The file mainmenu.js must be in the same folder as the page.
> > > --
> > > Ron Symonds - Microsoft MVP (FrontPage)
> > > Reply only to group - emails will be deleted unread.
> > >
> > > http://www.rxs-enterprises.org/fp
> > >
> > >
> > >
> > >
> > > "tru marine" <tru marine.DeleteThis@discussions.microsoft.com> wrote in message
> > > news:4BEF2EE6-8CBD-4DC7-8F36-E50A9CC998A5@microsoft.com:
> > >
> > > > I have used a 3rd party software to create a rollover but and it gave me some
> > > > code at the end and I am trying to insert it into my current website.
> > > >
> > > > Here is the code created.. any help?
> > > > <script language="JavaScript" src="mainmenu.js"></script>
> > >
> > >
>
>
Back to top
Login to vote
Ronx

External


Since: Dec 12, 2003
Posts: 7442



(Msg. 6) Posted: Sun Aug 31, 2008 7:15 pm
Post subject: Re: Rollover button addition [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The code goes above </head> and absolutely nowhere else.

Publish the page and associated images and other files, and give a link
to the page here, then we can see what is happening.

--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp




"tru marine" <trumarine.TakeThisOut@discussions.microsoft.com> wrote in message
news:253667A4-8659-4D13-9CC5-80A735859922@microsoft.com:

> I did that but the image is not showing that layer when I preview it in my
> browser? There is a line above my first <head> should I place the code above
> that as well?
>
>
> "Ronx" wrote:
>
> > The .js file goes into the <head> section in Code View as I explained.
> > It does NOT go anywhere in design view.
> >
> > The code inside the .js file should handle all the "pointing" required.
> > The .js file itself should be placed in the same folder as the page.
> >
> > --
> > Ron Symonds - Microsoft MVP (FrontPage)
> > Reply only to group - emails will be deleted unread.
> >
> > http://www.rxs-enterprises.org/fp
> >
> >
> >
> >
> > "tru marine" <trumarine.TakeThisOut@discussions.microsoft.com> wrote in message
> > news:09E56A46-D188-456E-8651-CAA3044E9B93@microsoft.com:
> >
> > > I placed it in there and then I went back to design view and I tried to
> > > insert the ".js" file in the layer box for that button but it is not
> > > reconizing that file format when I try to point to it even though it is in
> > > the same folder. What is the correct way to opoint back to the image file?
> > >
> > > "Ronx" wrote:
> > >
> > > > The code goes into the <head> section in code view.
> > > >
> > > > Switch to Code View, then look for the tag </head>
> > > > Immediately before this type in the code, so you end up with:
> > > >
> > > > <script language="JavaScript" src="mainmenu.js"></script>
> > > > </head>
> > > >
> > > > Also change language="JavaScript" to type="text/javascript" thus:
> > > >
> > > > <script type="text/javascript" src="mainmenu.js"></script>
> > > > </head>
> > > >
> > > > Without this change there will be problems with some browsers.
> > > >
> > > > The file mainmenu.js must be in the same folder as the page.
> > > > --
> > > > Ron Symonds - Microsoft MVP (FrontPage)
> > > > Reply only to group - emails will be deleted unread.
> > > >
> > > > http://www.rxs-enterprises.org/fp
> > > >
> > > >
> > > >
> > > >
> > > > "tru marine" <tru marine.TakeThisOut@discussions.microsoft.com> wrote in message
> > > > news:4BEF2EE6-8CBD-4DC7-8F36-E50A9CC998A5@microsoft.com:
> > > >
> > > > > I have used a 3rd party software to create a rollover but and it gave me some
> > > > > code at the end and I am trying to insert it into my current website.
> > > > >
> > > > > Here is the code created.. any help?
> > > > > <script language="JavaScript" src="mainmenu.js"></script>
> > > >
> > > >
> >
> >
Back to top
Login to vote
Display posts from previous:   
       Home -> Office other -> Client All times are: Eastern Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Categories:
 Windows XP
 Windows Vista
 Windows Other
 Office
  Office Other
 Security
 WinRAR
  • Home |
  • Shareware |
  • Windows Tips |
  • Hot Offers |
  • FREE Newsletters |
  • Arcade |
  • Forums |
  • eBooks |
  • About WUGNET |
  • Partners |
  • Contact

  • WUGNET Privacy Policy |
  • Link to WUGNET