Search found 5 matches

by peter@didm.co.uk
Sat Jun 14, 2008 10:37 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Fine in Firefox but not showing in Explorer
Replies: 5
Views: 3425

Re: Fine in Firefox but not showing in Explorer


In this case, without the closing </script>, the browser took everything after the <script> to be part of the JS, and understandably got confused when it encountered code that wasn't JS.

With XHTML it should work with /> being used to close eg <script src="menu_data.js" type="text/javascript ...
by peter@didm.co.uk
Wed Sep 19, 2007 12:03 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE 6 and doctype xhtml1-strict
Replies: 3
Views: 2733

Re: IE 6 and doctype xhtml1-strict

Hi Ruth,

I have found out what the problem is. It is in my css ( which is not referenced in my milonic data file). I have:

body {
width:780px;
padding:0px 0px 0px 0px;
margin: 0px auto 0px auto;
background-color:white;
color: black;
position:relative;
font-family:arial, verdana, sans-serif;
font ...
by peter@didm.co.uk
Tue Sep 18, 2007 7:46 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: IE 6 and doctype xhtml1-strict
Replies: 3
Views: 2733

IE 6 and doctype xhtml1-strict

Hi,

With the doctype set to

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

When viewing using Firefox the milonic menu is correctly positioned. However when viewing using IE 6 the menu does not position correctly:

1. The main menu ...
by peter@didm.co.uk
Sat Dec 10, 2005 6:24 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamically modify menu
Replies: 2
Views: 2298

Dynamically modify menu

Hi Andy,

Thank you, works great

Peter :P
by peter@didm.co.uk
Tue Dec 06, 2005 8:42 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Dynamically modify menu
Replies: 2
Views: 2298

Dynamically modify menu

Please is it possible to add and/or delete menu items when a user registers onto a website and if so how?

Thank You

Peter Sparkes