Pretty simple question really when I make a div inline it seems to lose its height?
Any ideas? I’m scratching my head….
UPDATE: after fiddling around I found another display type called “inline-block” which seems to allow me to keep items inline (unordered lists for example) and then set a height for them.
Is this a solution to the problem of inline elements losing the height setting?
I have found that if I use an inline-block I can make elements sit inline but not lose the height.