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
Post a Comment