Search found 7 matches

by ozs
Wed Jan 26, 2005 9:45 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with CSS class /w overrides
Replies: 9
Views: 5308

I certainly didn't mean to offend by using the word "hack". I think that the word "workaround" is more appropreate. Ruth, if I offended you, I do appoplogize.

As for this being a bug: All I have to go by is the documentation, which doesn't mention that the use of a class i mutually exclusive with ...
by ozs
Wed Jan 26, 2005 4:08 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with CSS class /w overrides
Replies: 9
Views: 5308

Thanks for all your help Ruth. I think your workaround is great for a local fix. But in fact, the menu is ignoring a valid style in the form of <i>fontweight="bold";</i>. This used to work in older versions and there is no reason it shouldn't work in the latest!

I would be happy to provide a link ...
by ozs
Wed Jan 26, 2005 3:21 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with CSS class /w overrides
Replies: 9
Views: 5308

rawcss did fix the problem, but really this is a hack. It is less flexible than the old way, and I believe that this is a bug.

Is there a chance you will be fixing this bug? Currently, I will have to roll back to v5.12 because using the hack all over the place is too time consuming and error prone ...
by ozs
Tue Jan 25, 2005 6:22 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problem with CSS class /w overrides
Replies: 9
Views: 5308

Problem with CSS class /w overrides

I just upgraded from 5.12 to 5.691, and have noticed a change in behaviour I can't explain.

With 5.12, the following worked:

with(menuBarStyle=new mm_style()){
offclass="menubar-normal";
...
fontweight="bold";
...

That is, I use a CSS class called "menubar-normal" but I also add the bold ...
by ozs
Mon Apr 12, 2004 9:01 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems under https (SSL)
Replies: 17
Views: 16547

Thanks!
by ozs
Mon Apr 12, 2004 4:51 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems under https (SSL)
Replies: 17
Views: 16547

A few questions then...

1. Where does that file need to exist? In the root directory or relative to the html file that uses the menu?
2. What is the exact name (including case)? blank.htm or blank.html (or something else?)
3. Out of curiosity: Why is this needed?

Thanks.
by ozs
Mon Apr 12, 2004 3:39 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Problems under https (SSL)
Replies: 17
Views: 16547

Problems under https (SSL)

I am using the menu in an Intranet site that uses SSL (sorry, no outside link).

Under some browsers (notably IE 5.50 under NT4), whenever the page loads, I get a warning "This page contains some unsecure items". I know this is caused by the menu because if I don't emit the menu, the problem goes ...