↓ Skip to Main Content

Hou-ou

Main Navigation

  • Home
  • Fishing (San Diego)
    • Bait Spots (San Diego)
    • Fishing Apps
    • Fishing Spots
    • Fishing Tips
    • Lobster Fishing
    • Pier Fishing
    • Poles
    • Saltwater Fish
  • Projects
    • Android
      • A N-Puzzle numbers game for Android – GameSquares
        • GameSquares Tested Devices
      • Android Notes App – AgileNote! (A fast and powerful notepad)
        • AgileNote! Bugs
        • AgileNote! Changelog
        • AgileNote! Privacy Policy
        • AgileNote! Tested Devices
        • AgileNote! Tips
      • Free Android Screen Brightness App/Widget – Backlight!
        • Backlight! Bugs
        • Backlight! Changelog
        • Backlight! Privacy Policy
        • Backlight! Tested Devices
  • Resources
    • NVidia Configuration Page
    • Reborn
Home › Archive for CSS

Category: CSS

CSS 3 Spinning Image

By phoeniix Posted on September 17, 2017 Posted in CSS, Uncategorized, Web No Comments

Slow spinning image <style> .App-logo { animation: App-logo-spin infinite 20s linear; height: 80px; } @keyframes App-logo-spin { from { transform: rotate(0deg); } to { transform: rotate(360deg); } } </style>

Change your browser cursor

By phoeniix Posted on July 13, 2006 Posted in CSS No Comments Tagged with Browser, css2, cursor

There is a sweet CSS2 feature to change your browsers cursor. In your style sheet use the cursor parameter with the url of the image and what type of cursor it is. For example: cursor:url(‘/images/mycursor.gif’), pointer; Note this works only …

Change your browser cursor Read more »

Blogroll

  • Tricks, Pranks and Magic

Friends

  • Life Without A Prescription – 処方箋無しの人生
  • Ted Drake's Sketchbook
  • The Java Authority

Projects

  • Android Brightness Widget
  • Android Free Notepad AgileNote!
  • Android N-Puzzle game

Archives

© 2022 Hou-ou | Powered by Responsive Theme