Skip to main content
deleted 14 characters in body
Source Link
Darko
  • 39k
  • 15
  • 85
  • 107

The following rule has no content (is empty) when I view the styles in Firebug:

 .holest-carousel-top-item  {   box-shadow: 1px 1px 1px #FFF,-1px -1px 1px #9ACC67;border-radius: 85px;  } 

The rule also isn't rendering in firefox.

I believe I read somewhere that firebug does not display styling that firefox won't render, but I don't know why firefox wouldn't render this rule. I checked the source in firefox and it shows there.

My only hint is that the link to the stylesheet containing this rule is in the body and not the header.

Any ideas? Thanks.

The following rule has no content (is empty) when I view the styles in Firebug:

 .holest-carousel-top-item  {   box-shadow: 1px 1px 1px #FFF,-1px -1px 1px #9ACC67;border-radius: 85px;  } 

The rule also isn't rendering in firefox.

I believe I read somewhere that firebug does not display styling that firefox won't render, but I don't know why firefox wouldn't render this rule. I checked the source in firefox and it shows there.

My only hint is that the link to the stylesheet containing this rule is in the body and not the header.

Any ideas? Thanks.

The following rule has no content (is empty) when I view the styles in Firebug:

.holest-carousel-top-item { box-shadow: 1px 1px 1px #FFF,-1px -1px 1px #9ACC67;border-radius: 85px; } 

The rule also isn't rendering in firefox.

I believe I read somewhere that firebug does not display styling that firefox won't render, but I don't know why firefox wouldn't render this rule. I checked the source in firefox and it shows there.

My only hint is that the link to the stylesheet containing this rule is in the body and not the header.

Any ideas? Thanks.

Source Link
Omn
  • 3.1k
  • 1
  • 28
  • 40

CSS rule shows as empty in Firebug

The following rule has no content (is empty) when I view the styles in Firebug:

 .holest-carousel-top-item { box-shadow: 1px 1px 1px #FFF,-1px -1px 1px #9ACC67;border-radius: 85px; } 

The rule also isn't rendering in firefox.

I believe I read somewhere that firebug does not display styling that firefox won't render, but I don't know why firefox wouldn't render this rule. I checked the source in firefox and it shows there.

My only hint is that the link to the stylesheet containing this rule is in the body and not the header.

Any ideas? Thanks.