Style Sheets
  Home arrow Style Sheets arrow Page 3 - CSS: Continuing the Clarification of CSS C...
Dev Articles Forums 
ADO.NET  
Apache  
ASP  
ASP.NET  
C#  
C++  
ColdFusion  
COM/COM+  
Delphi-Kylix  
Design Usability  
Development Cycles  
DHTML  
Embedded Tools  
Flash  
Graphic Design  
HTML  
IIS  
Interviews  
Java  
JavaScript  
MySQL  
Oracle  
Photoshop  
PHP  
Reviews  
Ruby-on-Rails  
SQL  
SQL Server  
Style Sheets  
VB.Net  
Visual Basic  
Web Authoring  
Web Services  
Web Standards  
XML  
Mobile Linux 
App Generation ROI 
IBM® developerWorks 
Weekly Newsletter
 
Developer Updates  
Free Website Content 
 RSS  Articles
 RSS  Forums
 RSS  All Feeds
Write For Us Get Paid 
Request Media Kit
Contact Us 
Site Map 
Privacy Policy 
Support 
 USERNAME
 
 PASSWORD
 
 
  >>> SIGN UP!  
  Lost Password? 
STYLE SHEETS

CSS: Continuing the Clarification of CSS Classification
By: James Payne
  • Search For More Articles!
  • Disclaimer
  • Author Terms
  • Rating: 5 stars5 stars5 stars5 stars5 stars / 2
    2008-05-12

    Table of Contents:
  • CSS: Continuing the Clarification of CSS Classification
  • Absolutely Relatively Speaking
  • Changing the Way You Curse
  • Attack of the Invisible Man

  • Rate this Article: Poor Best 
      ADD THIS ARTICLE TO:
      Del.ici.ous Digg
      Blink Simpy
      Google Spurl
      Y! MyWeb Furl
    Email Me Similar Content When Posted
    Add Developer Shed Article Feed To Your Site
    Email Article To Friend
    Print Version Of Article
    PDF Version Of Article
     
     
    ADVERTISEMENT


    CSS: Continuing the Clarification of CSS Classification - Changing the Way You Curse


    (Page 3 of 4 )

    You can determine the way a cursor looks when it goes over an element. There are many types of cursors, and they will each be displayed in the code below. Give them a try:


    <html>

    <body>

    <h1>To see what each cursor style does, hover your mouse over them:</h1>

    <p style="cursor:auto">

    Auto</p>

    <p style="cursor:crosshair">

    Crosshair</p>

    <p style="cursor:default">

    Default</p>

    <p style="cursor:pointer">

    Pointer</p>

    <p style="cursor:text">

    Move</p>

    <p style="cursor:e-resize">

    e-resize</p>

    <p style="cursor:ne-resize">

    ne-resize</p>

    <p style="cursor:nw-resize">

    nw-resize</p>

    <p style="cursor:n-resize">

    n-resize</p>

    <p style="cursor:se-resize">

    se-resize</p>

    <p style="cursor:sw-resize">

    sw-resize</p>

    <p style="cursor:s-resize">

    s-resize</p>

    <p style="cursor:w-resize">

    w-resize</p>

    <p style="cursor:move">

    text</p>

    <p style="cursor:help">

    wait</p>

    <p style="cursor:wait">

    help</p>

    </body>

    </html>

    You can also use a custom cursor by using url, as shown below:


    h1

    {

    cursor: url(“sample.cur”),url(“backup.cur”), default

    }

    Note that in the above example we put default as the cursor type, just in case our other cursors do not show up.

    More Style Sheets Articles
    More By James Payne


     

    STYLE SHEETS ARTICLES

    - Image Replacement CSS Techniques
    - Using BlueTrip`s Success, Notice and Error C...
    - More Uses for the Thin and Caps CSS Classes ...
    - Styling Definition Lists with the BlueTrip C...
    - Styling Unordered and Ordered HTML Lists wit...
    - Using the BlueTrip CSS Framework`s Thin and ...
    - Adding Borders to Web Page Columns with Blue...
    - Introducing the BlueTrip CSS Framework
    - Using a Background Grid to Assist Web Page L...
    - Extending the Rule Of Thirds for Web Page La...
    - A Two-Column Web Page Layout Based on the Ru...
    - Using the Rule Of Thirds for Web Page Layout
    - Swapping Columns Using the Divine Ratio for ...
    - Using the Golden Ratio in Liquid Web Page De...
    - Fundamental Design Principles for Web Page L...







    © 2003-2009 by Developer Shed. All rights reserved. DS Cluster 5 Hosted by Hostway
    For more Enterprise Application Development news, visit eWeek