Skip to main content

All Questions

Tagged with
0 votes
1 answer
266 views

How to align parent div height based on child SVG content

I want to assign height to parent div based on the child content (here SVG is my child which can have different content based on data). If I assign fixed height either to parent or the child, it gives ...
Eric's user avatar
  • 133
0 votes
0 answers
1k views

How to adjust inner container height in fieldset with legend? (CSS) [duplicate]

I try to create groupbox with scrollable content in chrome: http://jsfiddle.net/66a8V/. <!-- language-all: lang-html --> <fieldset style="width:400px; height: 200px"> <...
jreznot's user avatar
  • 2,754