Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
RedFox and Textpattern!
Go to redfoxwebdesign.nl
I need help on a thing in IE6/win > the #footer doesn’t clear … so the text in the right column goes right through the red footer … anybody? Thanks!
On Mac (FF, Saf) everything ok!
Last edited by RedFox (2006-12-19 14:39:11)
Offline
Re: RedFox and Textpattern!
I’m using a mac and your site looks fine from here but would this
clear: both;
float: left;
be the problem? float left takes over as it comes after clear both… Either delete float:left or place it before clear:both. Just a thought…
Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.
Offline
Re: RedFox and Textpattern!
Code looks fine .. unfortunately i don’t have ie to see, but order shouldn’t matter for float & clear
… but the footer does not need to be floated… so you could remove that.
nuff-respec ::: dannyb
Offline
Re: RedFox and Textpattern!
This is a bug in IE by the way .. float/clear on same element .. you can try the magic IE fix, that fixes some of these kidsn of woes (not tested) … add position:relative
to the content …
The footer doesn’t have to be floated which will also fix it … and finally you have width + padding defined which might cause problems with the box model.
good luck ….
nuff-respec ::: dannyb
Offline
Re: RedFox and Textpattern!
Thanks! I’ll work on it tomorrow …
Offline
#6 2006-12-19 17:16:12
- els
- Moderator
- From: The Netherlands
- Registered: 2004-06-06
- Posts: 7,458
Re: RedFox and Textpattern!
Strange thing is: if you take out clear: both;
from the #footer it looks right in both IE and FF (but I wouldn’t expect that).
Do you know CSSVista? It helps a lot!
Offline
Re: RedFox and Textpattern!
I’ve just ordered a MacBookPro and Parallels … :)
Last edited by RedFox (2006-12-19 21:21:14)
Offline