d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Paying To Help Solve This
Add Reply New Topic New Poll
Member
Posts: 37,788
Joined: Feb 9 2004
Gold: 3,204.46
Sep 11 2013 02:40pm
What you are looking at:

This is the footer area of a page I am working on. Above to the left is the navigation pane in a lighter grey, and to the right is the main content area.


As you can see in the image below, my divs somehow show this white/black area beneath my footer/ main content area / and navigation. This ONLY SHOWS in Internet Explorer!. How can I get rid of it?





Here's my code:



<html>

<head>
<style>
font.small {font-size:14px; text-align:right; float:right; line-height: 110%;}
font.grey {font-size:14px; text-align:right; float:right; color:#C0C0C0; line-height: 110%;}
font.mid {font-size:16px; text-align:right; float:right; line-height: 110%;}
font.large {font-size:20px; text-align:right; float:right; line-height: 110%; font-weight:bold;}
font.normal {font-size:14px; text-align:right; float:right; line-height: 125%;}
lineheight {line-height: 120%;}
hr.thick {color: #000066;background-color: #000066;height: 3px;}
hr.thin {color: #000066;background-color: #000066;height: 1px;}
</style>
</head>


<body>

<div id="container" style="width:581px;">


<div id="header" style="background-color:#C8C8C8; width:581px; height:75px;">
<h1 style="margin-bottom:0;"></h1>

<tbody>
<tr>
<div style="float:left;">
<td><img src="my image" width="275" height="63" /></td>
</div>


<div style="float:right;">
<td><img src="my image" alt="" width="275" height="63" /></td>
</div>
</tr>
</tbody>
</table>


</div>


<div id="menu" style="background-color:#E8E8E8;height:890px;width:225px;float:left;margin-right:6px;" >
<hr class="thick">

<font class="large">Title</font><br>

<font class="mid">Textr</font><br>
<font class="small">Web: <a href="link">web site</a><br>
Address. <br>
Here </font><br>

<font class="grey">800-239-2389 <br>
401-274-9009 <br>
Email:<a href="mailto:here">email</a></font><br>
<br clear="all"/>
<hr class="thin">


<font class="small"><b>Text</b></font><br>
Text<br>
Text

<p>Text</p>

<font class="small"><b>Text:</b></font><br>
<font class="normal">IText<br>
Text<br>
Text<br></font>

<br clear="all"/>
<p>
<font class="small"><b>Text</b></font><br>
<font class="normal">Text<br>
Text<br>
Text<br>
Text<br>
Text<br>
Text<br></font>
</p>
</div>

<div id="content" style="background-color:#FFFFFF;height:890px;width:350px;float:left;" >
<Main Content>

<p style=font-size:11px;>Text <br>
Text</p>
</lineheight>

</div>

<div id="footer" style="background-color:#C8C8C8;clear:both;text-align:center; width:581px; ">
<table border="0">
<tbody>
<tr>
<td style="padding-left: 65px; padding-right: 0px;"><b>Member CFTC:</b></td>
<td style="padding-left: 105px; padding-right: 0px;"><b>Member NFA:</b></td>
</tr>

<tr>
<div style="float:left;">
<td style="padding-left: 65px; "><a href="my image link"><img style="vertical-align: center;" src="my image url" width="125" height="125" /></td>
</div>
<div style="float:right;">
<td style="padding-left: 90px; "><a href="my image link" target="_blank"><img style="vertical-align: center;" src="my image ur" alt="" width="214" height="59" /></td>
</div>
</tr>
</tbody>
</table>
</div>
</div>
</body>

</html>

This post was edited by Lizar50 on Sep 11 2013 02:47pm
Member
Posts: 29,723
Joined: Jun 11 2007
Gold: 279.52
Sep 12 2013 12:34pm
oh god...what are doing lol
Member
Posts: 2,736
Joined: Nov 28 2009
Gold: 34.00
Sep 13 2013 01:50am
Your code is a mess. Start by cleaning it up, if this is an assignment I'm hoping your teacher gives you a good score for good code and not just for completing the assignment.
Maybe d2jsp broke your code, remember to use
Code
code bb-tags


If that's not the case, start cleaning up your code- you can see some instant errors in red on http://jsfiddle.net/rKY6m/

Until you have done this we will be fighting to replicate your error, instead of working to fix your error.

This post was edited by eagl3s1ght on Sep 13 2013 01:52am
Member
Posts: 2,060
Joined: Oct 6 2008
Gold: 285.00
Sep 28 2013 06:04pm
I recommend killing it with fire.
Go Back To Programming & Development Topic List
Add Reply New Topic New Poll