Page 1 of 1
Footer in IE allright - Firefox and Opera doesn't work
Posted: Sun Oct 21, 2007 6:08 pm
by Golden
This is my first Homepage with CMSMS and I have problems with the footer being not correctly displayed in Opera and Firefox. The background-pic doesn't appear and the text is still black as in body. It's as Opera and Firefox would "understand" my CSS.
Did anybody ever have the same?
My address is
http://www.paladin.li/cms in case you want to see by yourselves.
Thanks
Re: Footer in IE allright - Firefox and Opera doesn't work
Posted: Mon Oct 22, 2007 12:05 am
by Dr.CSS
You need to import those images into uploads/images and then call them so, this helps if you plan on moving the site to a domain, out of /cms/ ...
Or for now use direct paths
http://www.paladin.li/footer.png in your CSS...
Re: Footer in IE allright - Firefox and Opera doesn't work
Posted: Mon Oct 22, 2007 8:05 am
by Golden
But if it's only that these browsers don't find the image, they should then show the font in blue and the padding-top (which is not the case)
Re: Footer in IE allright - Firefox and Opera doesn't work
Posted: Mon Oct 22, 2007 4:18 pm
by Dr.CSS
They don't show the color because the color is in #footer p a also and the image can go in the pagewrapper with bottom to make it stick there...
The sidebar has a height?...
The padding is working in Ff...
Re: Footer in IE allright - Firefox and Opera doesn't work
Posted: Mon Oct 22, 2007 6:07 pm
by Golden
mark wrote:
The sidebar has a height?...
It's for the picture to be displayed completely before the background from content appears. Like I said it's my first time...
... still doesn't work

You were right about the font-color and the padding.
Re: Footer in IE allright - Firefox and Opera doesn't work
Posted: Mon Oct 22, 2007 6:20 pm
by Golden
I solved it!!! As copied und pasted something I forgot a "}". IE could ignore it but Firefox and Opera not.
Thanks anyway.
btw. Mark, your Menu in IE7 doesn't work well.
Re: Footer in IE allright - Firefox and Opera doesn't work
Posted: Mon Oct 22, 2007 6:36 pm
by Dr.CSS
I need to work on my site, too much other stuff going on...
Glad you found it, all it takes is one little thing, now all the images don't need ../ just / ...
IE6< will try and figure out what you wanted, which has lead to a lot of sloppy sites/coding...