Click to See Complete Forum and Search --> : Space in cell after jump menu?!?


Digital Pimp
06-27-2005, 04:54 AM
Hi

I added a jump menu to my page in a cell with a border but IE is rendering it with space below the jump menu where Firefox renders it exactly how it looks in DW. This seems to happen when using elements that use a form. How do I get rid of space after the jump menu/form.

Any ideas...

cheers

DP :confused:

Digital Pimp
06-27-2005, 05:04 AM
Sorted it with CSS

form {margin: 0px;
}