jump menu

  • Thread starter Thread starter Guest
  • Start date Start date
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.
 
You'll need to write css to accommodate this change, either on the page
itself or on an external or linked style sheet.

Teri
:)
 
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
:)
 
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
 
Back
Top