Page is a not externally linkable
- Code, Content, and Presentation
-- CSS
---- Having trouble styling radio buttons and check boxes


nyteshade - 6:22 pm on Mar 21, 2012 (gmt 0)


You could nest a list within a list, that would 'stack' your <li> elements.


<ul>
<li>
<ul>
<li>male</li>
<li>female</li>
</ul>
</li>
</ul>


Thread source:: http://www.webmasterworld.com/css/4431738.htm
Brought to you by WebmasterWorld: http://www.webmasterworld.com