What are some ideas for when "Inspect Element" in Chrome shows the expected behavior of CSS but actual result is different? -
i have run couple of times - coded or modified css template specific thing in mind, yet browser displays differently intended. when use "inspect element" in chrome, shows attributes intended associated element, yet browser showing different. possible options here far figuring out issue/getting site how want?
before had issue can't remember didn't display correctly in chrome (but chrome developer tools showed intended), did display in browser.
now, having issue multiple pages on same site have different fonts same menu although css showing in inspect element correct - behavior consistent between chrome , safari (haven't checked other browsers yet).
you check !important
on lower down lines. think happened me once, , don't think put line through style being overidden. (it may have though long time ago happened.) way around if that's case , if !important
necessary add !important
rule want overwrite with. (try avoid using importants wherever possible though, because in cases important isn't necessary.)
Comments
Post a Comment