positioning css1

hi,

i'm having this css crossbrowser problem. on the left side i have an IMG.
ie4 positions my DIV's relative to the IMG and nav4 positions them relative
to the BODY element. how can i solve this wee problem, which has allready
cost me to much time. thanx.

ben van't ende

http://home.worldonline.nl/~vantende/memo.htm soon to be
http://www.webargument.nl

part of the style sheet:

IMG { float: left; }

DIV.argument { margin-left: -20px; margin-top: -45px; font-weight: normal;
font-size: 54px; font-family: garamond, serif;}

DIV.memo { margin-left: 115px; margin-top: 36px; font-weight: bold;
font-size: 80px; font-family: verdana, sans-serif; }

Received on Tuesday, 10 March 1998 16:56:09 UTC