maharg
Technical User
- Mar 21, 2002
- 184
Hi
I'm using a list for my main nav menu on my site
I'd like to have the list arrow left-justified to the edge of the <div> area.
My css is:
Can anyone tell me what I'm doing wrong?
Cheers,
Graham
I'm using a list for my main nav menu on my site
I'd like to have the list arrow left-justified to the edge of the <div> area.
My css is:
Code:
ol,ul {font-size: 11px;
font-family: verdana,helvetica,arial,sans-serif;
color: rgb(30,30,30)
}
div.menu
{background-color: #fafafe;
margin-left: 0px;
padding-left: 0px;
line-height: 25px;
list-style-image: url('arrow.gif')
}
Can anyone tell me what I'm doing wrong?
Cheers,
Graham