On 6/17/05, Bruce Gilbert <[EMAIL PROTECTED]> wrote:
> the xhtml is:<input src="/images/submit.gif" alt="Submit"
> class="submit" type="image" name="submit"  />
> 
> and the css is:
> 
> input img.submit{
> width:58px;
> height:27px;
> margin-left:30em;
> }

'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".



-- 
"May the forces of evil become confused on the way to your house."
  -- George Carlin
______________________________________________________________________
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