| Issue 416: | Navigation & month, week, day TAB is not displaying in IE | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Navigation tab & month, week, day tab is not displaying in IE7 & IE8. Attached is a zip file of calender HTML page & all supporting files. can you please look for that issue.
Jul 3, 2011
I'm in the same boat. But it's only happening in IE7.
Jul 3, 2011
Turns out it was the default style. Too fancy for IE7.
In an IE7 only CSS file add:
.fc-state-default .fc-button-effect span {
position: relative;
width: 50px;
height: 10px;
border-width: 10px 0 0 1px;
border-style: solid;
border-color: #fff;
background: #444;
filter: none !important;
}
|
|
| ► Sign in to add a comment |
79.4 KB View Download