strange background: ul, ol

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • zYm3N

    strange background: ul, ol

    Hello !
    Can anybody tell me, how can I do something like that:
    http://zymen.net/_files/qst.jpg ? I'm trying for a few hours to do list
    like this one, but nothing works correct..

    Thanks for any help.
    --
    Faja Bogus³aw

    + Programy. | e-mail: zymen@zymen.net
    + Strony www. | www: http://zymen.net
    + Atrakcyjne ceny. | gg: 5211589
    + Szybko. Tanio. Pewnie. | tel. +48 691544955
  • jmm-list-gn

    #2
    Re: strange background: ul, ol

    zYm3N wrote:[color=blue]
    > Hello !
    > Can anybody tell me, how can I do something like that:
    > http://zymen.net/_files/qst.jpg ? I'm trying for a few hours to do list
    > like this one, but nothing works correct..
    >[/color]
    It's an image. Apparently a screenshot from a word processor.

    --
    jmm dash list (at) sohnen-moe (dot) com
    (Remove .AXSPAMGN for email)

    Comment

    • Jeff North

      #3
      Re: strange background: ul, ol

      On Sat, 18 Sep 2004 08:09:13 +0200, in
      comp.infosystem s.www.authoring.stylesheets zYm3N <zymen@interia. pl>
      wrote:
      [color=blue]
      >| Hello !
      >| Can anybody tell me, how can I do something like that:
      >| http://zymen.net/_files/qst.jpg ? I'm trying for a few hours to do list
      >| like this one, but nothing works correct..
      >|
      >| Thanks for any help.[/color]

      <style>
      ..RowColour1 { background: #CADDEF }
      ..RowColour2 { background: #E9F1F8 }
      </style>

      <table>
      <tr class="RowColou r1">
      <td>....</td>
      </tr>
      <tr class="RowColou r2">
      <td>....</td>
      </tr>
      </table>
      ---------------------------------------------------------------
      jnorth@yourpant sbigpond.net.au : Remove your pants to reply
      ---------------------------------------------------------------

      Comment

      • Evertjan.

        #4
        Re: strange background: ul, ol

        jmm-list-gn wrote on 18 sep 2004 in
        comp.infosystem s.www.authoring.stylesheets:
        [color=blue]
        > zYm3N wrote:[color=green]
        >> Hello !
        >> Can anybody tell me, how can I do something like that:
        >> http://zymen.net/_files/qst.jpg ? I'm trying for a few hours to do list
        >> like this one, but nothing works correct..
        >>[/color]
        > It's an image. Apparently a screenshot from a word processor.
        >[/color]

        I suppose the OP ment a table with alternating coloured backgrounds.

        <http://www.mattkruse.c om/temp/css_expressions .html>

        And as comment:


        /groups?selm=cho 118%24gh4%241%2 4830fa795%40new s.demon.co.uk



        --
        Evertjan.
        The Netherlands.
        (Please change the x'es to dots in my emailaddress,
        but let us keep the discussions in the newsgroup)

        Comment

        • Berislav Lopac

          #5
          Re: strange background: ul, ol

          On Sat, 18 Sep 2004 08:09:13 +0200, zYm3N wrote:
          [color=blue]
          > Hello !
          > Can anybody tell me, how can I do something like that:
          > http://zymen.net/_files/qst.jpg ? I'm trying for a few hours to do list
          > like this one, but nothing works correct..[/color]

          In addition to Jeff's suggestion:

          You can make a background sonsisting of grey and white stripes and put it
          on the list (not list-item) element. You can now set the positioning to
          what you wish, but the layout will have to remain fixed, with pixel-defined
          font sizes and positions.

          Berislav

          Comment

          • zYm3N

            #6
            Re: strange background: ul, ol

            Dnia Sat, 18 Sep 2004 08:09:13 +0200, zYm3N sp³odzi³(a):
            [color=blue]
            > Hello ![/color]

            Thanks everyone for help. It's easier than I tought.

            --
            Faja Bogus³aw

            + Programy. | e-mail: zymen@zymen.net
            + Strony www. | www: http://zymen.net
            + Atrakcyjne ceny. | gg: 5211589
            + Szybko. Tanio. Pewnie. | tel. +48 691544955

            Comment

            • jmm-list-gn

              #7
              Re: strange background: ul, ol

              Evertjan. wrote:[color=blue][color=green]
              >>
              >> It's an image. Apparently a screenshot from a word processor.[/color]
              >
              > I suppose the OP ment a table with alternating coloured backgrounds.
              >[/color]
              I suspected as much. Since I frequently misinterpret vague requests, I
              went with the obvious.

              --
              jmm dash list (at) sohnen-moe (dot) com
              (Remove .AXSPAMGN for email)

              Comment

              Working...