| Issue 220: | .fc-header .fc-state-default a relative positioning causes misalignment of buttons in IE6 | |
| 1 person starred this issue and may be notified of changes. | Back to list |
.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
Status:
Accepted
Dec 22, 2009
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
(No comment was entered for this change.)
Status:
Implemented
Aug 13, 2013
(No comment was entered for this change.)
Status:
Released
|
|
| ► Sign in to add a comment |