gasma1975
01-07-2008, 04:53 AM
Hi,
There is a nice navigation menu that I saw on www.orange.fr
it as the text navigation with a list style image and a continous gray underline
I'm trying to do the same, but really its a mess ! :mad:
This is my navigation Box
#navigation {
float: left;
width: 175px;
padding: 10px;
background-color: #FFFFFF;
height: 200px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
list-style-position: outside;
list-style-image: url(../images/bulletarrow.gif);
list-style-type: none;
line-height: 30px;
}
a, a:link {
color:#0554AD;
text-decoration: none;
font-weight: bold;
width: 150px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FF6600;
}
How can I create an uderline (longer than the navigation text) and under each line.
Also, it must not affect the position of my list image
Any idea ?
thx
There is a nice navigation menu that I saw on www.orange.fr
it as the text navigation with a list style image and a continous gray underline
I'm trying to do the same, but really its a mess ! :mad:
This is my navigation Box
#navigation {
float: left;
width: 175px;
padding: 10px;
background-color: #FFFFFF;
height: 200px;
border-top-style: none;
border-right-style: none;
border-bottom-style: none;
border-left-style: none;
list-style-position: outside;
list-style-image: url(../images/bulletarrow.gif);
list-style-type: none;
line-height: 30px;
}
a, a:link {
color:#0554AD;
text-decoration: none;
font-weight: bold;
width: 150px;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #FF6600;
}
How can I create an uderline (longer than the navigation text) and under each line.
Also, it must not affect the position of my list image
Any idea ?
thx