HTML CODE?

M

MISS2728

What is the code to make your navigation bars change color when you run your
mouse over them? And the code to make your your "buttons" actually look like
you pressed them down?

Thanks
Alana
 
D

DavidF

What you are describing are dhtml and javascript menus. These are not
supported directly by Publisher, but can sometimes be incorporated using the
insert html code fragment box. You can either google for dhtml menus, or
perhaps start here to read about them:
http://www.dynamicdrive.com/dynamicindex1/

Alternatively, if you just want the text of a hyperlink to change colors on
mouseover, you can just insert the following code snippet via the insert
html code fragement tool:

<style>
a:hover {color: #ffffff; font-weight: bold;}
</style>


#ffffff is the HTML Hex value and can be changed to a color of your choice,
as well as the font weight.

DavidF
 

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