On http://www.optioncaddie.com/test.htm when you run the cursor over 'Client Access' the 'Refco Express' choice has a thistle colored box and as you move the cursor over the various choices it seems to 'stick' on Refco Express and Refco Trade Recomendations. This 'sticking' problem doesn't happen on any of the other menus.
Additionally, the word is outlined by a thistle background even as the cursor has moved on to other choices.
What happened? It seems that I'm posting in the wrong thread????? I distinctively remember original message to go something like "OK, now, how do I change the background in the dropdown box?"
----------------------
However, I agree - I don't see "client Access".
REGARDLESS....
Remembering your original site from yesterday's thread: that that particular link was indeed "stuck" in one color (first column on the left, first link from the top, right?)
Make sure that your visited links style corresponds with link style. I guess it may be it.
It may not be it.
You have to post that particular page again for us to see it.
Last edited by Daria; 04-22-2003 at 03:24 PM.
Absence of a result is a result, unless defined otherwise.
I have cured most of the problems (with your help) but am now working on when visitors come to my site with the 'View' of the IE 'Text Size' set to 'Larger' and how the menu bar is affected. Is there a way to set it to a certain size regardless of the visitors text viewing size?
Well first off, the page has errors on it so all I see is text along the side for IE6 and NS6.
Secondly, you could set the font size using css like so:
example using the <p> tag:
in css:
p { font-size: 12pt; }
in body:
<p>blah</p>
That'll make blah have 10pt font size
But to disallow users to set the text bigger for themselves is not something I'd recommend. What about those of us who can't see well and larger text size allows them to view your page?
I'd create the page using percentages sizing (as opposed to pixel sizing, or whichever you use ), this way the page can dynamically adjust.
1) The big gap between the picture and the menu bar. I have tried 'Properties' on the jpeg but with no luck.
2) Cebtering the menu bar on the page. I have gone into the *.css file and have been able to make it to the right, but not centered.
3) The 2nd menu choice 'Educational Stuff!' has the 7th and 8th choice highlighted together. The 8th choice 'Other Educational Links' should have a drop done sub-menu but that doesn't seem to work.
Just to let you know that you still have errors on this page as I'm sure everyone else but you can notice because you have this section of code in there:
That tells the browser that the source of this javascript is in the C drive. The problem here (because javascript is client-side) is that it searches for the script in the users C drive, not your C drive. Therefore we all get errors because we don't have that file.
This is how you fix that so everyone viewing your page won't get errors.
- take the "CascadeMenu.js" file and place it in the same directory that your page is on (put in on your server, basically).
- if the js file is in the same folder, then this is how you would reference it:
Bookmarks