Ib Jensen wrote:
> Hi
> 
> Link: ikjensen.dk/test/
> 
> 
> I'm working on a new design.
> 
> And naturally having an IE6 problem. The css in the menu are the
> same, except the Fly-outs are floated Right and Left. The problem is
> the Left side, where IE is placing a extra line, below the Sub-menu.
> 
> In Firefox 2.x, it works.
> 
> Any hints ??

Same 'hasLayout' trigger on anchors as before, but with the necessary
selector-addition to target the left menu also...

#menu ul li a, #menu_l ul li a  {height: 1%;}


> PS! Any hints on : Downsizing a picture nicely. The two pictures in
> the Content-area, in fact.

#center img {max-width: 90%; height: auto; width: auto;}

...will let those images stay at intrinsic size when there's enough
space, and scale down when necessary.
Doesn't work in IE6 and older - need separate styles, but all somewhat
new browsers will handle such scaling reasonably well.

regards
        Georg
-- 
http://www.gunlaug.no
______________________________________________________________________
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/

Reply via email to