Top border problem

S

Steve Easton

Because this:
<script LANGUAGE="JavaScript">
<!--

function load(form) {
var url = form.list.options[form.list.selectedIndex].value;
if (url != "") location.href = url;
return false;
}

// -->
</script>
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: bold}
</style>

Is not getting transferred to the hotels page from the borders page.
Move it from the head section to the body section in the borders page.


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm
 
G

Guest

Thanks Steve. Once again you saved the day. Give yourself a pay increase.
You're worth every penny/cent of it.
--
Fredthe old ted (teddy bear) webmaster of several sites


Steve Easton said:
Because this:
<script LANGUAGE="JavaScript">
<!--

function load(form) {
var url = form.list.options[form.list.selectedIndex].value;
if (url != "") location.href = url;
return false;
}

// -->
</script>
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: bold}
</style>

Is not getting transferred to the hotels page from the borders page.
Move it from the head section to the body section in the borders page.


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm


Fred said:
Just updating our tourist website and I'm baffled as to why the top border
dropdown menu won't work if published with a new page as it works on its own.
See; http://www.tourist-information.biz/_borders/top.htm and
http://www.tourist-information.biz/algarve-hotels.htm. Answers as to why are
most welcome. BTW I use FP 2002 but have never had a problem with menu's in
top borders before.
 
S

Steve Easton

LOL.
Only problem with a pay increase is that there's no pay to increase.
MVPs are all volunteers.
I'm answering questions from home, between sessions of yard work.

Thanks for the feedback though.

--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm


Fred said:
Thanks Steve. Once again you saved the day. Give yourself a pay increase.
You're worth every penny/cent of it.
--
Fredthe old ted (teddy bear) webmaster of several sites


Steve Easton said:
Because this:
<script LANGUAGE="JavaScript">
<!--

function load(form) {
var url = form.list.options[form.list.selectedIndex].value;
if (url != "") location.href = url;
return false;
}

// -->
</script>
<style fprolloverstyle>A:hover {color: #FF0000; font-weight: bold}
</style>

Is not getting transferred to the hotels page from the borders page.
Move it from the head section to the body section in the borders page.


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm


Fred said:
Just updating our tourist website and I'm baffled as to why the top border
dropdown menu won't work if published with a new page as it works on its own.
See; http://www.tourist-information.biz/_borders/top.htm and
http://www.tourist-information.biz/algarve-hotels.htm. Answers as to why are
most welcome. BTW I use FP 2002 but have never had a problem with menu's in
top borders before.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top