Re: [css-d] Right Column div spacing issues

2008-11-16 Thread David Laakso
Ambient Glow wrote: Having a couple of problems with the RightColumn1 div on this page: page: http://ambientglow.com/garage/manz/sample-inside.html css: http://ambientglow.com/garage/manz/sample-inside.html Peg This may help. #contentWrapper {border:1px solid lime;padding-top:

Re: [css-d] absolute positioning of an image not working in IE

2008-11-16 Thread Bruno Fassino
Patrik Jansson wrote: I've been working on a site, which has several small image galleries of different buildings. Bigger image shows when thumbnail is hovered over. [...] In IE, however, the top of the bigger image is a bit lower than the thumbnails and when there are thumbnails in three

Re: [css-d] absolute positioning of an image not working in IE

2008-11-16 Thread Patrik Jansson
On 16.11.2008 13:27, Bruno Fassino wrote: Patrik Jansson wrote: In IE, however, the top of the bigger image is a bit lower than the thumbnails and when there are thumbnails in three or more rows, the bigger image drops even more down, approximately the height of one thumbnail. So it looks

Re: [css-d] absolute positioning of an image not working in IE

2008-11-16 Thread Bruno Fassino
Patrik Jansson wrote: Thanks! Yes, your fix solved it (at least in IE7), I hadn't heard of the zoom-attribute before.. Could someone check e.g. http://www.mondiara.com/x_hemvik.php?lang=en on IE6 and tell if the the big images are aligned with the top of the thumbnails like in FF, Safari and

Re: [css-d] absolute positioning of an image not working in IE

2008-11-16 Thread Patrik Jansson
On 16.11.2008 15:24, Bruno Fassino wrote: Patrik Jansson wrote: Thanks! Yes, your fix solved it (at least in IE7), I hadn't heard of the zoom-attribute before.. Could someone check e.g. http://www.mondiara.com/x_hemvik.php?lang=en on IE6 and tell if the the big images are aligned with the

Re: [css-d] absolute positioning of an image not working in IE

2008-11-16 Thread Alan Gresley
Patrik Jansson wrote: [...] For example here there are two rows of thumbnails and IE shows the bigger image 1.5em or so below the line it should be in: http://www.mondiara.com/x_tlehto.php?lang=en [...] regards, --patrik Bruno has covered the haslayout issues with IE6 and IE7. IE8b2 shows

Re: [css-d] Right Column div spacing issues

2008-11-16 Thread Ambient Glow
That did the trick -- thanks! This may help. #contentWrapper {border:1px solid lime;padding-top: 20px;}-- :: add selector to style sheet #outerWrapper #contentWrapper #rightColumn1 { border:1px solid fuchsia;-- :: 4 position only margin-top: 20px;---::

Re: [css-d] absolute positioning of an image not working in IE

2008-11-16 Thread Patrik Jansson
On 16.11.2008 16:09, Patrik Jansson wrote: On 16.11.2008 15:24, Bruno Fassino wrote: I think they are aligned as desired, but in IE6 your hover is not working. You have used a child selector (like in '.gallery a:hover img.big') which IE6 doesn't support. I believe you can get rid of it (just

Re: [css-d] absolute positioning of an image not working in IE

2008-11-16 Thread David Hucklesby
On Sun, 16 Nov 2008 21:31:54 +0100, Patrik Jansson wrote: On 16.11.2008 15:24, Bruno Fassino wrote: I think they are aligned as desired, but in IE6 your hover is not working. You have used a child selector (like in '.gallery a:hover img.big') which IE6 doesn't support. I believe you can

Re: [css-d] absolute positioning of an image not working in IE

2008-11-16 Thread Bruno Fassino
On Sun, 16 Nov 2008 21:31:54 +0100, Patrik Jansson wrote: Hmm.. it seems I was a bit too hasty with saying it works... I installed IE6 now and saw that the hovers don't work. What could be the problem? You say that it should have hover on the simple 'a' as well, but doesn't it already have

[css-d] ie/6.0 block formatting (and more)

2008-11-16 Thread David Laakso
1/ In this rough layout, IE/6.0 treats these two divisions as one block rather than two blocks: .c div.portfolio div {the 400 by 400 image} and .c ul.folio {the block of 20 digits} 2/ Also in IE/6.0 the right column will drop at text-size largest on reload. Now what I'll do...? html