Web Development from Scratch: List Item Styling
basixvideos

Web Development from Scratch: List Item Styling

Tutorial Details
  • Difficulty: Beginner
  • Format: Video
This entry is part 14 of 15 in the Web Development from Scratch Session
« PreviousNext »

You’re not only limited to the default disc symbol for list items. You can choose from a variety of built in options, or use custom images or symbols! I’ll show you how in this episode.

Choose 720p for the clearest picture.
Subscribe to our YouTube and Blip.tv channels to watch more screencasts.

Add Comment

Discussion 9 Comments

  1. edwinhollen says:

    One of the best tutorials I’ve seen here. I’ve always been some what apprehensive to use CSS backgrounds for bullets, but you explained it very well and now it’s a piece of cake. Thank you, Mr. Way!

  2. Ryan says:

    Any workaround for IE7 since it doesn’t support the :before psuedo-element?

  3. Jim says:

    Is there a better way to add space between the βœ” and the text other than:

    content: “βœ” 0a0 “;

  4. Dany says:

    Very helpfull!
    i didn’t know the li before technics.
    thank you

  5. Daniel M. says:

    You’re a great teacher, very helpful tutorial, thanks.

  6. Mike says:

    Not to sound ungrateful, but what happens after the fragments section? We build the copy of nettuts, but content only, then the video ends and the next one is this?

    Are the rest of the videos premium only?

  7. phil says:

    Hey Jeffrey great series man,

Add a Comment

To add a code snippet to your comment, please wrap your code like so: <pre name="code" class="html">YOUR CODE</pre>. You can replace the class name with "js," "css," "sql," or "php." If there are any "<" or ">" within your code, please search and replace them with: &lt; and &gt; respectively.