Da_iMac_Daddy
Not-so-Neo-DumbA$$
I have a problem. I'm using a div tag to make a border around several links. The CSS is called menuborder. Then I want the background color of the links to change to a specific color, well that works (kinda) but I want it to fill the whole space inside the box not just behind the text.
Any help?
::I had to use quotes cause the code tag wasn't working::
.menu:hover
{
background: #217DC7;
color: white;
}
.menu
{
border-bottom: solid .5px #217DC7;
margin-left: 0;
margin-right: 0;
color:#217DC7
}
.menuborder
{
line-height: .02cm;
max-width: 100px;
padding-right: .05cm;
padding-left: .05cm;
padding-bottom: .05cm;
padding-top: .05cm;
float: right;
border-width: 1px;
border-style: solid;
}
Any help?
::I had to use quotes cause the code tag wasn't working::