Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
Footer correct in IE but not in FF
As the title says=, in FF my footer is floating to the far right of the page on the main page, but in IE it displays at the bottom as it should. Sure it’s something simple by my poor little mind can’t figure it out/
Thanks in advance
Offline
Re: Footer correct in IE but not in FF
try adding clear:both; to yout #footer declaration
~~~~~~~~~~~~~| monolinea.com | pixilate.com | istockphoto.com/kemie |~~~~~~~~~~~~~
Offline
#3 2006-03-27 08:53:30
- whatbrick
- Member
- From: Texas
- Registered: 2006-03-13
- Posts: 100
Re: Footer correct in IE but not in FF
Also, get rid of the height declaration in .archlist
. If you don’t, the footer will clear to that height setting instead of the “real” height of the container.
Do not taunt the Markup Monkey!
Offline
Re: Footer correct in IE but not in FF
thank you both, works great
cheers again
Offline
#5 2006-03-28 10:36:33
- alexandra
- Member
- From: Cologne, Germany
- Registered: 2004-04-02
- Posts: 1,370
Re: Footer correct in IE but not in FF
hi sekhu, just a sidenote: the fonts color you use for the lists is very light and font is very small. looking through Opera 8.5 i hardly can read anything.
Offline
Re: Footer correct in IE but not in FF
thanks alex I’ve changed it to make it more readable, hopefully that wll fix it.
In a related footer-ish problem, I’ve somewhoe managed to get a horizontal rule displaying at the bottom between the previous and next links at the footer, I’m not sure where this has come from.
Can anyone see where it’s coming from, as I don’t want it.
Last edited by sekhu (2006-03-30 07:11:37)
Offline
#7 2006-03-30 07:28:20
- whatbrick
- Member
- From: Texas
- Registered: 2006-03-13
- Posts: 100
Re: Footer correct in IE but not in FF
Only hr
I can find is this: <hr class="clearer" />
near the bottom. You’ll need to set visibility: hidden;
to keep it from being shown.
There’s also a </txp:if_section>
tag showing right below the hr
element.
Do not taunt the Markup Monkey!
Offline
Re: Footer correct in IE but not in FF
thanks again took me an hour to find it, but I’ve removed it, no need for it
cheers
Offline
Pages: 1