Elli Vizcaino wrote:
> They look great in all browsers: IE6, IE7 and Safari but is slightly
> off in FF3. And I haven't been able to come up with a solution that
> will make it work in all. It seems like FF3 is throwing a margin
> around the span that I can't control.

Hi Elli--

I adjusted this:
.lgt_blue_btn, .wht_btn {font-weight: bold;
        color: #FFF;
        padding-right: 5px;
        text-align: center;
        width: auto;
        overflow: visible;}
to this:
.lgt_blue_btn, .wht_btn {font-weight: bold;
        color: #FFF;
        padding-right: 0;/* Set to to 0 for FF3 */
        text-align: center;
        width: auto;
        overflow: visible;}
to get it to work in FF3 on my Ubuntu box.

Hope it helps.
--Bill


-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Bill Brown, MacNimble.com :: "From dot concept to dot com since 1999"
WebDevelopedia.com, TheHolierGrail.com, Cyber-Sandbox.com, Anytowne.com
"The intuitive mind is a sacred gift and the rational mind is a
faithful servant. We have created a society that honors the servant and
has forgotten the gift. -- Albert Einstein
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to