- Posts: 163
- Thank you received: 1
Bottom Image Keep Centered?
-
maryswave
Inactive member - Topic Author
- Member
Less
More
12 years 5 months ago #20744
by maryswave
Replied by maryswave on topic Bottom Image Keep Centered?
That had no effect what-so-ever.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20753
by ivan.milic
Replied by ivan.milic on topic Bottom Image Keep Centered?
can you send us snapshot of that
Please Log in to join the conversation.
-
maryswave
Inactive member - Topic Author
- Member
Less
More
- Posts: 163
- Thank you received: 1
12 years 5 months ago - 12 years 5 months ago #20766
by maryswave
Replied by maryswave on topic Bottom Image Keep Centered?
the screenshots are 100% 90% and 75% and this is also what happens when the site is viewed on a large wide screen
Attachments:
Last edit: 12 years 5 months ago by maryswave. Reason: files were too big
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
12 years 5 months ago #20777
by ivan.milic
Replied by ivan.milic on topic Bottom Image Keep Centered?
1. remove bag from original image
2. create totally transparent second image having only bag in right , let say image name is bag.png
3. Modify background property like this:
background: url(../images/bottom_bg.png) no-repeat,url(../images/bag.png) no-repeat 100% 100%;
2. create totally transparent second image having only bag in right , let say image name is bag.png
3. Modify background property like this:
background: url(../images/bottom_bg.png) no-repeat,url(../images/bag.png) no-repeat 100% 100%;
Please Log in to join the conversation.
-
maryswave
Inactive member - Topic Author
- Member
Less
More
- Posts: 163
- Thank you received: 1
12 years 5 months ago #20952
by maryswave
Replied by maryswave on topic Bottom Image Keep Centered?
That does not work because the 2nd image does not even show up at all.
Please Log in to join the conversation.
-
maryswave
Inactive member - Topic Author
- Member
Less
More
- Posts: 163
- Thank you received: 1
12 years 5 months ago #20953
by maryswave
Replied by maryswave on topic Bottom Image Keep Centered?
This worked:
.seafloor {
background: url(../images/bottom_bg.png) center no-repeat;
padding-top: 120px;
}
.seafloor {
background: url(../images/bottom_bg.png) center no-repeat;
padding-top: 120px;
}
Please Log in to join the conversation.
Time to create page: 0.082 seconds