hi guys,
i have a site that renders perfectly in the usual browsers but in versions 7 or lower of ie, the navigation buttons appear out of line.
ive used an alternative stylesheet to fix this but it seems to make no difference during testing.
here is how i am linking to it:
<!--[if IE 7]><link rel="stylesheet" type="text/css" href="/scripts/ie7style.css" /><![endif]-->
after looking into it a bit more think that it maybe the doc type which is causing the problem, which is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://www.facebook.com/2008/fbml" xml:lang="en" lang="en">
does anyone have any suggestions as to why it might not be working?
thanks,
sm