Issue 220: .fc-header .fc-state-default a relative positioning causes misalignment of buttons in IE6
Status:  Released
Owner: ----
Closed:  Aug 2013
Reported by emptyham...@gmail.com, Dec 1, 2009
.fc-header .fc-state-default a relative positioning causes misalignment of
buttons in IE6 on page load. On mouse rollover buttons position correctly.

Fix is to remove relative positioning in CSS. Doesn't seem to affect any
other browsers.

.fc-header .fc-state-default a {
	display: block;
	/*position: relative;*/
	border-width: 0 1px;
	margin: 0 -1px;
	width: 100%;
	text-decoration: none;
	}
Dec 3, 2009
Project Member #1 adamrs...@gmail.com
yeah, i've actually seen this on the fullcalendar homepage in ie6, but never got
around to fixing it. will be fixed in a release very soon. thanks!
Status: Accepted
Dec 22, 2009
Project Member #2 adamrs...@gmail.com
ok i removed the position:relative. this is in 1.4.3 now. i don't know why i
originally did this, but i tested it in all browsers and it still works fine. thanks
for the help!
Status: Fixed
Aug 13, 2013
Project Member #3 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Implemented
Aug 13, 2013
Project Member #4 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Released