Please disregard the 'View article...' shown at the bottom of many posts as this is the result of restoring old forum posts from a backup.
IE 8 and YUI Top Nav
I know IE8 is old but some of our customers still use old systems. We want to make our website look as best we can for them as well.
I tried adding that code, now my code looks like this:
expTheme::head(array(
"xhtml"=>false,
"css_primer"=>array(
YUI2_RELATIVE."yui2-reset-fonts-grids/yui2-reset-fonts-grids.css"
),
"css_core"=>array(
"common"
),
"meta"=>array(
"ie_compat"=>false,
),
"css_links"=>true,
"css_theme"=>true
)
);
I don't see any change. I also changed the doctype to <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Now the page will load without using the IE dev tools to force the page to render in quirks mode, which I was having to do when I took the screenshots I posted earlier.
View article...
I tried adding that code, now my code looks like this:
expTheme::head(array(
"xhtml"=>false,
"css_primer"=>array(
YUI2_RELATIVE."yui2-reset-fonts-grids/yui2-reset-fonts-grids.css"
),
"css_core"=>array(
"common"
),
"meta"=>array(
"ie_compat"=>false,
),
"css_links"=>true,
"css_theme"=>true
)
);
I don't see any change. I also changed the doctype to <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" >
Now the page will load without using the IE dev tools to force the page to render in quirks mode, which I was having to do when I took the screenshots I posted earlier.
View article...
Comments
"meta"=>array(
"ie_compat"=>false,
),
View article...
View article...
View article...
image
Here is what I get in IE8.
image
How can I get the menu to style the same in both IE8 and other browsers?
View article...