Tom,
Thank you ever so much. It works now on all browsers as expected.
Kind regards,
David
On Tue, Dec 26, 2017 at 8:14 PM, Tom Livingston wrote:
> Here's a suggestion on how to do what I think you're after:
>
> https://tomliv.com/css-d/halliday/index2.html
>
> On Tue, Dec 26, 2017 at 11:53 AM,
* I apologise if this has been received twice. A bit of a problem with my GMAIL
Tom,
I've tried adding "box-sizing: border-box;" but it hasn't made any
difference. I'm using Windows on my PC. Unfortunately cannot get
hold of a Mac.
I wonder if it is to do with the older version of Chrome (usin
I was unable to reproduce your issue (i think) in Chrome. I added your
original doctype to your latest simplified code, and saw no gap in latest
Chrome on Mac.
However, I got a slight vertical scroll which, if I'm right, you don't want
so I added this to the styles:
*{box-sizing: border-box;}
do
Actually the style is in the head section.
Removing the margin-bottom works on IE . in both Chrome + FF,
however, the black space appears and box "main" crosses box mainFrame.
A simplified version with only 2 boxes (mainFrame + main) illustrates
the problem. I have added a light background to
Have you tried moving this style into the head section?
(style is supposed to be included only on the head of the document. May
interfere with rendering otherwise)
Yolanda
~ May Peace Prevail on Earth
Op 26 dec. 2017 06:23 schreef "Karl DeSaulniers" :
> Have you tried removing the margin-bot