> 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:
--
Regar
> 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 tw
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: http://w
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 a
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
__
css-
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 caused
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 */
*:fir
On Thu, Jan 6, 2011 at 8:12 PM, Shanna Cramer 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
__
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
___