Building Faster Websites with CSS Sprites
Materials Needed for building faster sites:
- Image – Step 1: Set up each individual navigation menu image states
- Step 2: Image - Combine all 3 navigation bar image states into 1 image
- Step 3: Image – Measure the height of each buttons
- Step 4: Image – Measure the width of each buttons
- Step 5: Image – Width and height of each buttons
- Step 6: CSS – setting up the navigation bar
- Step 8: CSS – Using HTML lists (ul tags) for the navigation bar links
- Step 9: CSS – adding images for each links
- Step 10: CSS – adding hover states to the navigation bar
- Step 11: CSS – adding clicked/active states to the navigation bar
No comments:
Post a Comment
Leave me a comment below if you liked this article - what do YOU think about it?