Search found 9 matches

by brrobin1
Thu Jan 16, 2003 9:03 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: sub menus off-set
Replies: 6
Views: 4750

bump
by brrobin1
Thu Jan 09, 2003 9:59 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: sub menus off-set
Replies: 6
Views: 4750

Has anyone else even had this problem?
by brrobin1
Tue Jan 07, 2003 4:56 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: sub menus off-set
Replies: 6
Views: 4750

I updated the question and both of my code blocks since I got some of the problem solved. Here is a picture of one of my menu items and its related drop down.
http://www.tjhsst.com/humor/not_used/off-set.gif
Notice the white bar in the upper left, that is what I am talking about with the off-set ...
by brrobin1
Tue Jan 07, 2003 4:27 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: java script links
Replies: 1
Views: 2076

Sorry I'm an idiot I found the answer
here. I just had to replace my 's with \"s.
by brrobin1
Tue Jan 07, 2003 4:13 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: Text Menu Alignment
Replies: 5
Views: 4354

The deal with   is that they are Non Breaking SPaces. This means that no mater how much the broser wants to your code won't let it word wrap useing that space. Not sure if this helps or not but I hope it does.
by brrobin1
Tue Jan 07, 2003 4:10 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: java script links
Replies: 1
Views: 2076

java script links

Is it possible to use javascript to pop open new windows in this menu? When I try it won't keep the sub menu open (if I'm quick enough I can click it befor it disapears)
ex from html head portion:

<SCRIPT language="JavaScript">
<!--
function netscape()
{
mapWindow = window.open('http://www ...
by brrobin1
Mon Jan 06, 2003 5:07 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: sub menus off-set
Replies: 6
Views: 4750

Here is my html file. server.com is not the actuall address of the site but a place holder untill I get my own server.


<html>
<head>
<title>DHTML Menu Sample</title>
<link rel="stylesheet" type="text/css" href="http://www.server.com/acct_style.css">
<SCRIPT language="JavaScript">
<!--
function ...
by brrobin1
Mon Jan 06, 2003 1:53 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: sub menus off-set
Replies: 6
Views: 4750

Here is my menu_aray.js file. server.com is not my address but a place holder untill I can get my own server.


/*
Milonic DHTML Website Navigation Menu - Version 3.x
Written by Andy Woolley - Copyright 2002 (c) Milonic Solutions Limited. All Rights Reserved.
Please visit http://www.milonic.co ...
by brrobin1
Fri Jan 03, 2003 9:19 pm
Forum: Archived Topics for the old Version 3.0 JavaScript Menu
Topic: sub menus off-set
Replies: 6
Views: 4750

sub menus off-set

Ok I'm gonna try to re-word this so I don't sound so stupid. I'm working on a new site that does not yet even have hosting so there will be no links sorry. While implementing this menu horizontally I originally had the page background and the menu background set to white and I had no problems ...