html - ::before css not working on mac safari -


i trying make sub menu full width on website using ::before css not working on mac safari. please check this screenshot idea of trying obtain , looks on mac-safari.

below css code have used:

#header .avia_mega_div .sub-menu::before {    background:#003b70;    content: "";    height: 43px;    left: 0;    position: fixed;    top: 118px;    width: 100%; } 

thanks!

if want use :before this, try put space between quotes in 'content'

content: " "; 

but full width navbar there better ways maybe can share of html first.


Comments

Popular posts from this blog

Ansible - ERROR! the field 'hosts' is required but was not set -

customize file_field button ruby on rails -

SoapUI on windows 10 - high DPI/4K scaling issue -