1

Topic: Grey border in fieldset

A little design problem.

How do I edit (I believe it´s called fieldset) - the grey borders around legend text ?

I´ve tried just to change the colors, but it doesn´t work.

What am I missing?

Thanks for a great forum script.

Re: Grey border in fieldset

/* 1.5 Fieldset legend text colour */

.pun LEGEND {COLOR: #6C8A3F}

It's right there in the _cs.css series of stylesheets.

Through the awful grace of God

"Dude, CSS and XHTML are like two boys who are deeply in love.  They're perfect for each other, but no one can acccept it."

3

Re: Grey border in fieldset

Thanks oh yes, I know.

I didn´t mean the text itself, but the grey border around the text in legend.

Re: Grey border in fieldset

/* 3.4 Creates the inset border for quote boxes, code boxes and form info boxes */

.pun BLOCKQUOTE, DIV.codebox, DIV.forminfo, DIV.blockpost LABEL {BORDER-COLOR: #ACA899 #FFF #FFF #ACA899}

/* 3.5 Gecko's default fieldset borders are really nasty so this gives them a colour
without interferring with IE's rather nice default */

.pun DIV>FIELDSET {BORDER-COLOR: #ACA899}


Section three of the _cs.css series.

Through the awful grace of God

"Dude, CSS and XHTML are like two boys who are deeply in love.  They're perfect for each other, but no one can acccept it."