> -Original Message-
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of Ed Seehouse
> Sent: Friday, 16 June 2006 3:08 AM
> To: Brendan Grossman
> Cc: css-d@lists.css-discuss.org
> Subject: Re: [css-d] Relative positioning and widths
>
> O
Just a quick question...
Is it possible to colour a list's bullets and not the text?
I can get around it by using or something within each , but I was
hoping I wouldn't need to...
Cheers
Brendan
__
css-discuss [EMAIL PROTECTE
Hi everyone
Is it possible to have floating divs side-by-side without the width
specified or with just one set explicitly?
For example I have two columns...
Left hand side I want to set explicity, ie. 15em
Right hand side, I want it to fill up the remaining area of the page.
However when do
Hi all
I have the following code, and the floats are displaying correctly (as
in they're side-by-side), but the wrapper doesn't extend down...
#wrapper {
border-left: 6px solid #FFCC33;
border-right: 6px solid #FFCC33;
background-color: #fff;
}
#wrapper p {
font-s
On Sun, 12 Jun 2005 23:58:56 -0400, "Kelly Miller"
<[EMAIL PROTECTED]> said:
> According to CSS2, if a container contains only floats, it should
> collapse to have 0 height. Try putting a third after the floats,
> and giving it the rule clear: both.
Sweet, that fixed it. Thanks a lot!
___
Hi List
This is displaying how I want it to in IE, but not in Firefox. Basically
I have two floats side-by-side, one floated left, the other right,
inside a container with borders and padding. In IE, it displays how I
want it to, but in Firefox, the container's style isn't being taken into
effect.