Digital Consumption


 Charles Darke | 6 August 2006
I've just added the Nifty Cube scripts to give this site nice 'rounded corners'. But if you're using Internet Explorer, this site currently looks messed up since the Nifty Cube script is giving an "Invalid Property Value" error. The exact error shown is:

Line: 125
Char: 1
Error: Invalid property value
Code: 0

I'll be trying to fix this when I get a spare minute. 


Comments (3)

Problem solved courtesy of codingforums.com: my style sheets had colours 'white' and 'black' instead of '#ffffff' and '#000000'.

Changed this and it works fine in IE now! However, I'm not sure whether I like the half a second or so delay and the jiggling around of the screen as it does the rounding. Something else to look into.
  Written by Charles Darke at 11:19pm, 8 August 2006.
Solved the delayed jiggling effect: Dean Edwards has the answer, at least for Mozilla and IE.

The 'trick' is to check if the DOM has loaded and if so execute the javascript. This way, there is no nead to wait for large images etc. to load. This has almost completely eliminanted the jiggle effect and I'm now happy to continue using Nifty Corners Cube on this site.
  Written by Charles Darke at 9:18pm, 12 August 2006.
Thanks for sharing this solution. I was having the same problem as you and was about to give up on nifty corners!
  Written by Guest: Anonymous at 3:27pm, 28 April 2007.