Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Property Progid doesn't exist

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #158971
    tanny911
    Participant

    Property progid doesn’t exist : DXImageTransform
    Parse Error DXImageTransform.Microsoft.Shadow(Color=’gray’, Direction=135, Strength=3);
    Parse Error [:”progid:DXImageTransform.Microsoft.Shadow(Color=’gray’, Direction=135, Strength=3)”; _margin-bottom: -3px; /* IE6 */ .margin-bottom: -3px; /* IE7 */ } /*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */ .ui-tooltip-rounded]

    [CODE] .ui-tooltip-shadow .ui-tooltip-titlebar,
    .ui-tooltip-shadow .ui-tooltip-content{
    filter: progid:DXImageTransform.Microsoft.Shadow(Color=’gray’, Direction=135, Strength=3);
    -ms-filter:”progid:DXImageTransform.Microsoft.Shadow(Color=’gray’, Direction=135, Strength=3)”;[/CODE]

    [CODE]/*! Add rounded corners to your tooltips in: FF3+, Chrome 2+, Opera 10.6+, IE9+, Safari 2+ */
    .ui-tooltip-rounded,
    .ui-tooltip-rounded .ui-tooltip-content,
    .ui-tooltip-tipsy,
    .ui-tooltip-tipsy .ui-tooltip-content,
    .ui-tooltip-youtube,
    .ui-tooltip-youtube .ui-tooltip-content{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    }
    [/CODE]

    #158978
    Senff
    Participant

    Please explain a little bit more what the issue is, put it in context etc.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.