A quick answer would be to create a new left-hand side image with an extra 25px(?) of the grey gradient background on the left, and then set the horizontal background position to -25px(?) on decent browsers, eg.

Firefox, et al.
 background-position: -25px 0;

IE6
 background-position: 0 0;

Maybe use the 'underscore hack' (_background-position: 0 0;) to feed the declaration to IE6 (invalidate your CSS) or use MS conditional comments.

It may not be pretty, there may well be a better way, but it works (at least on Firefox and IE6!)

cheers,

Stuart

Tatham Oddie wrote:
Hey boys/girls,

Having a small problem with a page (of course the problem is only in IE6)… basically the floated fieldsets are causing the top left corner of the white box to fall out of position. Otherwise everything seems fine.

Would a few people who are good at IE hacks / floats mind looking at:

http://members.stansw.asn.au/testdrive/

Thanks in advance! As always, any other comments are appreciated too.


Thanks,

Tatham Oddie

Fuel Advance


-- ======================================= ============================= El Bombin http://elbombin.stuarthomfray.co.uk ======================== Stuart Homfray http://www.stuarthomfray.co.uk ======================================= ****************************************************** The discussion list for http://webstandardsgroup.org/

See http://webstandardsgroup.org/mail/guidelines.cfm
for some hints on posting to the list & getting help
******************************************************



Reply via email to