[css-d] IE6 and percentages

2009-08-18 Thread Luc
 Good evening list,  

 A few days ago i posted a problem with a gallery i had in a liquid
 lay-out. Our friend David provided me with a good alternative
 (originally post: gallery in liquid lay-out: can of worms).

 However, for my own learning experience i experimented a bit and got
 some initial result where, when you resize the viewport, the gallery
 and the bigger image on hover, is contained within it's container and
 the image resizes. For this i used a percentage as the image width
 because i couldn't get the desired results with ems.

 Now, in opera it works fairly well but IE6 well, shocking effect:

 http://www.dzinelabs.com/sandbox/GrupoMP/Pages/Frotacop4.html

 css embedded.

 Is this some IE6 bug or does IE6 really chokes on percentages in this
 case?
 
-- 
Best regards,
 Luc
 http://www.dzinelabs.com
 

Using the best e-mail client: The Bat! version 4.2.6 with
Windows XP (build 2600), version
5.1 Service Pack 3 and
using the best browser: Opera.

"You need a witness when you get married. Just like when you have an
accident or a duel…" - Sacha Guitry - French actor



__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Re: [css-d] IE6 and percentages

2009-08-18 Thread Luc
For those who already took a look: i did the unspeakable: posting
without validating first. HTML now validates. Css doesn't because of
the IE stuff.

Sorry about that guys and girls.

But the problem still exists.

-- 
Best regards,
 Luc
_

http://www.dzinelabs.com

Using the best e-mail client: The Bat! version 4.2.6 with
Windows XP (build 2600), version
5.1 Service Pack 3 and
using the best browser: Opera.

"Observe your enemies for they first find out your faults." 


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE6 and percentages

2009-08-18 Thread Philippe Wittenbergh

On Aug 19, 2009, at 1:37 PM, Luc wrote:

>> (and there  is a loose } in your css)
>
> Same here: no excuse.

ah, that is better; now the page displays as expected in my Gecko  
nightly build, which has a stricter error parser.

Dunno what to suggest about iExploder 6. Thing doesn't know what a  
containing block is, and compute the 80% width based on the closest  
haslayout container.

Actually, scrap that, you have a little issue with this:
* html #maincontainer * { position: relative; zoom:1; }
/* __everything__ has pos. relative */
remove that block and only apply 'zoom' to specific elements.

Philippe
---
Philippe Wittenbergh
http://l-c-n.com/





__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] IE6 and percentages

2009-08-20 Thread Luc
Hello Philippe, 

It was foretold that
on 19/08/2009 @ 14:54:36 GMT+0900 (which was 02:54:36 where I live)
Philippe Wittenbergh would write:



Philippe, sorry for the late reply.

Okay, removing the block makes it a bit better in IE6 but triggers
another problem in IE6: when hoving over the thumbnails the whole page
gets shifted.

And i tried the zoom trick but still the big image is distorted.

Guess i'm up against something that's impossible with IE6 ...

http://www.dzinelabs.com/sandbox/GrupoMP/Pages/Frotacop4.html

> Actually, scrap that, you have a little issue with this:
> * html #maincontainer * { position: relative; zoom:1; }
> /* __everything__ has pos. relative */
> remove that block and only apply 'zoom' to specific elements.  

 
-- 
Best regards,
 Luc
_

http://www.dzinelabs.com

Using the best e-mail client: The Bat! version 4.2.6 with
Windows XP (build 2600), version
5.1 Service Pack 3 and
using the best browser: Opera.

  


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/