Mind posting the HTML? It's easier to understand than an abstracted list
like that.

If you want the border down the entire right side of the site, something
like this might work:
body {background: transparent url("/image-path/image_name.jpg") repeat-y
scroll 100% 0;}

if you want the image else where, you could apply that style to whatever
element/class you need it to.

If you're talking about an actual border, try checking this:
http://www.css3.info/preview/border-image/

Kevin


On Sun, Jun 19, 2011 at 7:34 PM, rusi <rustompm...@gmail.com> wrote:

> Hi
>
> I am a noob (to CSS). Trying to use 960.gs and have some questions.
>
> 1. I want a decorative border down the right margin -- its a thin
> image. Should that go into the css or into the html?
>
> 2. My main content is something like a table:
>
> left1 : rightline11
>         rightline12
>         right13
>
> left2 : rightline21
>         rightline22
>         right23
>
> left3 : rightline31
>         rightline32
>         right33
>
> Should one use css or a table for this?
>
> [If these questions are too noobish for this list please let me
> know :-) ]
>
> Rusi
>
> --
> --
> You received this because you are subscribed to the "Design the Web with
> CSS" at Google groups.
> To post: css-design@googlegroups.com
> To unsubscribe: css-design-unsubscr...@googlegroups.com

-- 
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: css-design@googlegroups.com
To unsubscribe: css-design-unsubscr...@googlegroups.com

Reply via email to