Welcome guest, is this your first visit? Click the "Create Account" button now to join.

Welcome to the Philippine Apple Users Group.

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.


Results 1 to 1 of 1
  1. #1
    Apple Genius Gomi's Avatar
    Join Date
    May 2004
    Location
    Baguio
    Age
    35
    Posts
    2,170

    Thumbs up Exciting new W3C CSS spec updates

    Heads up web designers! New spec updates for CSS by the World Wide Web Consortium now includes options for 'angle', 'fill' and 'dropshadow'. If you do a lot of CSS coding like I do, you know what that means, less ImageReady/PS! For the uninitiated, the new codes are sure to create more fluid and 'print-like' web pages that eat less bandwidth. This is a godsend!

    Here's a sampling of the codes...

    .gradheader {
    fill-type: gradient #000 #999;
    fill-direction: top left;
    fill-noise: none;
    }
    .phototilt {
    width: 200px;
    height: 120px;
    angle: 45;
    border: 4px solid #ccc;
    dropshadow: 1px 5px 5px 1px 35% #000;
    }
    Unfortunately, none of the current browsers currently support the new css calls. Hopefully, Firefox Dos and IE7 will start the ball rolling...

    W3C's CSS3 Advanced Layout Module

  2. # ADS
    Google Adsense

    Join Date
    Always
    Location
    Advertising world
    Age
    2010
    Posts
    Many




     

    •   
 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •