You are viewing limited content. For full access, please sign in.

Question

Question

Wrap two side-by-side fields in a box

asked on August 23, 2016

I have the two side-by-side fields set:

#q2, #q3 {display: inline-block; width: 50%; vertical-align:top;}

But is there a way to now wrap them in a boarder?

 

1 0

Answer

SELECTED ANSWER
replied on August 23, 2016
#q59 {border: solid 1pt #000345;border-right-style:none;}
#q61 {border: solid 1pt #000345;border-left-style:none;} 
#q59, #q61 {display: inline-block; width: 50%; vertical-align:top;background-color: #ebebeb;}

I found it actually.  I removed the left and right parts of the border to clean up it a little more.

 

1 0

Replies

You are not allowed to reply in this post.
You are not allowed to follow up in this post.

Sign in to reply to this post.