I have implemented datatables in my application and is working fine in firefox 3+, but in lower versions and safari, it shows table floating on right side. Could some one suggest what might be the issue?
Sounds like there much be a 'float' bug in the previous versions of Firefox - or something related. Either way, it sounds like it's probably just a CSS issue. What I'd suggest is to grab Firebug or something like that and fiddle around with the CSS until you are happy with the layout.
I have the same problem. It works fine in IE, but in my case the table is shifted to the right by the width of the left floating "show entries"-box and I'm using Firefox v3.5.5
Thanks for the update - it sounds like a "float" issue has afflicted the table. If you are using my demo CSS then there are a couple of floating elements in there which can mess up layout when integrated into another web-page... Good to hear you've got it sorted now.
If you poke around with webkit's inspector is there anything which looks odd? Perhaps a "clear" is needed somewhere. It still just sounds like a CSS layout issue to me, rather than anything Javascript.
Replies
Sounds like there much be a 'float' bug in the previous versions of Firefox - or something related. Either way, it sounds like it's probably just a CSS issue. What I'd suggest is to grab Firebug or something like that and fiddle around with the CSS until you are happy with the layout.
Hope this helps,
Allan
I have the same problem. It works fine in IE, but in my case the table is shifted to the right by the width of the left floating "show entries"-box and I'm using Firefox v3.5.5
Did you find a solution?
/Andreas
Maybe it's a table bug in Firefox?
Thanks for the update - it sounds like a "float" issue has afflicted the table. If you are using my demo CSS then there are a couple of floating elements in there which can mess up layout when integrated into another web-page... Good to hear you've got it sorted now.
Regards,
Allan
Regards,
Allan