Re: [WSG] search field image alignment--help

2005-05-17 Thread RMW Web Publishing
. A simple run through the validator would pick this up. Please get into the habit of checking your own code before sending it to the group. - Original Message - From: Kvnmcwebn [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Sunday, May 15, 2005 11:42 PM Subject: Re: [WSG] search field

[WSG] search field image alignment

2005-05-15 Thread Kvnmcwebn
hello, I have added a go image for the submit button of a search field, its alignedabsmiddle. This dosnt align properly in compliant browsers like ff and safari but its fine in ie6. http://www.mcmonagle.biz/OTI/newhome.htm Should I just use a table in this case? thanks heres the code. span

Re: [WSG] search field image alignment

2005-05-15 Thread Bert Doorn
G'day I have added a go image for the submit button of a search field, its alignedabsmiddle. This dosnt align properly in compliant browsers like ff and safari but its fine in ie6. http://www.mcmonagle.biz/OTI/newhome.htm You might also have a look at

Re: [WSG] search field image alignment

2005-05-15 Thread Kvnmcwebn
hi guys, Im now using the actual form element with some extra classes to get the positioning right. Defining the all around padding and margins worked for ff. Ended up using the underscore hack for ie though, still a pixel or two off but im going to live with it-just want to get this darn

Re: [WSG] search field image alignment

2005-05-15 Thread Gunlaug Sørtun
Kvnmcwebn wrote: .fimg{ _padding: 0px 0px 0px 0px; padding: 0px 0px 5px 0px; } That's the wrong sequence. IE won't get it. Try this instead: .fimg{ padding: 0 0 5px 0; _padding: 0; } regards Georg -- http://www.gunlaug.no ** The

Re: [WSG] search field image alignment

2005-05-15 Thread RMW Web Publishing
-attachment on the 'submit' button). You should also move the height and alignment to your CSS. Rowan Walker - Original Message - From: Kvnmcwebn [EMAIL PROTECTED] To: wsg@webstandardsgroup.org Sent: Sunday, May 15, 2005 11:57 AM Subject: Re: [WSG] search field image alignment | | Also

Re: [WSG] search field image alignment--help

2005-05-15 Thread Kvnmcwebn
Hi, It does needs an action so Ive redone it like this: input type= image class=fimg nameSubmit value=submit src=go.gif/ This probably wont work and anyway it wrecks the positioning again. How can i use an input type = submit with a background image? thanks -kevin I think what Patrick is

Re: [WSG] search field image alignment

2005-05-15 Thread Kvnmcwebn
also i tried this BUTTON name=submit value=submit type=submit SendIMG src=go2.gif alt=go/BUTTON but its not what im looking for. -Kevin ** The discussion list for http://webstandardsgroup.org/ See