[css-d] Using transform scale on input radio fields

2016-03-12 Thread Manfred Rebentisch
Hello, actual I try to enlarge input radio and checkbox fields. I spend much time to study technical documents and searching the internet. The straight-lined method seems to be, to use input[type="radio"] { transform: scale(2); -webkit-transform: scale(2);

[css-d] Confusing with button position

2013-06-24 Thread Manfred Rebentisch
Software-Entwicklungs-GmbH Prießstraße 16 23558 Lübeck Telefon: 0451/479 56 60 Geschf: Manfred Rebentisch AG Lübeck, HRB 3559 Web: http://www.comparat.de Die Cards: https://cards.athesios.de Businessplattform: https://www.athesios.de Lübeck: http://www.luebeck-info.com Twitter: http://twitter.com

Re: [css-d] Confusing with button position

2013-06-24 Thread Manfred Rebentisch
Thank you Chris, thank you Philippe, with vertical-align:top it works. I will read carefully your linked informations to make my CSS better! Manfred -- COMPARAT Software-Entwicklungs-GmbH Prießstraße 16 23558 Lübeck Telefon: 0451/479 56 60 Geschf: Manfred Rebentisch AG Lübeck, HRB 3559 Web

Re: [css-d] Trouble with overflow:hidden and absolute hover elements

2010-10-01 Thread Manfred Rebentisch
Hi David, Am Monday 27 September 2010 21:20:31 schrieb David Hucklesby: I'm guessing that the AP help is partly outside the DIV that has overflow: hidden; on it? I'm also guessing you are using overflow in order to contain floats. With these bold assumptions, I suggest using something other