DJ Steffo
01-15-2005, 02:34 AM
Script: CSS Menu highlight
http://www.dynamicdrive.com/dynamicindex1/csshighlight.htm
Hello!
I like this script since it is small. But the problem is that it automatically becomes a vertical menu. I would like it to be horizontell and cannot understand why it becomes vertical. :confused: There are no linebreaks but in order to make it horizontell I have to put it in a table and force it.
Isn't there some easy way so it becomes horizontel?
<style>
A.menulink {
display: block;
text-align: left;
text-decoration: none;
font-family: verdana;
font-size:10px;
color: #000000;
BORDER: 1px;
border: solid 1px #FFFFFF;
}
A.menulink:hover {
text-align: left;
text-decoration: none;
font-family: verdana;
font-size:10px;
BORDER: 1px;
border: solid 1px #6100C1;
background-color:#EFEFEF;
}
</style>
http://www.dynamicdrive.com/dynamicindex1/csshighlight.htm
Hello!
I like this script since it is small. But the problem is that it automatically becomes a vertical menu. I would like it to be horizontell and cannot understand why it becomes vertical. :confused: There are no linebreaks but in order to make it horizontell I have to put it in a table and force it.
Isn't there some easy way so it becomes horizontel?
<style>
A.menulink {
display: block;
text-align: left;
text-decoration: none;
font-family: verdana;
font-size:10px;
color: #000000;
BORDER: 1px;
border: solid 1px #FFFFFF;
}
A.menulink:hover {
text-align: left;
text-decoration: none;
font-family: verdana;
font-size:10px;
BORDER: 1px;
border: solid 1px #6100C1;
background-color:#EFEFEF;
}
</style>