HTML legend border is showing two colors

Hi there

I am using HTML legend in fieldset and when i try to give color to border is shows two colors in it.I want only one color there

How to acheive it any Idea?

border-style: groove?

You need to specify that the fieldset is a solid border.

Make your fieldset all into 1 rule:

border:10px solid red

Thanks changing border:solid solved problem

Apologies. I’ve read the question too fast and thought that you wanted the two colors which is what a groove effect will do :smiley:

Its Ok
finally my problem is solved…

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.