Grade book problem

Re: Grade book problem

by Shawn Parr -
Number of replies: 0
Did you find a good solution to this? I ran across this today and found a workable, but probably not great solution. Long term it may conflict with other things.

I made a change in the CSS for our custom theme we designed so that it includes the following:

.yui-panel-container {
position: fixed;
bottom: 0;
right: 0;
}

So now the floating pop-ups are stuck into the bottom right corner of the browser window. This allows them to be seen in IE and Webkit browsers.

However I'm waiting for the call that it causes another pop-up element to stick there and that it causes problems... smile