Bill Walton wrote:
> ...
> http://www.emrec-beta1.com .
> Each line has a button on it to remove that item from both the database and 
> the page.  


after some clicking, I guess you mean this page
http://www.emrec-beta1.com/allergy/edit


Position: absolute means taking it out of the page flow and offset it 
relatively to its containing block. Since you have a left offset, but no 
top offset for the button, a browser has to estimate the static 
position, meaning the place where this element would have been placed 
normally. IE is not good in those things.

Define top:0 for the button and give the line position: relative. This 
establishes a containing block, an origin for the offset.

Or better try to achieve your layout ideas without position: absolute.

In case this is not what you meant with "ugly" or "worse", a problem 
description and a static page to work on would be immensely helpful.

Ingo

-- 
http://www.satzansatz.de/css.html
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to