SylvainTI / wwwsqldesigner

Automatically exported from code.google.com/p/wwwsqldesigner
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

CSS Shadows #80

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Current behavior : shadows with images
2. => 6 images HTTP request
3. => rendering is delayed

What is the expected output? What do you see instead?
CSS Shadows enable instant rendering (when everything else is styled, the 
shadows are too)
Removes 6 requests and approx. 18K data.

What version of the product are you using? On what operating system?
trunk / Chomium / XP

Please provide any additional information below.
100% compatibility with all kind of browsers (css3 and filters)
see diff ;)

Thoose are no use anymore :
  bar_bottom.png  bar_corner.png  bar_left.png
  table_bottom.png  table_corner.png  table_right.png

Original issue reported on code.google.com by geompse@gmail.com on 16 Mar 2010 at 6:47

Attachments:

GoogleCodeExporter commented 9 years ago
Good idea!

Original comment by ondrej.zara on 16 Mar 2010 at 7:48

GoogleCodeExporter commented 9 years ago
Commited in r90, thanks for a very nice contribution!

Original comment by ondrej.zara on 16 Mar 2010 at 4:39

GoogleCodeExporter commented 9 years ago
For info, I always visit http://css3please.com/ for this code fragment, and I 
get to 
know this website via http://ajaxian.com/

:)

Original comment by geompse@gmail.com on 16 Mar 2010 at 5:58