Border-radius doesnt work in ie9

Cant get my border radius to work in ie9

Here’s the CSS code :

#nav ul li a:link{
background-color: #eed1eb;
border: 1px solid #000;
border-left: none;
color: #000;
width: 200px;
border-radius: 0 1em 1em 0;
}

Thanku

Have you used <meta http-equiv=“X-UA-Compatible” content=“IE=edge” /> in head section? where “edge” means “use the latest rendering engine”

nope - but i’ll try it

It works - yay - what a great day

thanku so much