Log in

View Full Version : css problem



jackavin
09-08-2007, 03:33 AM
anyone know how to change list/menu border or style
thx

Rockonmetal
09-08-2007, 03:45 AM
Yes I do hold on man I'll help you out...
what do you want it to be?

Rockonmetal
09-08-2007, 03:46 AM
Ok i got a ton of list styles... i got it from w3schools.com...
heres the css code...


<style type="text/css">
ul.disc {list-style-type: disc}
ul.circle {list-style-type: circle}
ul.square {list-style-type: square}
ul.decimal {list-style-type: decimal}
ul.decimal-leading-zero {list-style-type: decimal-leading-zero}
ul.lower-roman {list-style-type: lower-roman}
ul.upper-roman {list-style-type: upper-roman}
ul.lower-alpha {list-style-type: lower-alpha}
ul.upper-alpha {list-style-type: upper-alpha}
ul.lower-greek {list-style-type: lower-greek}
ul.lower-latin {list-style-type: lower-latin}
ul.upper-latin {list-style-type: upper-latin}
ul.hebrew {list-style-type: hebrew}
ul.armenian {list-style-type: armenian}
ul.georgian {list-style-type: georgian}
ul.cjk-ideographic {list-style-type: cjk-ideographic}
ul.hiragana {list-style-type: hiragana}
ul.katakana {list-style-type: katakana}
ul.hiragana-iroha {list-style-type: hiragana-iroha}
ul.katakana-iroha {list-style-type: katakana-iroha}
</style>

http://www.w3schools.com/css/css_list.asp
There are links to what they have called "Try it now" which is where you can try it out...
its a very good site its too bad they don't expand really far... but I learned a lot from this site...