Opened 13 years ago
Closed 13 years ago
#9365 closed Bug (invalid)
CSS validation error
| Reported by: | Alexandr | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | Core : Styles | Version: | 3.6.4 |
| Keywords: | Cc: |
Description
Could you tell me about next CSS code. I can't understand # before css property name. Is it CSS hack? What is browser need it?
file richcombo.css (_source\skins\office2003)
.cke_skin_office2003 .cke_browser_ie .cke_rcombo
{
#display: inline;
}

#display: inline;Stops IE6 implimenting the Double Margin Float Bug. Yes it is a hack.