Skip to main content

All Questions

1 vote
3 answers
4k views

jquery - setting dynamic equal height of a floated div

I have 2 div containers, one navigation on the left, one content right to that: #leftnav_static { padding:5px; margin-top: 5px; margin-left: 5px; height: 1000px; width: 195px; font-size: 1.35em; ...
mildev's user avatar
  • 11
2 votes
6 answers
3k views

How can I get the TRUE height of a div?

I'm trying to determine the height of a div. This sounds simple, but is complicated by the fact that it's only descendant contents are floated, so asking for the height/outerHeight (using jQuery)/...
user avatar