Mike Purvis wrote: > <http://uwmike.com/about/>
> The one on the right, however, is a little different. I want it to > overflow off the left edge of the frame instead of the right, but > simply "float:right" seems to work only in FF (and not IE, Safari, or > Opera). My solution is to "visibility:hidden" the tag itself, and > then display the actual image in the background of a wrapper. The build-up of elements and styles in your page is a bit too complex for my taste, so although I managed to fix it I don't think I'll post the solution. I think the background-image process and multiple elements is unnecessary, as styling the image itself as a float with negative back-side margins will work well in a wrapped container with 'overflow: hidden'. Alternatively: 'position: absolute' can be used on the image in the same container. Both methods seems to work just fine in Firefox, Opera, Safari and IE6. Don't know which method is best suited for an automatic process though. I created a test-page in case I should need a "refresh" some day... <http://www.gunlaug.no/contents/wd_chaos_18.html> ...looks like the troll is going to jail on really narrow windows :-) regards Georg -- http://www.gunlaug.no ______________________________________________________________________ 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/
