blogger - Blogspot obscures CSS based background -
blogger - Blogspot obscures CSS based background -
( blog url: http://chainlinkandconcrete.blogspot.com/ )
alright, have figured out how edit template have 300kb background image. real easy , basic way it. until accessed blog desktop much higher resolution monitor own, discovered wasn't resizing fit browser window. want fill browser window , kind of remain there statically. lots of blogs this. no problem, figure: googled issue, found bit of css help it.
here's code started with:
body{ background: url(<image url goes here>) no-repeat center center fixed; background-size: cover; margin:0; }
tossed body { } section, few tutorials mention, css tool platform has.
seems should it, right? well, appears to, except background there brief moment. background want loads, blog content loads, , default blog background sort of obscures image want.
if i'm utilizing code, how create blog have no background image url toss in stays visible while blog posts lay on top? "transparent" background color alternative within template settings doesn't seem anything; same thing happens - there , gone again.
i have found bit of code:
background-color:rgba(255,255,255,0);
much background color tool, doesn't appear help. background there briefly, , gone.
i've tried few other things, such content of thread: stretch , scale css background
the advice largely same, though - variations on same background css option.
no thought i'm doing, guess, doesn't seem should be...involved. it's picture!
thanks,
m.
css blogger blogspot
Comments
Post a Comment