jump menu

G

Guest

FrontPage 2003--I use the jump menu feature through Behaviors. The box with
Go button is gray. How can I change the box color to maroon?

Thanks.
 
G

Guest

You'll need to write css to accommodate this change, either on the page
itself or on an external or linked style sheet.

Teri
:)
 
G

Guest

Here's a quick CSS example to accomplish what you need:

input { background: #800; color: #FFF; font: normal normal 11px Arial,
sans-serif; }

Note that the border-colors are not addressed above.

Teri
:)
 
S

Steve Easton

Right click the Button, Select "Form field properties" click Style > Format > Border > Shading and
then Background color.
Select the color and click OK, OK, OK

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 

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