The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Can you eliminate this oddball display in the footer?

3 posters

Go down

Solved Can you eliminate this oddball display in the footer?

Post by boffer10 September 17th 2010, 8:26 pm

I have a footer image. The members' profile info displays on top of the image. All other data disappears underneath as it should. Here's a pic sample:
Can you eliminate this oddball display in the footer? 42410


Here is a thread where you can see what I mean. Just scroll up and down and look at the profiles.

I changed the image, cleared cookies and cache, it's happening on two different forums, it does it in FF, IE, and Chrome, and I have a couple members complaining about it.

Any ideas other than removing the footer image?


avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Can you eliminate this oddball display in the footer?

Post by drachemeister September 17th 2010, 8:39 pm

You may have to remove the footer image. Of course, this could just be a problem with the skin in specific. Try experimenting with other skins to see if it is just this skin.
drachemeister
drachemeister
Forumember

Female Posts : 99
Reputation : 0
Language : english

http://delta-america.forum-motion.com/forum.htm

Back to top Go down

Solved Re: Can you eliminate this oddball display in the footer?

Post by boffer10 September 17th 2010, 9:42 pm

Thanks, I hadn't thought of trying other skins. But, that didn't work either.
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Can you eliminate this oddball display in the footer?

Post by RoNo September 18th 2010, 12:02 pm

Cool forum, boffer. This will fix the issue...

Change: "myfooter" div style to this
Code:
<div id="myfooter" style="height: 36px; position: fixed;
z-index:1; width: 100%; bottom: 0px; left: 0px">

Or... you can add the div style to your Css sheet
Code:
#myfooter {
   height: 36px;
   position: fixed;
   z-index:1;
   width: 100%;
   bottom: 0px;
   left: 0px;
   }

And just use the div id for your content
[example]
Code:
<div id="myfooter">
<p align="center">
<font color="blue">text to the left of me  &nbsp;<a href="http://www.gillshirekennels.com"><img src="http://2img.net/i/fa/i/smiles/icon_redface.gif"></a>and text to the right!</font><br>this should be a second line
</p>
</div>
I was hoping to see something in your Peppers forum. Cool
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: Can you eliminate this oddball display in the footer?

Post by boffer10 September 18th 2010, 5:19 pm

Thanks, RoNo. You came through again! You da MAN !!

(The pepper forum was empty cause so are my pepper plants Wink lousy growing weather this year)



Lock 'er up!
avatar
boffer10
Forumember

Male Posts : 311
Reputation : 10
Language : english
Location : Go Seahawks!

http://squarefoot.creatingforum.com/

Back to top Go down

Solved Re: Can you eliminate this oddball display in the footer?

Post by RoNo September 18th 2010, 6:55 pm

RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum