is Fieldset not Work in default.aspx that use MasterPage ?

  <fieldset style="border-style:double">
    <legend>Livraison</legend>
    qsdf
    </fieldset>

it not show the border.

Thanks you in advance

link|improve this question

74% accept rate
2  
it's like any other HTML control, will work normally, unless you have a nested css rule that overrides the default view. consider to use debugging tools like FireBug or Developer Toolbar to see what are the styles inherited from it's parent(s). – Mohammed ElSayed Dec 15 '11 at 9:42
Thanks you..right...i think it is because i use DevExpress – user609511 Dec 15 '11 at 9:51
you welcome, I will post my comment as a suggested answer, consider marking it as answer to avoid any wrong additions, thanks. – Mohammed ElSayed Dec 15 '11 at 9:55
feedback

1 Answer

up vote 1 down vote accepted

it's like any other HTML control, will work normally, unless you have a nested css rule that overrides the default view. consider to use debugging tools like FireBug or Developer Toolbar to see what are the styles inherited from it's parent(s).

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.