Quote:
Originally Posted by RbnJrg
It's not an issue, it's not a bug but both programs treat "%" as it should be treated; the bug is in ADE 2.x/3.x! PLEASE, READ THE FOLLOWING ARTICLE, so you are going to understand how "height" works:
https://www.joshwcomeau.com/css/height-enigma/
|
Holy *expletive-ing* *expletive* *expletive*... That article was EXACTLY what I needed. Talk about a lightbulb moment. No wonder the code in my first post wasn't "working". I just was fundamentally WRONG about how those properties even mean.
I'm still unclear in one of your latest example codes:
Code:
html, body {
height: 100%;
}
Why is the "html" necessary? Actually, what does it even do?? I've never seen css styling on "html" as the parent element...
Regarding the Sigil plugin that should allow me to turn off my already addled brain, is it the "
InsertImageSVG" plugin?
EDIT: I just reread that Josh W. Comeau article again, and I feel the need to curse again in total awe. Genuinely eye-opening.