I need to place an element, div or table will work, in the upper right or left hand corner of a table cell. A single page will have several table cells within it that each will contain one of these elements. In IE5.5 all I have to do is set the position of the element absolute, and the desired effect is created. In netscape4.5 and 6, the effects are different. I'm not sure if I need some JavaScript to do this, or if CSS alone will do the trick. Any advice?