TH header not aligning with TD cells in IE
TH header not aligning with TD cells in IE
WebGirly3
Posts: 3Questions: 0Answers: 0
http://www.gulfwebservices.com/clients/ccr/furnished/colonial/index.html
My header th cells are not aligning with my td cells in Internet Explorer. I have played around with the CSS for multiple days but I cannot figure out what the solution is?? I turned off sorting and the problem got even worse; the gap at the end was one cell larger than the row below! I don't know what to do or how to fix it because I have tried everything that I would know how to do and I've spent countless hours on what seems to be a silly problem.
I've searched the forums high and low but nothing addresses my specific problem. I have made very little modifications to the tables. In fact, before I made ANY mods, I just entered my data and this problem started happening. Can somebody that knows more about this table please help me????
My header th cells are not aligning with my td cells in Internet Explorer. I have played around with the CSS for multiple days but I cannot figure out what the solution is?? I turned off sorting and the problem got even worse; the gap at the end was one cell larger than the row below! I don't know what to do or how to fix it because I have tried everything that I would know how to do and I've spent countless hours on what seems to be a silly problem.
I've searched the forums high and low but nothing addresses my specific problem. I have made very little modifications to the tables. In fact, before I made ANY mods, I just entered my data and this problem started happening. Can somebody that knows more about this table please help me????
This discussion has been closed.
Replies
http://www.gulfwebservices.com/clients/ccr/furnished/colonial/index.html
Or is it just me?
Allan
http://local.procheckauto.com/javascript/jquery.js
Line 21
New error above to get array in i am
async: false,
url:"/test/openAssignmentQuery.jsp",
type: "post",
data: ({
"assignmentsCheckbox": jQuery("#assignmentsCheckbox").is (":checked")
}),
dataType: "html",
success: function(data) {
alert("started");
oTable.fnClearTable();
var jData = jQuery(data);
jData.find('tr').each(function(i) {
var tempArray = new Array();
jQuery(this).find('td').each(function(i) {
tempArray.push(jQuery(this).text());
})
oTable.fnAddData(tempArray);
anything on the query result set not limited to 100 gives this error. Ideas / work arounds
I can mail a small example if needed.