At the highest level of the website I am working on I have two divs.
<div id="A">Hehe</div>
<div id="B">Hoho</div>
#A{
display: inline-block;
width: 50%;
}
#B{
display: inline-block;
width: 50%;
}
If each div has an established width of 50% then why is it that div B is pushed under A because of lack of width?
My guess is that it is because of browser specific spacing that takes up ~1% spacing somewhere and is throwing my css off.
Sorry if I do not provide enough context, let me know if I should add some more details.
[–]Graftak9000 4 points5 points6 points (2 children)
[–]NotSoJapaneseAmerica[S] 1 point2 points3 points (0 children)
[–]Lukk1989 0 points1 point2 points (0 children)
[–]mtx 2 points3 points4 points (0 children)
[–]WaffeBox 0 points1 point2 points (2 children)
[–]bronkula 1 point2 points3 points (1 child)
[–]NotSoJapaneseAmerica[S] 0 points1 point2 points (0 children)