line grid

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

    line grid

    How can I fill a table cell with a blue line grid using CSS?
    Imagine a blue line grid paper. That's the effect I want.
    I'd like to do it without pics if possible.

    thanks!


  • David Dorward

    #2
    Re: line grid

    Shank wrote:
    [color=blue]
    > How can I fill a table cell with a blue line grid using CSS?[/color]

    Background image.
    [color=blue]
    > I'd like to do it without pics if possible.[/color]

    Not possible. There is nothing to apply borders to, and backgrounds are
    limited to solid colours and images.

    --
    David Dorward <http://blog.dorward.me .uk/> <http://dorward.me.uk/>
    Home is where the ~/.bashrc is

    Comment

    • Evertjan.

      #3
      Re: line grid

      Shank wrote on 04 sep 2005 in comp.infosystem s.www.authoring.stylesheets:
      [color=blue]
      > How can I fill a table cell with a blue line grid using CSS?
      > Imagine a blue line grid paper. That's the effect I want.
      > I'd like to do it without pics if possible.
      >[/color]

      With one pic:

      <http://www.december.co m/html/demo/grid.html>



      --
      Evertjan.
      The Netherlands.
      (Replace all crosses with dots in my emailaddress)

      Comment

      • Evertjan.

        #4
        Re: line grid

        Evertjan. wrote on 04 sep 2005 in
        comp.infosystem s.www.authoring.stylesheets:
        [color=blue]
        > Shank wrote on 04 sep 2005 in comp.infosystem s.www.authoring.stylesheets:
        >[color=green]
        >> How can I fill a table cell with a blue line grid using CSS?
        >> Imagine a blue line grid paper. That's the effect I want.
        >> I'd like to do it without pics if possible.
        >>[/color]
        >
        > With one pic:
        >
        > <http://www.december.co m/html/demo/grid.html>[/color]

        however it can be done with javascript:

        <http://devrijehuisarts .org/test/gridInCell.asp>


        --
        Evertjan.
        The Netherlands.
        (Replace all crosses with dots in my emailaddress)

        Comment

        • Roedy Green

          #5
          Re: line grid

          On Sun, 04 Sep 2005 19:09:06 GMT, "Shank" <shank@tampabay .rr.com>
          wrote or quoted :
          [color=blue]
          >How can I fill a table cell with a blue line grid using CSS?
          >Imagine a blue line grid paper. That's the effect I want.
          >I'd like to do it without pics if possible.[/color]

          Create a image with one grid square, then select it as background with
          both a horizontal and vertical repeat.
          --
          Canadian Mind Products, Roedy Green.
          http://mindprod.com Again taking new Java programming contracts.

          Comment

          • Evertjan.

            #6
            Re: line grid

            Roedy Green wrote on 06 sep 2005 in
            comp.infosystem s.www.authoring.stylesheets:
            [color=blue]
            > On Sun, 04 Sep 2005 19:09:06 GMT, "Shank" <shank@tampabay .rr.com>
            > wrote or quoted :
            >[color=green]
            >>How can I fill a table cell with a blue line grid using CSS?
            >>Imagine a blue line grid paper. That's the effect I want.
            >>I'd like to do it without pics if possible.[/color]
            >
            > Create a image with one grid square, then select it as background with
            > both a horizontal and vertical repeat.[/color]

            You cannot use an image without using a pic, I presume.

            --
            Evertjan.
            The Netherlands.
            (Replace all crosses with dots in my emailaddress)

            Comment

            • 'sNiek

              #7
              Re: line grid

              Evertjan. schreef:[color=blue]
              > however it can be done with javascript:
              >
              > <http://devrijehuisarts .org/test/gridInCell.asp>[/color]

              Doesn't work with Firefox, and it's a pretty bad solution.



              --
              Niek

              Comment

              • Evertjan.

                #8
                Re: line grid

                'sNiek wrote on 06 sep 2005 in comp.infosystem s.www.authoring.stylesheets:[color=blue]
                > Evertjan. schreef:[color=green]
                >> however it can be done with javascript:
                >>
                >> <http://devrijehuisarts .org/test/gridInCell.asp>[/color]
                >
                > Doesn't work with Firefox,[/color]

                could be, thebetter solution is with pan image,
                but the OQ was "how to" without
                [color=blue]
                > and it's a pretty bad solution.[/color]

                Why?
                Please explain yourself.


                --
                Evertjan.
                The Netherlands.
                (Replace all crosses with dots in my emailaddress)

                Comment

                Working...