hi .....
I done application in asp.Net 3.5.Its works fine in IE and Chrome and FireFox...and I applied Styles for my application.here I am facing problem with FireFox Mozilla Browser..I used Data table ;On mouse over I applied This Styles
#dataTable th:hover
{ background-color:#C4C4C4;display:block; z-index:10; cursor:pointer;
font-family:arial,Tahoma,sans-serif;
font-size:11px; position:absolute;
}
In fireFox ,On mouse over Headers are moving like anything..Its not fit in that width ;Its Like Floating on header ..This problem i didn't face with IE&Chrome Browsers .
Please suggest me ...
Thanks in advance
ManoRama