Comments on: GNU/Linux Firefox image display problem caused by CSS padding http://www.movingtofreedom.org/2007/08/11/gnu-linux-firefox-image-display-problem-caused-by-css-padding/ free software, free culture, free association Sat, 30 Aug 2008 00:02:36 +0000 http://wordpress.org/?v=2.0.11 by: kalam http://www.movingtofreedom.org/2007/08/11/gnu-linux-firefox-image-display-problem-caused-by-css-padding/#comment-3229 Tue, 25 Sep 2007 06:18:21 +0000 http://www.movingtofreedom.org/2007/08/11/gnu-linux-firefox-image-display-problem-caused-by-css-padding/#comment-3229 Hi, I have a style <pre class="code">.combo { font-size: 11px; font-family: Arial, Helvetica, sans-serif; color: #000000; border: 1px solid #0099FF; }</pre> Which i use for input select controls. It works fine in Windows (both Firefox/IE), but in Fedora the control needs to be clicked thrice for the control to open. If any one has any clue it'll be helpful. Hi,

I have a style

.combo {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	border: 1px solid #0099FF;
}

Which i use for input select controls.
It works fine in Windows (both Firefox/IE),
but in Fedora the control needs to be clicked
thrice for the control to open.

If any one has any clue it’ll be helpful.

]]>