In that #insert-wrapper img rule try absolute positioning it as one possibility.
#insert-wrapper img { position: absolute; top:0px; left:-20px; } or maybe relative to the main page. #inset #inset-wrapper { position: static; } #inset #inset-wrapper img { position: absolute; top:100px; left:20px;/*or maybe use % or ems if you want it to move with text-size increase */ } ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- 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/