anth001 / curved-corner

Automatically exported from code.google.com/p/curved-corner
0 stars 0 forks source link

Demo - Invalid CSS causing errors #34

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Viewing the newest Demo in IE8
2. Any OS

What is the expected output? What do you see instead?
You would expect to see a jpg of a cat in a background. In Gecko / Webkit
you see no background, and IE defaults to a black background.

What version of the product are you using? On what operating system?
I'm using the demo with the HTC Version 3.0 on Mac OSX (but I tested in XP
SP3).

Please provide any additional information below.

Hi,

Just found this great solution through word of mouth.

I downloaded the most recent demo (v3), and there is a couple issues in the
demo.

Specifically one being that there is some CSS errors in the demo:

Line 26 - In .box2 

background: transparent url(ashera.jpg); no-repeat top left;

Error #1 - The uploader didn't include "ashera.jpg". 
Error #2 - The syntax isn't correct, the semi-colon should be removed after
the url.
Error #3 - Using the "transparent" property is pointless when using a JPG,
and it should be switched to a 1px transparent PNG that's repeated.

Original issue reported on code.google.com by bryanjwa...@gmail.com on 6 Apr 2010 at 5:41