[css-d] Fix for IE bottom margin float bug?

2008-06-05 Thread Timothy Kelty
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

[css-d] Selector for immediately following parent (adjacent child)?

2008-04-21 Thread Timothy Kelty
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

[css-d] Single floated list with forced row clear in IE

2008-04-15 Thread Timothy Kelty
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

[css-d] Single floated list with forced row change in IE

2008-04-13 Thread Timothy Kelty
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

[css-d] Floated definition list, markup order vs. display

2008-01-16 Thread Timothy Kelty
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

[css-d] Breaking out of a centered fixed width container...

2007-11-21 Thread Timothy Kelty
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

Re: [css-d] Centered background image, Mozilla browser resize bug?

2007-11-13 Thread Timothy Kelty
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

[css-d] Centered background image, Mozilla browser resize bug?

2007-11-12 Thread Timothy Kelty
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

[css-d] Flexible pill buttons - height and width?

2007-10-02 Thread Timothy Kelty
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

[css-d] Any solution for block elements with an anchor?

2007-09-05 Thread Timothy Kelty
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 --

[css-d] Hiding a table column with CSS?

2007-08-22 Thread Timothy Kelty
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

[css-d] Good default font-family stacks?

2007-08-21 Thread Timothy Kelty
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

[css-d] Can a subdivided 6px baseline grid work?

2007-08-15 Thread Timothy Kelty
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