How to add Margin height before and after filter

How to add Margin height before and after filter

vikash_chaurasia1vikash_chaurasia1 Posts: 13Questions: 0Answers: 0
edited February 2011 in General
Hi All.

If, I am showing Filter on the top using the "sDom": 'frt<"bottom"ilp<"clear">',, how can we set top and bottom margin for it, so that there is a fixed margin from the top and bottom. The issue I am facing is it is displayed on Firefox, but not in IE. I tried adding

margin-top:50px;
height: 100px;
margin-bottom:100px;

on the .dataTables_filter class, in demo_table.css file, but even then Filter did not apperred in IE. In firefox, it it appearing. How can css be adjusted, so that it is displayed on IE as well.

Plz reply soon.
This discussion has been closed.