[css-d] stacked nav in IE7

2011-01-06 Thread Shanna Cramer
Having an issue with IE7. IE8, Chrome and Firefox are fine. The menu is stacked instead of inline in IE7. website: http://askhg.com/ css: http://askhg.com/wp-content/themes/askhg/style.css How can I fix that nav in IE7? Thanks. -- Shanna

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Chetan Crasta
On Thu, Jan 6, 2011 at 8:12 PM, Shanna Cramer sha...@korbyimagery.com wrote: website: http://askhg.com/ css: http://askhg.com/wp-content/themes/askhg/style.css How can I fix that nav in IE7? Try this: .menu a {display:block} .menu .description{/*display:block*/} ~Chetan

Re: [css-d] stacked nav in IE7

2011-01-06 Thread David Laakso
On 1/6/11 9:42 AM, Shanna Cramer wrote: Having an issue with IE7. IE8, Chrome and Firefox are fine. The menu is stacked instead of inline in IE7. website: http://askhg.com/ css: http://askhg.com/wp-content/themes/askhg/style.css How can I fix that nav in IE7? Thanks. /* for IE/7.0 */

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Alan Gresley
On 7/01/2011 1:42 AM, Shanna Cramer wrote: Having an issue with IE7. IE8, Chrome and Firefox are fine. The menu is stacked instead of inline in IE7. website: http://askhg.com/ css: http://askhg.com/wp-content/themes/askhg/style.css How can I fix that nav in IE7? Thanks. Hello, this is

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Alan Gresley
On 7/01/2011 3:07 AM, Alan Gresley wrote: .menu { margin: 10 0; } Little mistake. Correct CSS. .menu { margin: 10px 0; } -- Alan http://css-class.com/ Armies Cannot Stop An Idea Whose Time Has Come. - Victor Hugo __

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Shanna Cramer
Ok, I had a similar issue to this on two websites. I thought finding an answer on one would help with the other. Not so. This is driving me nuts. IE7 the menu is all bad, IE8 only the home page menu is bad. Site: http://www.fargoparks.com/ css: http://www.fargoparks.com/css/home.css Thanks

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Al Sparber
On 1/6/2011 2:48 PM, Shanna Cramer wrote: Ok, I had a similar issue to this on two websites. I thought finding an answer on one would help with the other. Not so. This is driving me nuts. IE7 the menu is all bad, IE8 only the home page menu is bad. Site: http://www.fargoparks.com/ css:

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Thierry Koblentz
This is driving me nuts. IE7 the menu is all bad, IE8 only the home page menu is bad. Site: http://www.fargoparks.com/ css: http://www.fargoparks.com/css/home.css I see these two rules: #p7PMnav li { float:left; } #p7PMnav li { width:100%; clear:both; float:left; } The two

Re: [css-d] stacked nav in IE7

2011-01-06 Thread Thierry Koblentz
This is driving me nuts. IE7 the menu is all bad, IE8 only the home page menu is bad. Site: http://www.fargoparks.com/ css: http://www.fargoparks.com/css/home.css For the second rule I mentioned, don't look in the styles sheet, it's in a conditional comment after the LIs: !--[if IE