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
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,
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
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
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
__
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.
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
> 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
__
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