Reply To: Equal length columns

Home Forums Support Equal length columns Reply To: Equal length columns

Home Forums Support Equal length columns Reply To: Equal length columns

#226389
Birgit

I hope I do not nerve but I got the round widget-corners now even in IE and Edge. I used this code:

background: #ffffff;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ffffff), to(#ffffff));
background: -webkit-linear-gradient(#ffffff, #ffffff);
background: -moz-linear-gradient(#ffffff, #ffffff);
background: -ms-linear-gradient(#ffffff, #ffffff);
background: -o-linear-gradient(#ffffff, #ffffff);
background: linear-gradient(#ffffff, #ffffff);
-pie-background: linear-gradient(#ffffff, #ffffff);