In my code below, the bottom border of the "question-content" div does not appear at the bottom; it actually cuts through the "li" elements. Analyzing this in Firebug shows that the ...
In designing a data-entry form, I'm finding it difficult to get the second column, "rightcol," in "wrapper" to fill out the remaining space. I succeeded once in getting the child elements ...
setup:
two inline-block elements a & b inside div c
if width of b is 100% in the css - b will extend outside c by the width of a.
(c has white-space: nowrap; ...
I'm having a hard time figuring this out.
I have a block element inside another block element which has a bottom padding (the parent). The child element expands its height 100% at ...
Normally, all block-level elements take 100% of the width of their
parent (there are exceptions, but let’s ignore them for now). So the
<body> is ...
I have a link that I've styled with an icon and a border to look like a button. It's working fine in all browsers except IE7. The bordered <a> tag is ...