Search found 8 matches

by charliedurrant
Thu Dec 29, 2005 10:38 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get the offcolor with a top level anchor menu
Replies: 12
Views: 8042

Ruth,

Many thanks...... I though it would be something stupid that I did. Thanks for the investigative work. The site I am doing is for a registered charity however I think that it would be corect for us to pay for a licence as I have coded menus and they are a great deal of work to get right cross ...
by charliedurrant
Thu Dec 29, 2005 1:31 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get the offcolor with a top level anchor menu
Replies: 12
Views: 8042

Also, its in a table TD and not position:absolute...!?!
by charliedurrant
Thu Dec 29, 2005 1:22 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get the offcolor with a top level anchor menu
Replies: 12
Views: 8042

your site

Ruth,

p.s. I had a look at your site and the main image in the middle seems to be missing, I guess it must be

LINK REMOVED: 10-07-11

Charlie
by charliedurrant
Thu Dec 29, 2005 1:18 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get the offcolor with a top level anchor menu
Replies: 12
Views: 8042

default.css

And here is my style sheet... default.css. I hope this helps. Please ignore the coolmenus menu styles as I'm not using them anymore.





/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */

/*Style ...
by charliedurrant
Thu Dec 29, 2005 1:16 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get the offcolor with a top level anchor menu
Replies: 12
Views: 8042

Index.htm

And here is the source for the page Index.htm



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252">
<META content="Welcome to the home of Thanet Wanderers Rugby Union Football Club. London League ...
by charliedurrant
Thu Dec 29, 2005 1:15 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get the offcolor with a top level anchor menu
Replies: 12
Views: 8042

Here is the source for the menu_data




function make_menus()
{

fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=200;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(menuStyle=new mm_style()){
bordercolor="#0b0b0b ...
by charliedurrant
Thu Dec 29, 2005 1:02 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get the offcolor with a top level anchor menu
Replies: 12
Views: 8042

I have checked its nothing to do with the licence, here is the ode for my top level menu style. I can post the whole site in an email, its only 40K zipped.


with(menuStyle=new mm_style()){
bordercolor="#0b0b0b";
borderstyle="none";
borderwidth=0;
fontfamily="Tahoma,Verdana, Arial";
fontsize="100 ...
by charliedurrant
Thu Dec 29, 2005 12:57 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Can't get the offcolor with a top level anchor menu
Replies: 12
Views: 8042

Can't get the offcolor with a top level anchor menu

Hi,

I am using the latest version of the menu and if I make a top level menu a link and not just a menu to open a sub menu the offcolor property seems to be ignored. It is no doubt something stupid I have done. I anyone has any thoughts. The site is not yet live and I can't seem to post the source ...