Re: [WSG] Form best practice

2008-04-21 Thread Matthew Pennell
On Mon, Apr 21, 2008 at 4:36 AM, Jens-Uwe Korff [EMAIL PROTECTED] wrote: we are currently evaluating how we code up forms. In the process I'd like to review form best practices. Please send me any bookmarks you might have of what you consider top of class. I favour this approach:

Re: [WSG] Form best practice

2008-04-21 Thread Frank Palinkas
Hi Jens-Uwe, Apologies for the late reply - I'm in the middle of an inter-continental move from Johannesburg to Oslo. If I can help, please take a look at my article on dev.opera.com - Accessible Context Sensitive Help with Unobtrusive DOM Scripting:

R: [WSG] Form best practice

2008-04-21 Thread Diego La Monica
I usual use the following kind of approach: form fieldset div label../label input / /div … div

Re: [WSG] Form best practice

2008-04-21 Thread Jessica Enders
Hello I've bookmarked heaps more bad forms than good (says something, really) but can heartily recommend this one (which I designed): http://www.originenergy.com.au/signup/?_qf_p2_display=true The phrase how we code up forms is pretty broad, but hopefully some of these will be of use:

[WSG] strechable round rect and center align

2008-04-21 Thread Naveen Bhaskar
hi, I want a *rounded strechable rectangle* inside another rectangle which is 500px width. the *rounded strechable rectangle* should align center . sample link: http://www.geocities.com/navi_menon/demo.gif pls help -- navii - thanks and

Re: [WSG] strechable round rect and center align

2008-04-21 Thread Matijs
!-- outer div centered on the page -- div style=width: 500px; margin: 0 auto !-- inner div centered within the outer div -- div style=margin: 0 auto; padding: 0 10px; background: url('../path/to/left_side_image.png') no-repeat left; span style=background:

Re: [WSG] strechable round rect and center align

2008-04-21 Thread Rahul Gonsalves
On 21-Apr-08, at 1:50 PM, Naveen Bhaskar wrote: I want a rounded strechable rectangle inside another rectangle which is 500px width. the rounded strechable rectangle should align center . Naveen, This seems to be a good way to build rounded corner boxes [1]. Aligning elements to the

[WSG]

2008-04-21 Thread Anat Katz
Hi Guys, I have a question, hope you can help me out... Anyone know about a tool that automate the process of testing accessibility? any new good tool? thanks a lot, Anat This email and any attachments may contain privileged and confidential information and are intended for the named

Re: [WSG] strechable round rect and center align

2008-04-21 Thread James Sinclair
Hi Naveen, A List Apart have a very good article on rounded corners at: http://www.alistapart.com/articles/customcorners/ And, as Rahul mentioned, setting left and right margins to auto generally will centre a box for you. Kind regards, James Naveen Bhaskar wrote: hi, I want a

[WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Amrinder
Hi, I have problem with the footer of my website: www.awayback.com it is not staying at bottom of the page. Things are fine in case of low resolution i.e. 1024x768 but in high resolution screens (1200x1024) footer is hanging mid way and not at bottom of the page. Thanks in Advance. Kind

Re: [WSG] strechable round rect and center align

2008-04-21 Thread Naveen Bhaskar
thanks guys... I got the solution from here http://css-discuss.incutio.com/?page=CenteringBlockElement regards naveen On Tue, Apr 22, 2008 at 5:36 AM, James Sinclair [EMAIL PROTECTED] wrote: Hi Naveen, A List Apart have a very good article on rounded corners at:

RE: [WSG] :: Footer not resting at bottom of page ::

2008-04-21 Thread Kepler Gelotte
I have problem with the footer of my website: www.awayback.com it is not staying at bottom of the page. Things are fine in case of low resolution i.e. 1024x768 but in high resolution screens (1200x1024)  footer is hanging mid way and not at bottom of the page. Hi Amrider, I would suggest