Hi all,
here's my problem I need to print a web page ASP.NET form with some CSS. Everything seems to work properly except for the printing of my dropdownlist. I use @media screen for the screen portion and @media print for the printer side.
For the printing of the dropdownlist I set the border and the overflow properties to zero, but the dropdownlist button still shows.
Can anyone tell me how to make this button dissapear?
here's my problem I need to print a web page ASP.NET form with some CSS. Everything seems to work properly except for the printing of my dropdownlist. I use @media screen for the screen portion and @media print for the printer side.
For the printing of the dropdownlist I set the border and the overflow properties to zero, but the dropdownlist button still shows.
Can anyone tell me how to make this button dissapear?