[css-d] IE ignores background-position of top right

2006-07-12 Thread Mike Purvis
I've never seen anything like this, so I've been pretty confused by it. On my ne wabout page http://uwmike.com/about/, there are two small images at the top of the right-hand column. The one on the left is correctly overflowing (in both IE and FF), and sizing itself depending on the window width.

Re: [css-d] IE ignores background-position of top right

2006-07-12 Thread Gunlaug Sørtun
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

Re: [css-d] IE ignores background-position of top right

2006-07-12 Thread Mike Purvis
The build-up of elements and styles in your page is a bit too complex for my taste... Totally fair. It is a personal site, so I tend to be more experimental than I would on a page for someone else. My next phase of debugging was to isolate the problem somewhere outside of a content area

Re: [css-d] IE ignores background-position of top right

2006-07-12 Thread Gunlaug Sørtun
http://www.gunlaug.no/contents/wd_chaos_18.html I hadn't seen this method before, I'll definitely experiment with it, thanks. I realise the background-image trick is an awful kludge, so I'm glad to hear that there's a way to get float-right behaving that way in non-Moz clients. In