Hi,
I have a table head as follows...
the accompanying CSS is
In IE8/Opera/FF it shows fine but in IE8 compat mode or IE7 the TH is forced into two lines and the floated span is on the second line as though it's a block element?
why is this happening?
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts
I have a table head as follows...
Code:
<tr>
<th colspan="4">Adviser Summary <span id="recNav"><img id="recBack" title="Back" src="rec_left.gif" onclick="changeRec(-1);" /><span id="recNum"></span><img id="recForward" title="Forward" src="rec_right.gif" onclick="changeRec(1);" /></span></th>
</tr>
the accompanying CSS is
Code:
/* record navigation */
#recNav {
float:right;
padding:0 5px;
}
#recNav img {
height:16px;
cursor:pointer;
vertical-align:middle;
padding-bottom:3px;
display:none;
}
In IE8/Opera/FF it shows fine but in IE8 compat mode or IE7 the TH is forced into two lines and the floated span is on the second line as though it's a block element?
why is this happening?
Thanks,
1DMF
"In complete darkness we are all the same, only our knowledge and wisdom separates us, don't let your eyes deceive you."
"If a shortcut was meant to be easy, it wouldn't be a shortcut, it would be the way!"
Google Rank Extractor -> Perl beta with FusionCharts