Universal CSS Navigation Menu Support Product Page
Answered
Having trouble making your navigation work in Internet Explorer.
Asked 21 Feb 2012 20:12:35
1
has this question
21 Feb 2012 20:12:35 Thomas Schmitt posted:
Safari and Firefox work fine. Internet Explorer is a big problem No navigation evident. Go to: www.rftest02132012.henryhost.com/about.html for an example. Replies
Replied 22 Feb 2012 07:21:57
22 Feb 2012 07:21:57 Vulcho Vulev replied:
Hello Thomas
Your document is undefined, please start with the following lines of code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
Regards: Vulcho.
Your document is undefined, please start with the following lines of code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>
<body>
</body>
</html>
Regards: Vulcho.