Forum Moderators: mack

Message Too Old, No Replies

Java menu

         

chrissio

3:53 pm on Jun 13, 2003 (gmt 0)

10+ Year Member



Hi there,

I have created a side menu with css. I would like to take the same effect and create a top menu aswell. Unfortunately i do not know this language very well. Could someone point me in the right direction to make this happen.

my code:
<style>
A.menulink {
display: block;
width: 198px;
text-align: left;
text-decoration: none;
font-family:arial;
font-size:12px;
color: #000000;
BORDER: none;
border: solid 1px #FFFFFF;
}

A.menulink:hover {
border: solid 1px #6100C1;
background-color:#F0E1FF;
}

</style>
Please Help!

txbakers

4:51 pm on Jun 13, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



How is this Java? This is CSS, not java. Can you rename the title of your post?