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
|
is Fieldset not Work in default.aspx that use MasterPage ?
it not show the border. Thanks you in advance
| |||||||||
feedback
|
|
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). | |||
|
feedback
|