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:[email protected];[email protected]?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: [email protected]

pw: 123

:'(  please don`t spam me

Link to comment
https://forums.phpfreaks.com/topic/136238-solved-all-but-ie-work/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.