Click to See Complete Forum and Search --> : navigation buttons


socky
01-01-2003, 10:14 AM
I use navigation buttons to get to the different pages of my website. but the ones I use are so boring. I'd like to learn how to jazz up my buttons. any ideas? I have frontpage 2000, adobe photo deluxe, several plugins for adobe, and some other software as well. I just don't know how to use any of it. I'm still learning all this. I'd like my site to be a place where people have fun and enjoy themselves. Can anybody help me with this? thanks so much, xoxoxo Carol:)
My site addy to see what I mean..... http://www.geocities.com/crystalcagerattery/

Zach Elfers
01-01-2003, 01:21 PM
You can make interesting buttons with CSS like this:
<head>
<style>

.button {
background:#008800;
color:#ffffff;
border-color:#00aa00 #006600 #006600 #00aa00;
border-width:1px;
border-style:solid;
}

</style>
</head>
<body>
<span class="button" onMouseOver="this.style.background = '#00aa00';" onMouseOut="this.style.background = '#008800';">Link</span>

I am not very familiar with editing programs, so I can't help you much there but I do no that they have applets you can use for interactive buttons.