html - safari - different calculation div percent -
i have 2 divs column. problem is, right div higher left div. why? want work percent. i have problem in safari i hope can me. don't understand problem. <!doctype html> <html lang = "de"> <head> <meta charset = "utf-8"> <link rel = "stylesheet" href = "./css/smartphone/480.css" media = "screen , (min-device-width: 1px) , (max-device-width: 480px)"> <link rel = "stylesheet" href = "./css/smartphone/1024.css" media = "screen , (min-device-width: 481px) , (max-device-width: 1024px)"> <link rel = "stylesheet" href = "./css/desktop/desktop.css" media = "screen , (min-device-width: 1025px)"> </head> <body> <div id = "links"> <div style = "height:20%; background-color:#ececec;"> </div...