[HELP]Footer problem
5 posters
Page 1 of 1
[HELP]Footer problem
Well you can view to my forum. http://mylovelyt-ara.com/forum . the code that i put isn't working.
FORUM VERSION : PHBB2
Not working. help me and yeah this is my footer image
FORUM VERSION : PHBB2
- Code:
#gfooter {
background-position: center;
background-repeat: no-repeat;
background-image: url("http://i.imgur.com/edOIO.png");
}
Not working. help me and yeah this is my footer image
Last edited by maijiyeon on October 30th 2011, 4:12 am; edited 1 time in total
Re: [HELP]Footer problem
Hi,
Where exactly do u want the image to go?
Behind the current links, or in the dead centre on the bottom line of the page?
Where exactly do u want the image to go?
Behind the current links, or in the dead centre on the bottom line of the page?
Darren1- Helper
- Posts : 11853
Reputation : 566
Language : English
Re: [HELP]Footer problem
Um. You're probably going to need templates to add that.
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: [HELP]Footer problem
#gfooter { is Invision and that wont work on phpBB2. What is death corner
If you mean footer this will work for you:
If you mean footer this will work for you:
- Code:
#page-footer {
background: url("http://i.imgur.com/edOIO.png") repeat scroll center bottom transparent;
height: 283px;
width: 850px;
}
Nera.- Energetic
- Posts : 7078
Reputation : 2017
Language : English
Location : -
Re: [HELP]Footer problem
what i mean is.. the image is under the links. get it?
Re: [HELP]Footer problem
- Code:
#page-footer {
background: url("http://i.imgur.com/edOIO.png") repeat scroll center bottom transparent;
height: 283px;
width: 850px;
margin-top: 50px;
}
that should stop it from overlapping.
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: [HELP]Footer problem
Because it's in the footer, and it's overlapping the contents. If you were to make your image about 50px smaller it would fit fine.
Mike- Hyperactive
- Posts : 4255
Reputation : 471
Language : English, HTML, CSS
Location : Loveland, Colorado
Re: [HELP]Footer problem
oh.. okay..nevermind..i'm going to keep it. btw, thanks~ i've change the icon ^_^
Re: [HELP]Footer problem
It should actually be the solved icon.
Problem Solved: | Glad your problem is solved; topic marked as solved and archived. |
Similar topics
» Footer problem.
» Overall Footer Problem
» Problem with the design of the groups in the footer
» Footer Ads
» Footer and AD help
» Overall Footer Problem
» Problem with the design of the groups in the footer
» Footer Ads
» Footer and AD help
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum