Make LI not indent
Sample code is listed below:
ul {
list-style:none;
margin:0px;
padding:0px;
}
list-style attribute makes li without bullet.
The code is tested on Firefox, Opera, IE.
By javafuns on May 28, 2009 at 10:19 ·
Views: 3,304 · Permalink · RSS
Categorized in: Uncategorized · Tagged with: CSS, HTML
Categorized in: Uncategorized · Tagged with: CSS, HTML


(