mattodd
12-16-2008, 07:53 AM
The mouseover popup is getting pushed off the end of the window.
I've figured out that there's some sort of conflict with the positioning of the divs that the calendar is contained within. For example:
#sidebar_r {
position: absolute;
top:200px;
left:800px;
width: 200px;
}
It works very well for everything on the page... except the popup is getting pushed over by an extra 200 x 800.
The obvious answer would be to compensate for this by adjusting the popup position in the admin settings. But it isn't working. In fact, it doesn't seem to no matter what value I put in there, the popup appears to adopt #sidebar_r positioning.
I've tried to find a way around it, but it looks to me like the piece I want to get at is in the encoded files. Is there any other way that you can think of to correct this without breaking the rest of my page?
http://wrya.matttodd.ca/
I've figured out that there's some sort of conflict with the positioning of the divs that the calendar is contained within. For example:
#sidebar_r {
position: absolute;
top:200px;
left:800px;
width: 200px;
}
It works very well for everything on the page... except the popup is getting pushed over by an extra 200 x 800.
The obvious answer would be to compensate for this by adjusting the popup position in the admin settings. But it isn't working. In fact, it doesn't seem to no matter what value I put in there, the popup appears to adopt #sidebar_r positioning.
I've tried to find a way around it, but it looks to me like the piece I want to get at is in the encoded files. Is there any other way that you can think of to correct this without breaking the rest of my page?
http://wrya.matttodd.ca/