Search found 6 matches

by pez
Tue Dec 30, 2003 8:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: css style sheet
Replies: 5
Views: 5556

OK did it like this
5 files
setcolor.htm setscookie
style.php readscookie chooses style sheet
pink-style.php
blue-style.php
menu_data.js

First edit menu_data.js
Add two lines of code


with(menuStyle=new mm_style()){
onclass="menuON"; //this bit
offclass="menuOFF"; //and this bit

//delete the ...
by pez
Tue Dec 30, 2003 7:35 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: css style sheet
Replies: 5
Views: 5556

LOL
Excellent. Thanx for the post but alas yes I'd already got there too.
Good post for all those who havent worked it out yet !
by pez
Tue Dec 30, 2003 5:59 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: css style sheet
Replies: 5
Views: 5556

why no one told me about onclass offclass??

I'll get mi coat
by pez
Tue Dec 30, 2003 4:24 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: css style sheet
Replies: 5
Views: 5556

css style sheet

I currently have website to change colours to what a user has stored as a cookie.
eg
<html>
<head>
<link href="/testing/style.php" rel="stylesheet" type="text/css" />

style.php reads cookie then includes chosen stylesheet red.php, blue.php etc.

Only thing is the dhtml menu obviously keeps its ...
by pez
Tue Dec 30, 2003 2:38 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: imagewidth / imageheight backwards
Replies: 2
Views: 3031

NOt the way milonic reccomend but you can do

aI("text=<img src=\"http://www.capitalandanimalhospital.com/inside/images/layout/top_navbar/on/pet_care.gif\ width\"23\" height=\"60\">;url=http://yourwebsite.com;");

make sure its all on one line
also see other post by me (pez)

Qusetion for you
How ...
by pez
Tue Dec 30, 2003 2:04 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Do Milonic Menus do this?
Replies: 8
Views: 6689

You can do above as long as all quotation marks are escaped and all code is on one line ...Just tried it with a form for submitting email with links and radio buttons
Also remove the URL link for the menu item otherwise as soon as a user clicks on menu ?

aI("text=Add your html jscript here;url ...