how to have fixed height of div? I have 300px height of div, but it show 0px height when there is no content in the div.
Reason
Div doesn't have height attribute, so you cannot write <div height="400px">.
Solution
You must use css to assign the height of div. For example, <div style="height:400px;">
|
---|
Thursday, February 24, 2011
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment