Search found 10 matches

by galneweinhaw
Thu Apr 27, 2006 7:28 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to use CSS with tooltips
Replies: 2
Views: 2799

btw, thanks for the help. this worked pretty well.

This is what I ended up doing (got rid of alot of headaches =)

stylesheet:
.tooltip * {
padding: 0;
margin: 0;
}

.tooltip td {
border: 1px solid black;
padding: 5px;
margin: 5px;
font-size: 10pt;
font-family: Arial;
background-color ...
by galneweinhaw
Wed Apr 26, 2006 7:09 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Single quote within tooltips
Replies: 3
Views: 3216

Single quote within tooltips

Heya!

Is there a way to use a single 'quote' within the tooltips?

if there is a singel quote within the string then the tip doesn't pop up.

I've tried the raw ' as well as escaped \' but they both stop the tip from popping up.

thanks!
by galneweinhaw
Thu Apr 06, 2006 4:42 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: How to use CSS with tooltips
Replies: 2
Views: 2799

How to use CSS with tooltips

How do I use CSS with the tooltips?

Thanks!
by galneweinhaw
Mon Apr 03, 2006 9:59 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Tooltip ..not tooltipping =)
Replies: 5
Views: 4361

Hi,

You need to load the milonic Source files *before* the tooltips script. You have the toolips script loaded first. I tested, and simply moving the toolips script down below the Milonic source file scripts did the trick.

Sweet! thanks


Is there a way to set the styles of the box (using CSS ...
by galneweinhaw
Mon Apr 03, 2006 4:51 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Tooltip ..not tooltipping =)
Replies: 5
Views: 4361

Ok, so I'm trying to use the Milonic tooltip...seems pretty simple.

Any reason why I can't get it to work then =)

http://www.happyhikers.ca/EternalCampaign/test.php

The text and little image SHOULD have a tooltip I think??
by galneweinhaw
Sun Apr 02, 2006 8:12 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Tooltip ..not tooltipping =)
Replies: 5
Views: 4361

Ah... thanks for the tip. I might as well use the Milonic onethen if I can figure it out =)
by galneweinhaw
Sun Apr 02, 2006 8:23 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Milonic Tooltip ..not tooltipping =)
Replies: 5
Views: 4361

Milonic Tooltip ..not tooltipping =)

I have been using a DHTML tooltip... but when added the Milonic menus the tooltips stopped working.

If I comment out the menu, then it starts working again.

Any idea why this might be happening?

THis is the js

<div id="dhtmltooltip"></div>
<script type="text/javascript ...
by galneweinhaw
Sun Apr 02, 2006 12:15 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Working out the bugs in my first menu (using CSS)
Replies: 3
Views: 3241

Setting this:

Code: Select all

.menumouseon *, .menumouseoff *, .submenumouseon *, .submenumouseoff * {
	padding: 0;
	margin: 0;
	}
fixed ALL 4 of the formatting problems I was having!

WOOT!!!!!!

thanks again!
by galneweinhaw
Sat Apr 01, 2006 10:28 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Working out the bugs in my first menu (using CSS)
Replies: 3
Views: 3241

Wow, thanks for the quick response! I'll give it a go.
by galneweinhaw
Sat Apr 01, 2006 10:11 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Working out the bugs in my first menu (using CSS)
Replies: 3
Views: 3241

Working out the bugs in my first menu (using CSS)

First. YAY! Thank you for the menu =D

It is functioning well, just a few annoyances I would like to try and get fixed up if possible!

(I have the latest menu scripts, Apr 1st!)

Here are the issues I am having, in order of annoyance level =)
1. The "firefox finger" on the submenus. There is a ...