Re: [css-d] IE6 not displaying header (background OR content)

2009-12-18 Thread David Laakso
Robin at Wonderbaby Designs wrote: I am having trouble with IE6 not displaying the entire header of my design. http://www.wonderbabydesigns.com/testing/pinwheel_layout.htm Robin~ The layout/css you are using is almost as old, tired, and obsolete as IE/6 :-) . 1/ Amend this selector

Re: [css-d] Strange display in Safari

2009-12-18 Thread Andzia
We're a little off-topic here as these are markup rather than CSS issues; but, nevertheless the extra /p may be generated by your WP php script. I think so too. Now I restored the backup because there were too many little errors popping up. I'll try again. Sorry for offtopic! Ania

Re: [css-d] equal height columns - strickes again - no faux column allowed (I suppose)

2009-12-18 Thread MEM
You could try something like: #conteudoPrimeiraColunaProdutoHome, #conteudoSegundaColunaProdutoHome, #conteudoTerceiraColunaProdutoHome { min-height:7em; _height:7em; } You could try something like: #conteudoPrimeiraColunaProdutoHome,

[css-d] IE formatting

2009-12-18 Thread Rich Wendrock Forum
I am trying to format the links in a menu. They look the way I want them to Firefox but do not look right in IE 8. Can you tell me why it is not working in IE? here is the CSS code .menu { font-size: medium; font-weight: bold; text-decoration: none; } .menu a:link, .menu a:visited

Re: [css-d] equal height columns - strickes again - no faux column allowed (I suppose)

2009-12-18 Thread David Laakso
0) Should we have both, the big margin and bottom value technique and a defined height? Or one will suffice (I will test, is just to have some theoretic references) Do it both ways. Then you may know which way is best for the situation you currently face, 1) So, we apply a

Re: [css-d] NOT restarting numbered lists after h1 element

2009-12-18 Thread Richard Grevers
On Wed, Dec 16, 2009 at 11:03 AM, Climis, Tim tcli...@indiana.edu wrote: After inserting the h1 I find I cannot continue with my second list item as 2; the list starts over at 1. Can I do that using CSS? I've got the other sub-items to style correctly using CSS, so this is my only problem.

Re: [css-d] IE formatting

2009-12-18 Thread Kevin Doyle
I am trying to format the links in a menu. They look the way I want them to Firefox but do not look right in IE 8. Can you tell me why it is not working in IE? here is the CSS code [snip...] ::: Hi Rich, Can you send a link to a

Re: [css-d] equal height columns - strickes again - no faux column allowed (I suppose)

2009-12-18 Thread MEM
Better than giving a fish to someone is to teach that someone how to fish. Thanks a lot David, again. I will properly test the above later tonight. Regards, Márcio __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] IE formatting

2009-12-18 Thread David Laakso
Rich Wendrock Forum wrote: I am trying to format the links in a menu. They look the way I want them to Firefox but do not look right in IE 8. Can you tell me why it is not working in IE? Can you provide a clickable link to the page? And state the version(s) of IE give you

[css-d] IE6 hover state

2009-12-18 Thread Steve Caramia
Hello everybody, I've fixed the positioning problems that I always have with IE6 and 7 (yay!), but the hover state issue with IE6 remains. I found the htc hack from http://www.kavoir.com/2009/01/css-selectorhover-hack-for-ie6.html but I don't think I implemented it correctly. Any ideas?