Opened 12 years ago

Closed 12 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;
}

Change History (1)

comment:1 Changed 12 years ago by Jakub Ś

Resolution: invalid
Status: newclosed

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

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy