The_Reaper
01-26-2003, 02:34 AM
um can anybody tell me how to get a hover link to open in a specific frame?? I have frames on my site and when i click the link it opens in my navigator bar.... :(
|
View Full Version : Heeelp!! My Hover Links dont work The_Reaper 01-26-2003, 02:34 AM um can anybody tell me how to get a hover link to open in a specific frame?? I have frames on my site and when i click the link it opens in my navigator bar.... :( Sheila 01-26-2003, 01:37 PM If you need to target frames with the hover button, you need to add the following code on the next line after param name="url", changing "rightside" to your frame name: <param name="target" value="rightside"> taken from here: http://www.lissaexplains.com/hover.shtml |