Does anyone know an workaround/fix/hack for the problem described here:
http://www.maratz.com/blog/archives/2006/11/11/ie-7-quirks-floats-and-margins/
Essentially, when an element is floated within a container and has a
bottom margin, IE6 and 7 seem to ignore the bottom margin. I've tried
several
I have some default styles set up to always float an image when its
inside of a , like so:
p img { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
I want to have a selector that zeros the top margin IF the is
immediate child of the , with no paragraph text between them.
Currently
Having trouble with this one...
Example here: http://geniuscar.com/old/tests/iefloat.html
I just have a single UL with all the LIs all floated left. I want to
be able to force a second row at a given point in the list, so I
applied a clear:left to first element I want in the 2nd row.
This behav
Can't seem to figure this one out...
Example here: http://geniuscar.com/old/tests/iefloat.html
I just have a single UL with all the LIs all floated left. I want to
be able to force a second row at a given point in the list, so I
applied a clear:left to first element I want in the 2nd row.
This
I'm trying to create a definition list with floated s and s...see
example here:http://geniuscar.com/tests/def-list-float.html
Essentially, I want preserve this markup:
Title of product
subtitle of product
8" x 6" x 1"
$225
This is supposed to float left all the way at the top
I want the bloc
Lately this has come up:
I have a fixed width centered container that contains my entire site,
like so:
#container{ margin: 0 auto; width:960px}
My question is if there is a way for a block element within the
container to break out of the container and span the width of the
browser, behavin
ROTECTED]> wrote:
>
>
> On Nov 13, 2007, at 5:50 AM, Timothy Kelty wrote:
>
> > See example here:
> > http://sarna.net/~quizosde/tests/mozillacenter/index.html
> >
> > I'm attempting to center a repeating-y background image on my body tag
> > so it a
See example here:
http://sarna.net/~quizosde/tests/mozillacenter/index.html
I'm attempting to center a repeating-y background image on my body tag
so it always goes down the entire page. Safari/IE6/IE7 work fine, but
in Mozilla (Firefox, Camino), when I make the browser window smaller
than the co
I've been searching for a good way to make a pill shaped button, with
a flexible length for html text, and also a flexible height for text
resizing.
So ideally, if scaled they would end up looking like a rounded
rectangle, but at their original size, they would be pill shaped.
So far I've just be
level anchor or such remedy planned for html5?
Thanks!
--
Timothy Kelty
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ --
I've been trying to figure out how to hide an entire table column, defined
by a tag
The following hides the column in Firefox and IE, but does not do anything
in Safari:
col#test{
visibility: collapse; /* hides column in Firefox */
display: none; /* hides column in ie6, ie7 */
}
Does an
I'm trying to find a good reference to set up some good font-family default
stacks with fonts that share similar enough characteristics. Ideally, I'm
looking for some examples that contain all your basic web fonts, then a
couple at the top of the top of the stack for more common but not
necessaril
I've been trying to set up some groundwork for setting up future sites on a
baseline grid. We starting setting to a 18px baseline, with a 12px body
type.
Problems we ran into initially dealt with lists, where we weren't satisfied
with a full line of leading between list items, but we also didn't w
13 matches
Mail list logo