|
but nothing i do works with Mozila .....
i tried padding, padding-left, and also margin and margin- left, and it has no effect in the Mozila....
and i also get an error in the Mozila :
Warning: Error in parsing value for property 'border-left-color'. Declaration dropped.
regarding this:
border-left-color:1px solid #851F03;and it looks ok to me...
the complete code for that is:
]#festLinks li{
display: inline;
border-left-color:1px solid #851F03;
font-family:Arial, Helvetica, sans-serif;
color:#851F03;
padding: 3px 6px;
}
|