Mike
10-19-2005, 12:40 PM
Hi all,
I've got the following CSS:
a.reviewbuttons:link {
background:#052220;
border-style:solid;
border-width:1px;
width:100%;
}
a.reviewbuttons:visited {
background:#052220;
border-style:solid;
border-width:1px;
width:100%;
}
a.reviewbuttons:active {
background:#052220;
border-style:solid;
border-width:1px;
width:100%;
}
a.reviewbuttons:hover {
background:#052220;
border-style:solid;
border-width:1px;
width:100%;
}
I've made a few links which have this as their class. However, whatever I set it to, the width never changes. It's always just the same size as the text length itself.
Could someone help me please? I want the width to be 100%...
Oh and, the links are in <td> tags...
Cheers,
Mike
I've got the following CSS:
a.reviewbuttons:link {
background:#052220;
border-style:solid;
border-width:1px;
width:100%;
}
a.reviewbuttons:visited {
background:#052220;
border-style:solid;
border-width:1px;
width:100%;
}
a.reviewbuttons:active {
background:#052220;
border-style:solid;
border-width:1px;
width:100%;
}
a.reviewbuttons:hover {
background:#052220;
border-style:solid;
border-width:1px;
width:100%;
}
I've made a few links which have this as their class. However, whatever I set it to, the width never changes. It's always just the same size as the text length itself.
Could someone help me please? I want the width to be 100%...
Oh and, the links are in <td> tags...
Cheers,
Mike