>
> You just need the vertical-align: top; on the td CSS definition instead of
> the table:
>
> td {
> background-color:#93C722;
> padding:7px;
> vertical-align:top;
> }
>
thank you for the several responses, all of which succeeded in elicited
the obvious head-slap. but as Kepler noted, i did
Del Wegener wrote:
>
> http://www.edi-cp.com/edi_new/edi_page_layout.htm
>
> Note the white space above and below the orange box near the bottom. How
> can I get rid of the white space?
>
>
> Del
>
>
>
>
div#extra p {margin:0;}
div#content {
padding-bottom:1px;
}
Food for thought:
Good Afternoon;
I have slowly been moving toward all CSS and now have my first page without
tables, frames, or JavaScript. It all validates.
In your opinion am I proceeding correctly ?
http://www.edi-cp.com/edi_new/edi_page_layout.htm
Do you see anything that will get me into trouble as I proce
> how do i use css to make the tables behave in the way that "valign=top"
> would make them behave.
Hi Josh,
You just need the vertical-align: top; on the td CSS definition instead of
the table:
td {
background-color:#93C722;
padding:7px;
vertical-align:top;
}
Best regards,
Kepler Gelotte
Neig
> Does anyone know why in this page of mine, the images appear so far
> right relative to the radio buttons group ?
Hi,
It is because you floated the image div right. Try an absolute position
instead:
#image {
width:500px;
position:absolute;
left:12em;
top:0;
}
Best regards,
Kepler Ge
> -Original Message-
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
> discuss.org] On Behalf Of snak detek+0r
> Sent: Sunday, May 11, 2008 11:21 AM
> To: css-d@lists.css-discuss.org
> Subject: [css-d] css equivalent of valign -- for use in actual tables ?
>
>
> hi. i've got sort of a
hi. i've got sort of an easy one here. i know i've figured this out
before, and i'm sure it's been discussed exhaustively on the list.
unfortunately i couldn't find it in the archives, so i'm posting this
(no doubt redundant) post.
here's my example ->http://tinyurl.com/45rhul
& quick link to
Hi,
Does anyone know why in this page of mine, the images appear so far
right relative to the radio buttons group ?
It's just a few lines of code.
http://www.absinto.org/escolhe-zen.html
Any help would be appreciated.
Warm Regards,
Mário Gamito
Jack Riddell wrote:
> I am attempting to build a 3 column "Any order" layout. I'm finding plenty
> of solutions that do most of what I need but the real issues come when I try
> to combine them.
>
>
>
> It needs a min-width of 800px and a max-width of 1024
>
> ...JR
>
Setting 800/1024 on t
On 5/11/08, Jack Riddell <[EMAIL PROTECTED]> wrote:
>
> Hello all,
> I am attempting to build a 3 column "Any order" layout. I'm finding plenty
>
> Have a look at http://www.positioniseverything.net/articles/jello.html
__
css-dis
George Adders wrote:
> I need to get rid of a table row from dynamically generated content
> that's outside of my control. Is this possible? (I cannot share the
> link because the site is invitation-only and requires an account).
You could upload a demo page with no sensitive content on a public
Hello,
I need to get rid of a table row from dynamically generated content
that's outside of my control. Is this possible? (I cannot share the
link because the site is invitation-only and requires an account).
Miscellaneous text
Is there a way to select an element based on the attribute of a
12 matches
Mail list logo