Connecting Tech Pros Worldwide Help | Site Map

line grid

Shank
Guest
 
Posts: n/a
#1: Sep 4 '05
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!


Evertjan.
Guest
 
Posts: n/a
#2: Sep 4 '05

re: line grid


Shank wrote on 04 sep 2005 in comp.infosystems.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.com/html/demo/grid.html>



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

David Dorward
Guest
 
Posts: n/a
#3: Sep 4 '05

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
Evertjan.
Guest
 
Posts: n/a
#4: Sep 4 '05

re: line grid


Evertjan. wrote on 04 sep 2005 in
comp.infosystems.www.authoring.stylesheets:
[color=blue]
> Shank wrote on 04 sep 2005 in comp.infosystems.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.com/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)

Roedy Green
Guest
 
Posts: n/a
#5: Sep 6 '05

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.
Evertjan.
Guest
 
Posts: n/a
#6: Sep 6 '05

re: line grid


Roedy Green wrote on 06 sep 2005 in
comp.infosystems.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)

'sNiek
Guest
 
Posts: n/a
#7: Sep 6 '05

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
Evertjan.
Guest
 
Posts: n/a
#8: Sep 7 '05

re: line grid


'sNiek wrote on 06 sep 2005 in comp.infosystems.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)

Closed Thread