Hello Again,
I could do with some help with a problem that I am having with the code below.
I have a page set up with three HTML modules on it. One module is in the left pane, one is in the right pain and the third one is in the middle pane.
I am using a skin whose layout allows for three modules side-by-side. I have the same left and right modules on about five other pages with different HTML modules in the middle pane.
These other pages display correctly in all three browsers. Internet Explorer 9, Google Chrome and Firefox.
However on this one particular page when I add the code below to a HTML module in the middle pane it destroys the layout of the page when viewing with Internet Explorer 9 only. When viewing that same page with Google Chrome or Firefox the page displays properly.
With Internet Explorer 9 the module in the middle pane that has this code is pasted in it overflows across the page and displays underneath the HTML module on the right-hand side.
I can copy the code from another middle pane on another page into this one and the page displays fine.
In the CSS file that dictates the style and size I am using the same class on all middle pane modules.
I hope this makes sense because I know I've had trouble trying to describe it.
Any help would be appreciated as I have spent considerable time trying different settings in the CSS file to eliminate this behaviour when the page is being viewed in Internet Explorer 9.
I did wonder whether or not the table inside this code may be the problem.
Eagerly waiting any response
regards
Trevor.
<div class="fpmiddlepane">
<br />
<h2>Pastoral Resources and Bible Study.</h2>
<p>So often we feel we are all alone as we struggle with life. If there is some
way we can be of service to you please click <a href="mailto:somebody@somewhere.com"> HERE </a> and send us an email.
This will allow us to take some action on your behalf. Maybe even a contact number where
help is available is all you need?</p>
<p>
If we don't know we will do our best to find out.
</p>
<p>
Here are some Bible Study Aids. Provide by<a> Bible Study Tools</a>
</p>
<form id="bstSearchBox" action="http://www.biblestudytools.com/search/" method="get" target="_blank">
<div style="width: 320px; overflow: hidden;"><a href="http://www.biblestudytools.com/" style="margin: 0px 3px; float: left;"><img style="border: 0px currentColor;" alt="Online Bible and Study Tools" src="http://media.salemwebnetwork.com/biblestudytools3/theme/default//master-banner-logo.png" /></a>
<div class="title" style="margin: 0px 3px; height: 42px; line-height: 45px; float: left; display: block;"><a href="http://www.biblestudytools.com/" style="color: #9d3300; font-size: 12pt; font-weight: bold; text-decoration: none;">Online Bible and Study Tools</a></div>
</div>
<div style="width: 320px; overflow: hidden;"><input name="q" id="q" style="margin: 5px 5px 5px 0px; width: 150px;" onfocus="if (this.value == 'Search') this.value = '';" onblur="if (this.value == '') this.value = 'Search';" type="text" value="Search" />&nbsp;<select name="c" id="c" style="margin: 5px 5px 5px 0px; width: 150px;">
<option>All books</option>
<option value="ot">Old Testament only</option>
<option value="nt">New Testament only</option>
<option value="law">Books of Law</option>
<option value="his">Books of History</option>
<option value="wis">Books of Wisdom</option>
<option value="map">Major Prophets</option>
<option value="mip">Minor Prophets</option>
<option value="apa">Apocrypha</option>
<option value="gos">The Gospels</option>
<option value="pep">Pauline Epistles</option>
<option value="gep">General Epistles</option>
<option value="apo">Apocalyptic Books</option>
</select><select name="t" id="t" style="margin: 5px; width: 200px;">
<option value="asv">American Standard Version</option>
<option value="bbe">Bible in Basic English</option>
<option value="ceb">Common English Bible</option>
<option value="ceba">Common English Bible w/ Apocrypha</option>
<option value="cjb">Complete Jewish Bible</option>
<option value="rhe">Douay-Rheims</option>
<option value="elb">Elberfelder 1905 (German)</option>
<option value="esv">English Standard Version</option>
<option value="gdb">Giovanni Diodati 1649 (Italian)</option>
<option value="gw">GOD'S WORD Translation</option>
<option value="gnt">Good News Translation</option>
<option value="gnta">Good News Translation w/ Apocrypha</option>
<option value="hnv">Hebrew Names Version</option>
<option value="csb">Holman Christian Standard</option>
<option value="kjv">King James Version</option>
<option value="kjva">King James Version w/ Apocrypha</option>
<option value="bla">La Biblia de las Am&eacute;ricas</option>
<option value="rvr">La Biblia Reina-Valera</option>
<option value="leb">Lexham English Bible</option>
<option value="lsg">Louis Segond 1910 (French)</option>
<option value="lut">Luther Bible 1912 (German)</option>
<option value="nas">New American Standard</option>
<option value="ncv">New Century Version</option>
<option value="nirv">New International Reader's Version</option>
<option selected="selected" value="niv">New International Version</option>
<option value="nkjv">New King James Version</option>
<option value="nlt">New Living Translation</option>
<option value="nrs">New Revised Standard</option>
<option value="nrsa">New Revised Standard w/ Apocrypha</option>
<option value="ost">Ostervald (French)</option>
<option value="rsv">Revised Standard Version</option>
<option value="rsva">Revised Standard Version w/ Apocrypha</option>
<option value="riv">Riveduta 1927 (Italian)</option>
<option value="sev">Sagradas Escrituras (1569)</option>
<option value="svv">Statenvertaling (Dutch)</option>
<option value="dby">The Darby Translation</option>
<option value="vul">The Latin Vulgate</option>
<option value="vula">The Latin Vulgate w/ Apocrypha</option>
<option value="msg">The Message</option>
<option value="wbt">The Webster Bible</option>
<option value="tmb">Third Millennium Bible</option>
<option value="tmba">Third Millennium Bible w/ Apocrypha</option>
<option value="tniv">Today's New International Version</option>
<option value="wnt">Weymouth New Testament</option>
<option value="web">World English Bible</option>
<option value="wyc">Wycliffe</option>
<option value="ylt">Young's Literal Translation</option>
</select>&nbsp;<input id="search" style="margin: 5px 5px 5px 0px; width: 100px;" type="submit" value="Search" />
</div>
</form>
</div>