Search and Top Navigation
#4832 closed bug (worksforme)
Opened September 03, 2009 09:32PM UTC
Closed November 13, 2009 06:55PM UTC
Last modified October 11, 2012 09:15PM UTC
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.
If you continue to have problems, please attach a test case.