Opened 14 years ago

Closed 13 years ago

Last modified 10 years ago

#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 Scott González

Component: ui.coreui.dialog
Resolution: worksforme
Status: newclosed

If you continue to have problems, please attach a test case.

comment:2 Changed 10 years ago by Scott González

Milestone: TBD

Milestone TBD deleted

Note: See TracTickets for help on using tickets.