html - Line showing up between top of site window and bottom of chrome bookmarks -
i'm not sure why image i'm using displaying white line @ top. doesn't happen other images.
i've zoomed in quite bit on image make sure it's not image itself. set box black incase image didn't cover everything. yet it's still there.
this site: http://www3.carleton.ca/clubs/sissa/html5/
this looks like:
css:
body{ width: 100%; /*always specify when using flexbox*/ height:100%; display: -webkit-box; display: -moz-box; display: box; text-align:center; -webkit-box-pack:center; /*way of centering website*/ -moz-box-pack:center; box-pack:center; background:black; background:url('images/bg/bg14.jpg') no-repeat center center fixed; background-position: left top; -webkit-background-size: cover !important; -moz-background-size: cover !important; background-size: cover !important; font-family: arial, helvetica, sans-serif; font-size: 13px; }
it because of chrome theme using. change theme default , not white line. not getting on chrome!
Comments
Post a Comment