From drankinatty@suddenlinkmail.com Thu Apr 2 07:27:17 2009 From: "David C. Rankin" To: users@lists.opensuse.org Subject: Re: [opensuse] Opera 9.64 - margin: padding: handling changed? Date: Thu, 02 Apr 2009 02:27:15 -0500 Message-ID: <49D468D3.10707@suddenlinkmail.com> In-Reply-To: <200903311119.50114.linux@daniel-bauer.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============2930961318837378122==" --===============2930961318837378122== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Daniel Bauer wrote: > On Tuesday 31 March 2009 09:04:59 you wrote: >> Thanks Daniel, >> >> The problem is stranger than that... I have two identical copies of the >> page. One on the 3111skyline.com server and one on my laptop (also running >> apache for development purposes). The page displays fine on my laptop with >> Opera 9.64, but the gray alternating row highlights bleed over the right >> column ~ 1em on the server. I'm looking into it now... >=20 > Hi again, >=20 > I cannot help much, I just see that it depends on the screen size. I think = > you'll have to check the width defintion of the grey bars. I didn't have th= e=20 > time to check your css, but when developping websites I often have quite=20 > similar problems together with floats, they are tricky and often it depens = on=20 > the containing div and the position within the code... >=20 > I attach some screenshots so you can see how your page behaves here... >=20 > hth >=20 Thanks Danny, I validated it again: The only error found was that I was using the color: "LightGrey", I changed t= he color to: #D3D3D3 and it works fine now. Why in the hell that made any difference for opera, I'll never know. Especially since LightGrey is a defined color, See: http://www.w3schools.com/HTML/html_colornames.asp The alternating color definition is done in php: if ($id % 2 =3D=3D 0) echo ""; else echo ""; After the change in color: W3C CSS Validator results for http://www.3111skyline.com/download/webdev/pages/mysql-logview.php (CSS level= 3) Congratulations! No Error Found. This document validates as CSS level 3 ! To show your readers that you've taken the care to create an interoperable Web page, you may display this icon on any page that validates. Here is the XHTML you could use to add this icon to your Web page: Valid CSS!

3D"Valid

Valid CSS!

3D"Valid

--=20 David C. Rankin, J.D.,P.E. Rankin Law Firm, PLLC 510 Ochiltree Street Nacogdoches, Texas 75961 Telephone: (936) 715-9333 Facsimile: (936) 715-9339 www.rankinlawfirm.com --=20 To unsubscribe, e-mail: opensuse+unsubscribe(a)opensuse.org For additional commands, e-mail: opensuse+help(a)opensuse.org --===============2930961318837378122==--