|
|
Re: [ZPUGDC] css / "Reed L. O'Brien" <reed@intersiege.com>
Re: [ZPUGDC] css
"Reed L. O'Brien" <reed(at)intersiege.com> |
2005-11-01 08:51:10 |
[
FULL ]
|
Thanks for everyone's replies. The solution came from the inimitable
Joel Burton.
I had tried breaking out the bottom border to its own lines.
border-bottom-color: blah;
border-bottom-style: solid;
border-bottom-width: foo;
Joel recommended using the !important tag. So I did:
border-bottom: solid #3f2cb1 1px !important;
and poof it worked. after futzing around all day. Hrmph. Now I need
to go read about this !important tag. I don't understand it's
requirement for certain things, yet.
Thanks again. See some of you Thursday.
~r
Reed L. O'Brien wrote:
[...]
[...]
|
Re: [ZPUGDC] Dumper / Joel Burton <joel@joelburton.com>
Re: [ZPUGDC] Dumper
Joel Burton <joel(at)joelburton.com> |
2005-11-11 12:22:14 |
[
FULL ]
|
Re: [ZPUGDC] Dumper / "Reed L. O'Brien" <reed@intersiege.com>
Re: [ZPUGDC] Dumper
"Reed L. O'Brien" <reed(at)intersiege.com> |
2005-11-11 13:10:32 |
[
FULL ]
|
Joel Burton wrote:
[...][...][...]
I will pretend I wasn't at the bootcamp where you showed it to us last
march...
~r
[...]
|
|