Stefan
Sat Sep 02 03:03:55 CDT 2006
1) Delele the script from you posted
- it come from norton when you view source in browser
2) Just change below:
<html>
<style>
.ffmnu{
position:relative;
top: -16px;
}
</style>
<!--[if IE]>
<style>
.ffmnu{
top: 0px;
}</style>
<![endif]-->
<head>
<title>About WVBA</title>
3) To
<html>
<head>
<title>About WVBA</title>
<style>
.ffmnu{ position:relative; top: -16px; }
</style>
<!--[if IE]>
<style>
.ffmnu{ top: 0px; }
</style>
<![endif]-->
--
_____________________________________________
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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________
"WVBA" <WVBA.2dh85b@mail.forum4designers.com> wrote in message news:WVBA.2dh85b@mail.forum4designers.com...
|
| I don't think I did it correctly. Like this?
|
| www.wvba.com
|
| <html>
|
| <head>
| <meta name="GENERATOR" content="Microsoft FrontPage 6.0">
| <meta name="ProgId" content="FrontPage.Editor.Document">
| <title>West Virginia Broadcasters Association Website</title>
|
| <script language="JavaScript">
| <!--
|
| function SymError()
| {
| return true;
| }
|
| window.onerror = SymError;
|
| var SymRealWinOpen = window.open;
|
| function SymWinOpen(url, name, attributes)
| {
| return (new Object());
| }
|
| window.open = SymWinOpen;
|
| //-->
| </script>
|
|
|
| QUOTE]-Originally posted by Stefan B Rusynko -
| *Move the code below where it belongs ( inside the HEAD section)
| <style>
| ..ffmnu{ position:relative; top: -16px; }
| </style>
| <!--[if IE]>
| <style>
| ..ffmnu{ top: 0px; }
| </style>
| <![endif]-->
|
| --
|
| _____________________________________________
| 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.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| _____________________________________________
|
|
| "WVBA" <WVBA.2dfdhd@mail.forum4designers.com> wrote in message
| news:WVBA.2dfdhd@mail.forum4designers.com...
||
|| FP 2003 is doing some freaky things, and I am not sure how to remedy
|| it.
||
|| First, below is the link for a page on my website that is correct.
| This
|| means that the drop down menu doesn't look weird and all links work:
||
|| You can see this code in the page:
||
http://www.wvba.com/about_wvba.htm
||
|| It's at the top of the page when you chose "View" > "Source" in the
| IE
|| menu.
||
|| Ok, someone else fixed some broken links and made the fixes for the
|| weird navigation menu problems.
||
|| What's happening is, when I pull up the files that still need to be
|| completed (content), my FP 2003 isn't recognizing the fix and the
|| navigation menu gets jumbled. Like this:
||
||
http://www.wvba.com
||
|| *****
|| Below is an email from the guy who helped me get the menus
| straighted
|| out to begin with:
||
|| Front Page is removing the code that makes the menus align. After
| you
|| make your edits, open the HTM file in Notepad, and add this code to
| the
|| page - anywhere will do, as long as it appears below the <html> tag
| at
|| the top:
||
|| <style>
|| ffmnu { position: relative; top:-16px; } </style>
||
|| <!--[if IE]>
|| <style>
|| ffmnu{ top: 0px; }
|| </style>
|| <![endif]-->
||
||
|| You may try placing this code between the <head> and </head> tags in
|| the html files.
||
|| If FrontPage has any kind of setting to "preserve" comments of
|| formatting of eth html, please turn that on, or otherwise every time
|| you edit a page - you'll have to manually add in the above section
| of
|| code.
|| *****
||
|| The problem is, when I go into Tools/Page Options, there is not HTML
|| Source area for me to tell it to either preserve or not preserve
| HTML.
||
|| How can I tell FP 03 to accept my changes to the content ONLY
| without
|| it screwing up the other html files?
||
|| Thanks in advance for your answers.
||
||
||
|| --
|| WVBA
||
| ------------------------------------------------------------------------
|| Posted via
http://www.forum4designers.com
||
| ------------------------------------------------------------------------
|| View this thread:
http://www.forum4designers.com/message483414.html
|| *
|
|
|
| --
| WVBA
| ------------------------------------------------------------------------
| Posted via
http://www.forum4designers.com
| ------------------------------------------------------------------------
| View this thread:
http://www.forum4designers.com/message483414.html
|