Css form problem

hi all

Ive created a form in css with columns layout. But its showing diff output in all the browsers. Can anyone tell me how to make it compatible with all the browsers.

The html file is attached for your reference

thanks in advance.

Anyone there to help me

What browser is rendering it correctly?

its coming perfect in FF

Try adding some height to ul.search-column

Something like this should do it…

ul.search-column
{
	margin:0 0 -6px -2px;
	width:100%;
	height:50px;
  }

With CSS, when in doubt, throw on the borders and see what’s not lining up correctly…

also, add some height to #main-box.

hi jkanakaraj

thanks for your all those helpful inputs.

Can you please tell me why the outer box is not stretching in IE 7.0 & Mozilla

thanks in advance.

looks like you have the width for #main_div set to 90%

ya thats true,

but I mean why its not stretching vertically.