- This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
Viewing 4 posts - 1 through 4 (of 4 total)
- The forum ‘CSS’ is closed to new topics and replies.
The forums ran from 2008-2020 and are now closed and viewable here as an archive.
For this simple layout using inline-block instead of float, and using vw instead of px, I’m not able to float the #content div correctly.
http://jsfiddle.net/punjcoder/4ZxBM/
Although I have set padding and margin as zero, unless I reduce the combined size of #navbar and #content to 99vw or less, the #content wraps to the line below? Not knowing where that 1px goes would be a hackish solution, and I might use floats instead.
Thank you for your help in advance. I have been trying to dig it for an hour without success.
Solution: It seems stupid, but one has to add
font-size: 0;
letter-spacing: 0;
word-spacing: 0;
<code></code>
to the container div – body in this case to resolve this. Then in the div redeclare the font sizes. This seems no better a hack then using floats. Maybe I should stick to the floats.
That Pen seems invalid.
Hi Chris,
Thanks for pointing that out. I don’t know why it was showing that. Updated the post with a jsfiddle link. Thanks
@punjab font-size: 0
; should do the trick or use <!--ELEMENT-->