![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Hi.
For the past few days, I've been trying to add a background image via CSS to #header-primary
with limited success—the code works all right on Firefox but not on Chrome. Edit: You can now see the code live on my this account.
How can I adjust the code so that it will look both the same on Firefox and Chrome? Solved. Thanks to
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
Working Code:
#header-primary {
background-image: url(http://z5.ifrm.com/30174/148/0/f5177590/Test-Background.gif);
background-repeat: no-repeat;
background-size: 100% 100%;
border-radius: 2em;
margin-bottom: 1em;
margin-right: 2em;
}
#header-secondary {
margin-right: -17em;
}
#header-primary .inner {
margin-left: 1em;
margin-top: .5em;
}
A smaller thing. Not sure if this is possible or not, but is there a way to put the "Top of Page" as an entry-management button on every entry (beside the Add Memory, Track This, . . . buttons)?
Thanks in advance to all who respond. :D
Tags: