Topic: Remove round corners (FIELDSET) in IE
Hello...I'm having trouble removing rounded cornere in FIELDSET in IE (see image below)...thank you in advance for your help
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Remove round corners (FIELDSET) in IE
Hello...I'm having trouble removing rounded cornere in FIELDSET in IE (see image below)...thank you in advance for your help
Find this in the stylesheet
/* 4.4 Special setting for fieldsets to preserve IE defaults */
DIV>FIELDSET {
BORDER-STYLE: solid;
BORDER-WIDTH: 1px
}
And cheange it to this
/* 4.4 Special setting for fieldsets to preserve IE defaults */
DIV FIELDSET {
BORDER-STYLE: solid;
BORDER-WIDTH: 1px
}
In the colour scheme stylesheet find this
.pun DIV>FIELDSET {BORDER-COLOR: #ACA899}
And change it to this
.pun DIV FIELDSET {BORDER-COLOR: #ACA899}
The actual colour may be different depending on which style you are using.
Thanks that fixed it
PunBB Forums → PunBB 1.2 modifications, plugins and integrations → Remove round corners (FIELDSET) in IE
Powered by PunBB, supported by Informer Technologies, Inc.