Im creating a form using Fieldset for Formatting purpose. I would like to style those fieldsets, but I want to do different styles depending on if either the Fieldset contains a Legend or not.
So, if the Fieldset contains a Legend tag, I want to apply one style.
If the Fieldset doesnt contains a Legend tag, I want to apply another style.
Is that possible with CSS? Thanks.