microsoft.com

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tawjaw
    New Member
    • Jan 2008
    • 18

    microsoft.com

    Hi if you go to microsoft.com you can see menu have highlights, latest released etc...
    By using Front Page how can I make it like that menu
    Open as you put the mouse on it
    However, if you edit the page with Front Page you see there is no hyperlink.
    The text is written at the same page.
    How I do this??
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    There are two ways to do that but I doubt FrontPage has anything built in to do that.
    1) Using CSS you can make links with rollovers that will hide/unhide a <div> to show that stuff.
    2) With javascript.

    For the CSS solution, Google for "CSS rollovers" but this will require hand coding. For Javascript, hand coding again and knowledge of that language, but you need to ask on the javascript forum for the those techniques.

    Comment

    Working...