Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Pages: 1
IE woes
Hi everyone. I have an issue where my content(text) will jump down the page if the browser window is condensed too far in IE7. And by jump I don’t just mean flowing to the next line but actually moving my containment box downward I had it at one point where it looked great in firefox but now after messing with so many things they both do it. I’ve tried many things on my own to try to fix that. I made set widths, I used display block, I tried no wrap… nothing seems to fix this. Is there anyone here that could perhaps help me narrow down what might be causing this? I would very much appreciate some help. Thanks.
Offline
#2 2008-11-26 21:10:58
- zeusdidit
- Member
- Registered: 2007-10-16
- Posts: 111
Re: IE woes
Two things that may affect this:
1. Check the head of the doc for this code or add it in <!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=“http://www.w3.org/1999/xhtml”>
2. Here’s some code that will does more or less what I think you want. Let me know.
<div style=“width:500px;”>
<div style=“width:300px;background:red;height:400px;float:left;”></div>
<div style=“width:200px;background:yellow;height:400px;float:right;”></div>
</div>
Offline
Pages: 1