Thanks for the response Otto42. To answer your question:
I’ve coded it so that the <li>
adds borders. I want to keep away from using background images to display the borders. The module blocks have round corners they need to expand to accommodate the content. As it is now, I have the surrounding <h2>
displaying top round border, child <li>
displaying the borders, and the main <li>
that encompasses the header and content displaying the bottom round border.
The way it is now, there is no child <li>
or any block element surrounding the <select>
tags. So I need to add them.