XHTML/ CSS - Styling Unordered Lists

Again, you can style everything, lists are no exception.

Some of the properties you can change are:

List style CSS

PropertyDescription
list-styleSets all the properties for a list in one declaration
list-style-imageSpecifies an image as the list-item marker
list-style-positionSpecifies the position of the list-item markers (bullet points)
list-style-typeSpecifies the type of list-item marker

You can style certain elements with images from the internet. (i.e. list-style-image: url(image.png);


https://www.youtube.com/watch?v=veKHw125UJs&index=23&list=PLC1322B5A0180C946

Comments

Popular posts from this blog

Python 3.4 - Caesar Cipher

UML - Use Case Diagram