Hello,
I have a css formated webpage.
This page is generated from a CMS. Sometimes, a special link can be inserted by the users. When it appends, this link open a new centered div with a form. The problem is that this div takes the style from the parent element, which can be different.
I would like to create div without parent style... or to force it to get the BODY style, but not the style from the parent <td> class...
How can I do that ?
Thx for reading this post and have a nice day!!
rafGive the div it's own class, or the class assigned to the body.
I have a css formated webpage.
This page is generated from a CMS. Sometimes, a special link can be inserted by the users. When it appends, this link open a new centered div with a form. The problem is that this div takes the style from the parent element, which can be different.
I would like to create div without parent style... or to force it to get the BODY style, but not the style from the parent <td> class...
How can I do that ?
Thx for reading this post and have a nice day!!
rafGive the div it's own class, or the class assigned to the body.