Learn to manipulate bullet points using CSS.
Tutorial Details:
bullet points
Im going to teach you how to create bullet points which look like that using CSS.
I will start with Test 1, you will notice it is not intented this can be changed in the code:
.bullet1 { font-family: Arial, Helvetica, sans-serif; font-size: 12px; list-style-position: outside; list-style-type: square; }
I will explain the purely list tag CSS the font CSS you can learn from another tutorial. When using the list-style-position you have two choices inside and outside, inside will give an indent look and is good if you are trying to emphasis this list. You have the following list-style-type options disc, cirlce, square, decimal, lowe-roman, upper-roman, lower-alpha, upper-alpha. The first four are obvious but for those of you who don't know wat a roman is its roman numerals so like "i, ii, iii" and alpha is "a, b, c".
Read
Tutorial at: Click here to view the tutorial
Rate Tutorial: CSS CSS Manipulating bullet points Tutorial
View Tutorial: CSS CSS Manipulating bullet points Tutorial
Related
Tutorials:
JNDI overview,
Part 3: Advanced JNDI - JavaWorld March
2000
JNDI overview,
Part 3: Advanced JNDI - JavaWorld March
2000 |
Become a programming Picasso with JHotDraw -
JavaWorld
February 2001
Become a programming Picasso with JHotDraw -
JavaWorld
February 2001 |
Personalize your Website with skins - JavaWorld June
2001
Personalize your Website with skins - JavaWorld June
2001 |
JSP best practices
Follow these tips for reusable and easily maintainable JavaServer Pages |
Axis: The next generation of Apache SOAP
Axis: The next generation of Apache SOAP |
Publish
Publish event-driven Web content with JSP custom tags |
Maven ties together tools for better code management
Maven ties together tools for better code management |
Finally, getting hands in !
Finally, getting hands in ! |
AurigaDoclet: Javadoc doclet for generating javadoc in pdf, postscript, etc
What Is AurigaDoclet?
AurigaDoclet is a Javadoc doclet which can generate Java API document in fo, pdf, postscript, pcl, and svg format. AurigaDoclet accepts command line options which can be used to further customize the generated output. |
JooTemplates/JooConverter
JooConverter 1.0b3 released
JooConverter 1.0 beta 3 is available from the SourceForge Download Page.
|
The HTML Renderer Shootout, Part 1
The HTML Renderer Shootout, Part 1
In this article, we will review 11 different HTML renderers, comparing their features, compliance, and speed; searching for the best one for any project. |
ServerEclipse - Web Eclipse Plug-in
ServerEclipse - Web Eclipse Plug-in |
The JDBC RowSet Implementations Tutorial
In "The JDBC RowSet Implementations Tutorial," you will look at how to use the standard JDBC RowSet implementations specified in JSR-114. |
Jeff Schmitt's JDBC Page
This tutorial assumes you are using the MySQL database and the GWE JDBC drivers. The host computer is triton.towson.edu. |
Servlet Essentials
This document explains the concepts of Java Servlets and provides a step-by-step tutorial for writing HTTP Servlets with complete source code for the example Servlets. The tutorial and the other chapters cover all facets of Servlet programming from a ... |
JSP Tutorial
This Tutorial is for beginners in the Java Server Pages Technology |
JavaServer Pages Technology - Documentation
Sun's tutorial for Java Server Pages that provide a good introduction to design web pages with JSP. |
Tag Libraries Tutorial
This tutorial describes how to use and develop JavaServer Pages tag libraries. The tutorial assumes that you know how to develop servlets and JSP pages and are familiar with packaging servlets and JSP pages into Web application archives. |
This tutorial shows how to Combine the power of XPath and JSP tag libraries
In this article, we'll examine the XPath custom tag library for JSPs and see a tag collection that provides simple control constructs and a uniform attribute value substitution facility, all of which combine to reduce complexity and improve functionality. |
Device Driver Tutorial for the Solaris OS
Make your hardware work with the Solaris OS on x86 or SPARC architectures. If you are a beginning Solaris kernel programmer, start with this new tutorial on docs.sun.com. |
|
|
|