Thanks, Nick.

I did have the attribute set already, but it doesn't seem to help.  Here is
my code now:

<form action="/International/2007/06/surveyform.php" method="post">
<p><button class="interaction" type="submit"><img
src="/International/icons/mailus.gif" alt=""  /> Envianos un
comentario</button></p>
<input type="hidden" name="docname" value="$self" />
<input type="hidden" name="referer" value="$referer" />
<input type="hidden" name="lang" value="$clang" /> 
</form>

And my CSS:

.container button.interaction {
  font-size: 130%;
  color: #e70;
  background-color: #ffffff; 
  border: 0; 
  margin: 0; 
  padding: 0;
  text-align: left; /* for IE */
  cursor: pointer;
  max-width: 100%;
  }

IE still truncates the French, rather than wrapping it.  I will probably
have to resort to using <br />, but that's far from ideal for boxes with
some flex to them or when users may have different fonts etc.

RI

============
Richard Ishida
Internationalization Lead
W3C (World Wide Web Consortium)
 
http://www.w3.org/People/Ishida/
http://www.w3.org/International/
http://people.w3.org/rishida/blog/
http://www.flickr.com/photos/ishida/
 
 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Nick Fitzsimons
> Sent: 20 June 2007 18:17
> To: wsg@webstandardsgroup.org
> Subject: Re: [WSG] Triggering POSTs with links?
> 
> On 20 Jun 2007, at 17:37:59, Richard Ishida wrote:
> 
> > Hmm. On the other hand..
> >
> > It works fine in Firefox, Opera, Safari (Win), but not in IE :((
> >
> > Grr.
> 
> Have you specified the "type" attribute with value "submit"? 
> Although the spec states that this is the default, IE 
> defaults to the value "button" instead. Specifying the 
> attribute should get it working in IE.
> 
> OT: really enjoyed your presentation at @media in London the 
> other week :-)
> 
> HTH,
> 
> Nick.
> --
> Nick Fitzsimons
> http://www.nickfitz.co.uk/
> 
> 
> 
> 
> 
> *******************************************************************
> List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
> Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
> Help: [EMAIL PROTECTED]
> *******************************************************************
> 



*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to