| 
 Posted by Philip Ronan on 06/20/88 11:22 
"Cogito" wrote: 
 
> On Thu, 28 Jul 2005 09:19:54 GMT, Philip Ronan 
> <invalid@invalid.invalid> wrote: 
>  
>>  
>> Use a background image. 
>>  
>> e.g., 
>>  
>> DIV#wide_contents_column { 
>> background: #fff url(bluefade.jpg) left repeat-y; 
>> } 
>  
> Thanks, but I want the line to be on the right side of the left 
> column. 
 
DIV#narrow_left_column { 
  background: #fff url(bluefade.jpg) right repeat-y; 
} 
 
(How on earth did you end up with a name like "Cogito"?) 
 
--  
phil [dot] ronan @ virgin [dot] net 
http://vzone.virgin.net/phil.ronan/
 
[Back to original message] 
 |