Re: [css-d] div problem - children not displaying as children

2008-04-28 Thread Jeff Blaine
quot;. It just seems awful obtuse to me. Curiously, I also found that adding "float: left;" to #bottomrow also solved the problem. I took that out though and used "overflow: hidden" and it seems to work fine in IE6, IE7, and FF3b5. Thanks Jim and David. Jim Nannery wrote: >

[css-d] div problem - children not displaying as children

2008-04-28 Thread Jeff Blaine
Basic test case: http://www.kickflop.net/div-problem.html I'm clearly missing something simple here. I want 'bot1', 'bot2', and 'bot3' to be 3 bordered divs INSIDE 'bottomrow' Any suggestions would be great. __ css-discuss [EMAI

Re: [css-d] Non-image list-style-type coloring?

2008-03-06 Thread Jeff Blaine
Thanks all. I'll figure out what will work for me based on the replies. I don't think I can require the extra element inside the as I am developing a theme for general use. Gunlaug Sørtun wrote: > Jeff Blaine wrote: >> I don't see a CSS2 way to apply a color to J

[css-d] Non-image list-style-type coloring?

2008-03-05 Thread Jeff Blaine
I don't see a CSS2 way to apply a color to JUST the list item marker (disc, square, whatever). Have I missed it? I don't want to use an image. I just want to make the list item marker itself 20% less imposing by lightening it relative to body text color. Side question: Barring a solution above

[css-d] 120DPI system fonts wreak havoc in certain browsers

2008-02-20 Thread Jeff Blaine
How does one address IE7 (for one) when the user has configured his/her Windows system to use 120DPI fonts instead of the default 96DPI? It's my unconfirmed understanding that Opera does the same (arguably wrong) thing as IE7. 120DPI http://www.kickflop.net/temp/moopoint-ie7.jpg http://www.kickfl

Re: [css-d] Menu background not aligned in IE

2008-01-29 Thread Jeff Blaine
FF2 and IE7 show the menu the same for me. Can you elaborate on the problem? Bill Stemp wrote: > Please refer to: http://www.pielows.co.za/highlights.htm > > The left-hand menu has a background fill that does not align in IE, > although fine in FF. > > Can anyone please advise? > > Many thank

Re: [css-d] IE7 problem with lists (other?) next to floated items

2008-01-29 Thread Jeff Blaine
This is exactly what I was looking for. Thanks Georg! Gunlaug Sørtun wrote: > Jeff Blaine wrote: >> I guess what I am saying is that I am looking for the generalized >> solution, not the solution to the test case page+image as static >> files. The test case exists onl

Re: [css-d] IE7 problem with lists (other?) next to floated items

2008-01-28 Thread Jeff Blaine
oblem. [ Thanks David ] Jeff David Laakso wrote: > Jeff Blaine wrote: >> The test case at >> >> http://www.kickflop.net/csstest/ > > It just needs a little more, and a little different, structure than you > had. > Cursory tested in IE/6, IE/

[css-d] IE7 problem with lists (other?) next to floated items

2008-01-28 Thread Jeff Blaine
I'm completely stumped on this one and cannot seem to find the fix information via my many searches. I have asked for help already in 3 separate locations only to come up empty-handed. I suspect I've found the right place to ask. Fruitful or not, I would appreciate any help! The test case at