Re: [css-d] IE 6 layout issues

2009-05-14 Thread David Bailey
On 08/05/2009, at 3:51 AM, Alan Gresley wrote: David Laakso wrote: Alan, I wonder if he is referring to the white space beneath Tobias in compliant browsers in an 800 window, or in any width window when the fonts are scaled; and that this white space also appears beneath Tobias in IE/8

[css-d] positioning images on a background graphic

2009-05-14 Thread Anthony L
Is not that big a problem, but I am seeing a shift in the images when viewing the page on IE windows. I know: big surprise. Basically, I have a container div and then an unordered list where each list item is an image. Here's the relevant css : #container { background:blue; width: 735px;

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Erik Vorhes
On Thu, May 14, 2009 at 1:36 PM, Anthony L antl69or...@gmail.com wrote: Can anyone tell me which IE bug I am missing ? It's the dreaded double-margin float bug, I bet. Add display: inline; to your li styles and you should be good to go. Erik

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread David Laakso
Anthony L wrote: Is not that big a problem, but I am seeing a shift in the images when viewing the page on IE windows. and here is a link to the page ... http://liberto.info/cssplay/fromWork/migration_rollover/migration_opacity_tests_part_b.html Another thing that perplexes me is that if I

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Erik Vorhes
On Thu, May 14, 2009 at 2:51 PM, David Laakso da...@chelseacreekstudio.com wrote: There is no bug that I am aware of. Actually, the following CSS does trigger the IE 6 doubled-margin float bug: li { float: left; margin: 0 0.15em; } For details on this phenomenon, see

Re: [css-d] css-d Digest, Vol 78, Issue 11

2009-05-14 Thread peter . twiggs
I am currently out of the office and will return on Thursday the 14th of May. If you have any urgent queries please contact Steve Lee on 0113 391 2929. Regards Peter __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread David Laakso
Erik Vorhes wrote: On Thu, May 14, 2009 at 2:51 PM, David Laakso da...@chelseacreekstudio.com wrote: There is no bug that I am aware of. Actually, the following CSS does trigger the IE 6 doubled-margin float bug: li { float: left; margin: 0 0.15em; } For details

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Erik Vorhes
re: http://liberto.info/cssplay/fromWork/migration_rollover/migration_opacity_tests_part_b.html Anthony, the original poster, has followed your advice as of this writing. He has included display:inline; on the li. Follow the above url and note your suggestion does not fix IE/6. Nor does it

Re: [css-d] IE 6 layout issues

2009-05-14 Thread David Bailey
On 15/05/2009, at 3:51 AM, Gunlaug Sørtun wrote: David Bailey wrote: Something I was unaware of was that you can float a div as well as position it relatively! Relative positioning adds a few factors to the mix... That all makes sense. Thanks for the explanation. Also included min-width

Re: [css-d] positioning images on a background graphic

2009-05-14 Thread Anthony L
On Fri, May 15, 2009 at 12:40 AM, Erik Vorhes e...@textivism.com wrote: re: http://liberto.info/cssplay/fromWork/migration_rollover/migration_opacity_tests_part_b.html Anthony, the original poster, has followed your advice as of this writing. He has included display:inline; on the li. Follow

Re: [css-d] IE 8

2009-05-14 Thread Kathy Wheeler
On 15/05/2009, at 4:28 AM, Vincent Pollard wrote: I used to love using Multiples IES but I have seen several instances over the past two years where Multiples IEs gave us a different result from 'real' IE6. I've seen 'real' IE6's on two different machines give different results to each