how to add fixed background in Cloudhost
Rate this topic: 1.00 out of 6 based on 1 vote(s)
- GK User
- Mon Mar 31, 2014 10:23 am
- Reply with quote
- Report this post
Hi team,
What is the code for fixed background in this template ?
Thank.
What is the code for fixed background in this template ?
Thank.
-
- Gold Boarder
- GK User
- Mon Mar 31, 2014 6:35 pm
- Reply with quote
- Report this post
Hi,
I've checked and this template don't use fixed background,
image "server room" uses this code
In most cases if you want fixed background you have to use "fixed" not "scroll"
I've checked and this template don't use fixed background,
image "server room" uses this code
- Code: Select all
.imageBg #gkHeader {
background: url("../images/header_wide.jpg") no-repeat scroll center 0 / cover #FFFFFF;
border-bottom: medium none;
margin-bottom: 0;
}
In most cases if you want fixed background you have to use "fixed" not "scroll"
-
- Platinum Boarder
- GK User
- Tue Apr 01, 2014 10:44 am
- Reply with quote
- Report this post
Ok thanks Pawel for your back.
-
- Gold Boarder
- GK User
- Tue Apr 01, 2014 11:04 am
- Reply with quote
- Report this post
ok, but maybe this tip will help you: http://www.gavick.com/documentation/joo ... ackground/
because you can use CSS "cover" value for background as we did.
because you can use CSS "cover" value for background as we did.
-
- Platinum Boarder
4 posts
• Page 1 of 1