rollovers not working

T

Thomas A. Rowe

Make sure the rollover script is after the <body> tag in the shared border and you may have to use
absolute URL (links) to your images when placing them in a shared border or FP Include page.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
S

Stefan B Rusynko

I don't see anything but std images w/ links in
http://www.flipking.com/_borders/top.htm
- no rollover javascript or css
Code snippet is
<a target="_self" href="../characters.htm">
<img border="0" src="characters.gif" width="100" height="20"></a>
<a target="_self" href="../titles.htm">
<img border="0" src="titling.gif" width="100" height="20"></a>
<a target="_self" href="../productviz.htm">
<img border="0" src="visualization.gif" width="100" height="20"></a>

PS
Change
<meta name="Microsoft Border" content="t, default">
to
<meta name="Microsoft Border" content="none"> in you shared border page
- To see the _border folder use Tools Web Settings Advanced - show hidden folders
And in you home page remove <base target="bottom"> since you are not using frames




| I have interactive rollover buttons in the top shared border that aren't working.
|
| www.flipking.com
|
| thanks for help,
|
| - Justin
 
Top