Issue 416: Navigation & month, week, day TAB is not displaying in IE
Status:  Done
Owner: ----
Closed:  Mar 2010
Reported by mail.kam...@gmail.com, Mar 23, 2010
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.  

Full calender.zip
124 KB   Download
Mar 30, 2010
Project Member #1 adamrs...@gmail.com
looks fine to me. same in ie as in FF. here is a screenshot...
Screenshot.png
79.4 KB   View   Download
Status: Done
Jul 3, 2011
#2 MullerDi...@gmail.com
I'm in the same boat. But it's only happening in IE7.
Jul 3, 2011
#3 MullerDi...@gmail.com
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;
}