FrontPage 2003 Drop Down Menu via Layers

G

Guest

Hi

I'm using FP 2003 and trying to follow the tuturial by Jon Spivey, http://www.roksteady.net/fpmenu/, but am unable to complete the following step in section Page 3 - Adding The Sub Menus : "Now with layer selected click menu in the styles dropdown to apply the menu class.". I don't see a "menu" class in the styles dropdown. What am I doing wrong

Thanks much for your help

Ro
 
J

jon spivey

Hi Rob,

I'm Jon - verify that you have the styles on your page. If you view source
on the finished menu here
http://www.roksteady.net/fpmenu/finished/default.htm
you'll see the .menu class defined in the head of the page.
..menu{
font-family: Verdana, Arial, Helvetica, sans-serif;
}
..menu a {
font-size:12px;
color: #FFF;
text-decoration: none;
/*/*/display: block;
.....etc.....

Do you have this code in the head of your page? If not copy and paste it in

--
Jon
Microsoft MVP - FP

Rob said:
Hi,

I'm using FP 2003 and trying to follow the tuturial by Jon Spivey,
http://www.roksteady.net/fpmenu/, but am unable to complete the following
step in section Page 3 - Adding The Sub Menus : "Now with layer selected
click menu in the styles dropdown to apply the menu class.". I don't see a
"menu" class in the styles dropdown. What am I doing wrong?
 

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