Vertical lines

I

Isidore

My web page contains 3 columns of text and I'd like to have them separated
by vertical lines (i.e. between columns 1 & 2 and 2 & 3). Can anyone offer
advice?

Thanks in advance,
Isidore
 
A

Andy Holmes

Isidore said:
My web page contains 3 columns of text and I'd like to have them separated
by vertical lines (i.e. between columns 1 & 2 and 2 & 3). Can anyone offer
advice?

Thanks in advance,
Isidore
A quick and simple way would be to put a border on the left an right
hand side of column 2 with a bit of padding and margin.

-Andy
 
D

Dave Saville


Silly me - can't read styles :) But may I ask what is the point? How
would anyone see it - unless of course they viewed source. Or is it
that you would only see it in a browser that did not support styles?
Very new to this whole CSS thing.

Regards

Dave Saville

NB switch saville for nospam in address
 
B

brucie

In post
Using Mozilla 1.5b the columns work but the initial paragraph is not
displayed.

its not supposed to be except in old/crappy browsers as they don't
support the CSS used to create the three equal height columns.
 
B

brucie

what does [nul] do?

IE6 doesn't support attribute selectors. using a dummy attribute
selector as i have in the above causes IE6 to ignore the css. it a
shortcut way and easier doing:

#left,#center,#right,[nul]{...}

rather than:

div[id="left"],div[id="center"],div[id="right"]{... }
 
W

William Tasso

brucie said:
what does [nul] do?

IE6 doesn't support attribute selectors. using a dummy attribute
selector as i have in the above causes IE6 to ignore the css. it a
shortcut way and easier doing:

#left,#center,#right,[nul]{...}

rather than:

div[id="left"],div[id="center"],div[id="right"]{... }

sweet.

good to see you back.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,079
Messages
2,570,574
Members
47,206
Latest member
Zenden

Latest Threads

Top