≡
×
Plus
Manual
Examples
Reference
Download
Blog
Community
Support
over lapping search box in firefox?
over lapping search box in firefox?
zephral
Posts: 1
Questions: 0
Answers: 0
May 2012
edited May 2012
in
General
image here,
http://zephral.com/
basicly the search box push the thead out to the right. and i cant figure out how to stop them from over lapping any ideas?
Replies
allan
Posts: 65,846
Questions: 1
Answers: 10,956
Site admin
May 2012
Suspect you want to add:
[code]
table.dataTable {
clear: both;
}
[/code]
Allan
This discussion has been closed.
Replies
[code]
table.dataTable {
clear: both;
}
[/code]
Allan