(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:
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.
"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>
(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>
>
>
(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.
"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>
> >
> >
(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>
> > >
> > >
>
>
(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.
"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>
> > > >
> > > >
> >
> >
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