Results 1 to 3 of 3

Thread: css problem

  1. #1
    Join Date
    Jul 2007
    Posts
    59
    Thanks
    4
    Thanked 0 Times in 0 Posts

    Default css problem

    anyone know how to change list/menu border or style
    thx
    Last edited by jackavin; 09-08-2007 at 03:40 AM.

  2. #2
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    Yes I do hold on man I'll help you out...
    what do you want it to be?

  3. #3
    Join Date
    Jan 2007
    Location
    The stage
    Posts
    568
    Thanks
    23
    Thanked 6 Times in 6 Posts

    Default

    Ok i got a ton of list styles... i got it from w3schools.com...
    heres the css code...
    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...

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •