Re: [css-d] Incorrect width - Opera Bug?

2011-04-26 Thread Paul Burney
Sounds like it could be the Opera Minimum Font Size (Pixels) Setting (Preferences - Advanced - Fonts). -Paul Burney http://www.burney.ws/ On Tue, Apr 26, 2011 at 1:09 PM, Chetan Crasta chetancra...@gmail.com wrote: OK, I understand what's happening now. Actually, it is not the width

Re: [css-d] Positioning images within a table cell

2011-02-09 Thread Paul Burney
should be all set. Hope it helps. -Paul Burney http://www.burney.ws/ * Thanks to Peter-Paul Koch: http://www.quirksmode.org/bugreports/archives/2004/12/table_never_rel.html __ css-discuss [css-d@lists.css-discuss.org] http://www.css

Re: [css-d] Positioning images within a table cell

2011-02-08 Thread Paul Burney
correctly, relative positions don't work reliably on table cells. If you find that to be the case, you'll need to add a container div inside of the table cell, set its width and height to 100%, and its position to relative. -Paul Burney http://burney.ws

Re: [css-d] Selecting a br following a paragraph of a given class

2010-10-19 Thread Paul Burney
://stackoverflow.com/questions/899252/can-you-target-br-with-css You might want to look into changing the source code itself using a perl script or a tool like BBEdit that could process those 700 pages in a few seconds. Hope that helps, -Paul Burney http://www.burney.ws/ On Tue, Oct 19, 2010 at 5:24 PM

Re: [css-d] Text Kerning and Other Oddities on MAC but not Windows

2009-12-10 Thread Paul Burney
would be whether the same fonts are being used on the PC and the Mac. font-family:Geneva, Arial, Helvetica, sans-serif; Good luck. -Paul Burney __ css-discuss [cs...@lists.css-discuss.org] http://www.css-discuss.org

Re: [css-d] IE7 Float Jump Bug

2008-06-26 Thread Paul Burney
-with-sidebar, the whole sidebar moved off-screen, but basically making everything relative, zoom 1 put things in the right place. Thanks! -Paul Burney http://www.concord.org/ __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org