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 wrote: > OK, I understand what's happening now. Actually, it is not the width > that is inc

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

2011-02-09 Thread Paul Burney
quot;position: relative" rule, you 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

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

2011-02-08 Thread Paul Burney
rrect, but if I recall 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

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

2010-10-19 Thread Paul Burney
http://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:

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

2009-12-10 Thread Paul Burney
letter-spacing: 0.01em; Another thing to check 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 [c

Re: [css-d] IE7 Float Jump Bug

2008-06-26 Thread Paul Burney
so I'm crossing my fingers. When I tried just #page-content-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-d] IE7 Float Jump Bug

2008-06-26 Thread Paul Burney
ed" itself it sometimes stays that way until the computer is restarted. Any suggestions for solutions? The easiest would be to just put it in a two-cell table, of course, but that's cheating. Thanks in advance, Paul Burney http://www.concord.org/ _