List Not positioning right (Please Read)
-
Here is what I have to style the list :
.tags ul { width: 475px; } .tags li {margin-left: 5px; margin-bottom: 8px; display: inline; float: left; list-style: none; } .tags li a { padding: 2px; background: #000; color: #fff; } .tags li a:hover{ text-decoration: none; background: #00eaff; color: #fff; } .tags li a:visited{ text-decoration: none; background: #000000; color: #00eaff; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘List Not positioning right (Please Read)’ is closed to new replies.