Changing color of rounded corners button with CSS?

I replaced the outer div with a link and added a little bit of CSS.

I replaced the outer div with a link and added a little bit of CSS. HTML Home CSS . Nav_menu { text-align: center; color: #353535; font-size: 20pt; font-family: Verdana, Geneva, sans-serif; float: left; width: 33%; text-decoration: none; } /* For rounded boxes */ .

Top_menu { display:block overflow: hidden; } . Top_menu * { display:block; height:1px; overflow:hidden; font-size:.01em; background:#AAAAAA } . Top_menu1 { margin-left:3px; margin-right:3px; padding-left:1px; padding-right:1px; border-left:1px solid #AAAAAA; border-right:1px solid #AAAAAA; background:#AAAAAA } .

Top_menu2 { margin-left:1px; margin-right:1px; padding-right:1px; padding-left:1px; border-left:1px solid #AAAAAA; border-right:1px solid #AAAAAA; background:#AAAAAA } . Top_menu3 { margin-left:1px; margin-right:1px; border-left:1px solid #AAAAAA; border-right:1px solid #AAAAAA; } . Top_menu4 { border-left:1px solid #AAAAAA; border-right:1px solid #AAAAAA } .

Top_menu5 { border-left:1px solid #AAAAAA; border-right:1px solid #AAAAAA } . Top_menufg { background:#AAAAAA } a. Nav_menu:hover b, a.

Nav_menu:hover div { background-color: #888888; cursor: pointer; } /* For rounded boxes.

OMG you're a genius. Thank you! – aZn137 Sep 20 '09 at 5:14.

Stu Nicholls's site css play has a lot of examples of how to do this without javascript. It's a really excellent resource.

You might also want to check out oscaralexander. Com/tutorials/… and webdev.stephband. Info/buttons – fudgey Sep 19 '09 at 15:34.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions