Hi,
I'm having a problem using divs that are 'positon:relative' to give a brief outline,
body{margin:0 auto; max-width:800px; min-width:800px}
and there are various correctly nested divs within the body some are 'postion:relative' others are not.
in firefox it works fine, open up the window everythin gis centred within the 800px body as specified, if i change the size of the window, the content all stays inline and the margin to the left and right decreases or increase as it should.
in IE7 , the divs that are not 'position:relative' remain central despite changes in window size, however the divs that ARE 'position:relative' do not follow the rest of the content when the window is resized.
is anyone able to help?
I'm using a strict xhtml doctype
thanks.