Hi,
my site is http://www.netministries.ie/joomla. I have 2 questions..

[1] I have a dynamic component that requires a vertical scrollbar if the
display is larger than the height set. This works perfectly in FF but not in
IE(7). It's the item marked "staff corner" (Div="yvComment"). I have
included the following code before my </head> but it doesn't appear to make
any difference..

<!--[if IE 7]>
<link href="<?php echo $template_path; ?>/css/template_ie7.css"
rel="stylesheet" type="text/css" />
<style type="text/css">
    div.yvComment { overflow: visible; overflow-x:hidden; overflow-y:auto;
padding-bottom:15px; }
</style>
<![endif]-->

[2] As you can see in IE the components at the end of the screen are not
aligned while they are in FF. What do you recommend for me to fix this?

Thanks,
Karen
______________________________________________________________________
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