Re: [css-d] easy clearing: a new way?

2008-06-23 Thread Wellington Fan
Gabriele Romanato wrote: > try to change > > content: "."; > > with > > content: "\A"; > > does it work? IE8?? let me know. > > xxx ^.^ > > I have recently tried using the "overflow:auto" trick to clear floats...seems to work wonders! http://www.quirksmode.org/css/clearing.html Anyone else

Re: [css-d] positioning inside table cell?

2008-06-20 Thread Wellington Fan
Bobby Jack wrote: > --- On Thu, 6/19/08, Ingo Chao <[EMAIL PROTECTED]> wrote: > > >> CSS 2.1: 9.1.3 leaves position:relative on elements with >> table-* undefined. >> > > That's 9.3.1, for those following along :) > > http://www.w3.org/TR/CSS21/visuren.html#choose-position > Thank you,

[css-d] positioning inside table cell?

2008-06-19 Thread Wellington Fan
Hello all, I have a small that I'd like to position in the upper right corner of a table cell, regardless of any align/valign attributes. See this page: http://www.illuminoid.com/tables/cellposition.php I thought that adding 'position:relative' to the and 'position:absolute; top:0px; right:0

Re: [css-d] toggling visibility using onmouseover

2008-06-13 Thread Wellington Fan
Steve Brantley wrote: > Hi, brand new member here. > > Welcome! > window.document.getElementById("framed-love").style.visibility="hidden"; > window.document.getElementById("framed-starsong").style.visibility="hidden"; > window.document.getElementById(framed-babysbath).style.visibility="visible

Re: [css-d] Control clicks in Firefox and borders on elements

2008-06-13 Thread Wellington Fan
Thanks, all. I did hack a workaround so that 'default' border did not interfere with my custom border. I did this by explicitly *deselecting*, or rather, *collapsing* the Selection object: line 29:window.getSelection().collapse($$('body')[0],0); -- Wellington __

Re: [css-d] Control clicks in Firefox and borders on elements

2008-06-12 Thread Wellington Fan
Wellington Fan wrote: > Please see this page and try control-clicking some of the table's > cells. The Whoops. http://www.illuminoid.com/tables/ -- Wellington __ css-discuss [EMAIL PROTECTED] http://www.css-discuss.

[css-d] Control clicks in Firefox and borders on elements

2008-06-12 Thread Wellington Fan
Hello List, I have some Javascript that uses a control-click to add/subtract some elements to a selection -- similar the the Windows Explorer paradigm. I can assign a class to my selected items, but it seems that Firefox or the OS (XP Pro) is adding an *additional* thick bluish border. Please

Re: [css-d] Paged Media -- page-break-(before|after|inside)

2008-05-28 Thread Wellington Fan
> Firefox doesn't support 'page-break-inside: avoid' yet -- not even FF3 ;-( > That's great news! Oh no, wait, the opposite...sigh... Well thanks for the answer, Melinda. I guess for this project I might have to look at generating a PDF...sigh... -- Wellington __

[css-d] Paged Media -- page-break-(before|after|inside)

2008-05-27 Thread Wellington Fan
Hello Listfolk, When printing this page: http://www.illuminoid.com/print/ the page breaks often appear inside of the tables. I would like to gently suggest to my browser ( Firefox 2.0.0.14, WinXP Pro ), and to others that will listen, to keep the contents of the tables together. I have tried the