Gang,
My subject is not quiet what I am looking for. I have a
container div with two ul's inside. I am trying to get the two ul's
to be side-by-side instead of one on top of the other. I have tried
applying the float declaration on the ul's, but that either makes them
line up to the left and if I align to the right, the two lists are
displayed backwards. I would like to keep the code as bare as
...