Jump to content

[SOLVED] All but IE work?


Mr_J

Recommended Posts

Hi everyone

I have a project: Online account!

All the browsers show this site fine BUT... IE

I stripped everything down and re-build it but still. The reason why I need IE to work is because I`m from SA and its only our computer guys that use Better browsers. When the page load in IE7, it moves a table to the left-bottom. The rest seem in place

<div id="contenttext">
            <div class="bodytext" style="padding:12px;" align="justify">
                <strong><?Php echo "Dear ".$_SESSION['user']['roep_naam']; ?> <br />
                you have access to the following On-Line systems</strong>
            </div>
             <br />
<div class="panel" align="justify">
                <span class="orangetitle">ACCOUNTS</span> <br>
                <span class="bodytext"><br />

                <table border="1" width="540px"><tr><td align="center"><b>Provider</b></td><td align="center"><b>Account No</b></td></tr>
</span>
            </div>
            <div class="panel" align="justify">
                <span class="orangetitle">PROVIDERS</span>
                <span class="bodytext"><br />
                Please contact us <a href="mailto:xxx@xxx.co.za;xxx@xxx.za?Subject=Make my PCD On-line&body=Please make my debtors available on the Internet.">here</a> if you want to publish your PCD content on the Internet.
                </span>
            </div>
          </div>
      

this is the css that handles it:

#content{
width:800px;
}
#contenttext{
float:left; width:608px; 
background-color:#F7F7F7; 
border-left:solid 1px #999999; border-right:solid 1px #999999; 
border-bottom:solid 1px #999999; border-top:dotted 1px #CCCCCC; 
min-height:360px;
}
.panel{
padding:12px;
border:solid 1px #E4E4E4;
background-color:#EEEEEE;
margin:10px;
padding:10px;
width:550px;
height:100px;
}

the test link: www.medbel.co.za/jaco/pcd

Login: jacoj@medbel.co.za

pw: 123

:'(  please don`t spam me

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.