Revisions
- August 30, 2012 @ 00:26:11 [Current Revision] by PeterLugg
- August 30, 2012 @ 00:23:53 by PeterLugg
Revision Differences
August 30, 2012 @ 00:23:53 | Current Revision | ||
---|---|---|---|
Content | |||
Deleted: | Added: Here's the gas! | ||
Added: [html]<ul class="pipes"> | |||
Added: <li><a href="#">link 1</a></li> | |||
Added: <li><a href="#">another link</a></li> | |||
Added: <li><a href="#">more links</a></li> | |||
Added: <li><a href="#">the last link</a></li> | |||
Added: </ul>[/html] | |||
Added: And use this css: | |||
Added: [css].pipes, .pipes * {margin:0; padding:0; list-style:none; display:inline;} | |||
Added: .pipes {display:block; overflow:hidden; zoom:1; margin:10px;} | |||
Added: .pipes a {position:relative; left:-1px; float:left; padding:2px 8px; border-left:1px solid #888;}[/css] | |||
Added: Taken from this page: <a href="http:// www.dillerdesign.com/css/ cookbook/links_pipes_list_ elements.html" target="_blank" >http://www.dillerdesign.com/ css/cookbook/ links_pipes_ list_elements.html</a> |
Note: Spaces may be added to comparison text to allow better line wrapping.
No comments yet.