maharg
Technical User
- Mar 21, 2002
- 184
Hi
I am struggling to get IE9 to play ball.
Please see
On the right hand side are a group of scroll boxes with grey tabs.
In Firefox, you will see an internal shadow in each box, created by a background inmage.
In IE, the background moves as you scroll, it is fixed to the scrolled content, rather than the parent <div>
My css is...
Any help much appreciated!
Thank in advance,
Graham
I am struggling to get IE9 to play ball.
Please see
On the right hand side are a group of scroll boxes with grey tabs.
In Firefox, you will see an internal shadow in each box, created by a background inmage.
In IE, the background moves as you scroll, it is fixed to the scrolled content, rather than the parent <div>
My css is...
Code:
div.scroll2
{color: rgb(0,0,90);
font-size:9px;
line-height: 10px;
padding-top: 0px;
height: 90px;
width: 170px;
overflow: auto;
border: 1px solid rgb(209,209,245);
padding: 5px;
background-image:url(bg_selections.gif);
background-repeat:repeat-x;
background-position:top center fixed inherit;
}
Any help much appreciated!
Thank in advance,
Graham