PC Review


Reply
Thread Tools Rate Thread

DHTML in shared border

 
 
sfg
Guest
Posts: n/a
 
      11th Jul 2005
Website = http://www.FirstSchoolDayton.com

Note that the navigational bar along the top uses Dynamic HTML and slightly
changes the font when the mouse slides over each item. This bar is inside a
shared border and appears on each page. Everything works fine on the home
page. When I go to the inside pages - the DHTML does not work. Everything
was designed within FRONTPAGE without the use of any add-ins. I am not an
expert - so if anyone cna help I would appreciate it.

Thanks


 
Reply With Quote
 
 
 
 
Stefan B Rusynko
Guest
Posts: n/a
 
      11th Jul 2005
Shared borders only imbed the content Inside of the BODY tags onto the pages that use them
- so any DHTML scripts need to be on all pages or inside of the BODY tags
- that includes adding any BODY load commands to all pages (in your case onload="dynAnimation()")

On all pages copy into the HEAD section in Html/Code view

<script language="JavaScript" fptype="dynamicanimation">
<!--
function dynAnimation() {}
function clickSwapImg() {}
//-->
</script>
<script language="JavaScript1.2" fptype="dynamicanimation" src="../animate.js">
</script>
The path to animate.js needs to be adjusted for each folder level
- the above path means 1 folder level up from the current page

Also in the BODY tag of each page add onload="dynAnimation()"

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.net-sites.com/sitebuilder/newsgroups.asp
_____________________________________________


"sfg" <(E-Mail Removed)> wrote in message news:%(E-Mail Removed)...
| Website = http://www.FirstSchoolDayton.com
|
| Note that the navigational bar along the top uses Dynamic HTML and slightly
| changes the font when the mouse slides over each item. This bar is inside a
| shared border and appears on each page. Everything works fine on the home
| page. When I go to the inside pages - the DHTML does not work. Everything
| was designed within FRONTPAGE without the use of any add-ins. I am not an
| expert - so if anyone cna help I would appreciate it.
|
| Thanks
|
|


 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
DHTML menus in the shared border =?Utf-8?B?Sm9l?= Microsoft Frontpage 6 22nd Aug 2006 09:36 PM
How do I add a border-style to a shared border =?Utf-8?B?Sm9mZmVy?= Microsoft Frontpage 1 4th Jan 2005 09:57 AM
How do I add a border-style to a shared border =?Utf-8?B?Q2hyaXN0b3BoZXIgVC4=?= Microsoft Frontpage 0 3rd Jan 2005 09:31 PM
FP2000 Two questions: DHTML and Shared Borders =?Utf-8?B?c2hhbm5vbmo=?= Microsoft Frontpage 2 14th Apr 2004 12:02 PM
line up the right shared border with the top shared border =?Utf-8?B?bWFyeQ==?= Microsoft Frontpage 2 24th Dec 2003 05:23 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 01:59 AM.