On 6/17/05, Bruce Gilbert <[EMAIL PROTECTED]> wrote:
> > 'input img.submit' means "An <img> tag inside an <input> tag, where
> > the <img> tag has 'submit' as its class". What you want is
> > 'input.submit', which means "an <input> tag with 'submit' as its
> > class".
> >
> 
> hmmm. I know have for the xhtml
> 
> <input class="submit"  src="/images/submit.gif" alt="Submit"
> type="image" name="submit"  />
> 
> and the css is:
> 
> input.submit{

You said different before. Try:
form.info_request input.submit
It needs to be more specific than the other class.

> width:58px;
> height:27px;
> margin-left:60em;
> }
> 
> the button is still not taking on these attributes. What am I STILL
> doing wrong??
> 
> http://www.inspired-evolution.com/Contact.php
> 

-- 
Justin Patrin
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to