#4832 closed bug (worksforme)
CSS issue IE8
Reported by: | bitterSTAR | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.dialog | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I have the following in my page's main CSS file:
#sidebar .sidemenu li {
list-style: none; margin: 0; padding: 8px 10px; border-bottom: 1px solid #E8E8E8;
}
In IE 8 (all modes) it causes the overlay (used by Dialog) to be 100% opaque. If I remove the offending line it works, as follows:
#sidebar .sidemenu li {
list-style: none; margin: 0; border-bottom: 1px solid #E8E8E8;
}
It worked in Firefox.
Change History (2)
comment:1 Changed 13 years ago by
Component: | ui.core → ui.dialog |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
If you continue to have problems, please attach a test case.