Re: Solution! RE: [WSG] form button css

2006-02-28 Thread Martin Heiden
Ted, Tuesday, February 28, 2006, 3:13:42 AM, you wrote: TD I'm using button with an image per Thierry's suggestion. I didn't want to TD use background image on an input because there are some browser TD inconsistencies and I didn't want to use an image in the input due to some TD accessibility

[WSG] form button css

2006-02-27 Thread Ted Drake
Hi All I'm having some trouble using an image as a button in a form. I've zeroed out the margins and paddings in this simple search box and yet the button wants to sit about 6px higher than the label and input. I've added this klunky css, margin:6px 0 -6px 0; This just doesn't look good to me.

Re: [WSG] form button css

2006-02-27 Thread Seona Bellamy
On 28/02/06, Ted Drake [EMAIL PROTECTED] wrote: #foo form { text-align:center; padding:0; }#foo label { color:#fff; font-size:85%; margin:0 5px; font-weight:bold; }#foo input{ margin:0 5px;}#foo button {border:none; height:23px; background:none; padding:0 0 0 0; margin:6px 0 -6px 0;} Just a

RE: [WSG] form button css

2006-02-27 Thread Ted Drake
] [mailto:[EMAIL PROTECTED] On Behalf Of Seona Bellamy Sent: Monday, February 27, 2006 4:58 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] form button css On 28/02/06, Ted Drake [EMAIL PROTECTED] wrote: #foo form { text-align:center; padding:0; } #foo label { color:#fff; font-size:85

Re: [WSG] form button css

2006-02-27 Thread Irina Ahrens
I tried this markup in IE6 and Firefox 1.5 without [margin:6px 0 -6px 0;]. Everything lines up well. It is obviously some other CSS that affects your button. I agree with Seona's suggestion #foo button img { margin: 0; padding: 0; } Cheers, Irina.On 2/28/06, Ted Drake [EMAIL PROTECTED] wrote: Hi

Re: [WSG] form button css

2006-02-27 Thread James Gellan
ze: 12px; font-style: normal; line-height: normal; font-variant: normal; text-transform: none; } Thanks, James Gellan Rayne Creative 404-468-6347 - Original Message - From: "Ted Drake" [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Monday, February 27, 2006 19:48 Subject:

Solution! RE: [WSG] form button css

2006-02-27 Thread Ted Drake
: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of James Gellan Sent: Monday, February 27, 2006 5:44 PM To: wsg@webstandardsgroup.org Subject: Re: [WSG] form button css Ted, Its relatively easy to do what you are trying to do ..I accomplished the same thing on my site

Re: Solution! RE: [WSG] form button css

2006-02-27 Thread sharron
in the comments areas? I am a bit confused. Like they site by the way, bookmarked it! - Original Message - From: Ted Drake To: wsg@webstandardsgroup.org Sent: Monday, February 27, 2006 8:13 PM Subject: Solution! RE: [WSG] form button css Ok, I found

RE: Solution! RE: [WSG] form button css

2006-02-27 Thread Ted Drake
, 2006 6:42 PM To: wsg@webstandardsgroup.org Subject: Re: Solution! RE: [WSG] form button css Ted, I apologize for getting off topic. I visited you site last-child.com, and your link to FF Alistapart search box won't work for me. Using FF, also can't seem to locate a contact link to notify you