On my framed web site at http://www.kalikalos.org, I have a frame used as a navbar (navbar.htm).
I locate various links on the navbar. I dont want to add any more links as it will start to look messy, and as this navbar doesnt scroll some monitors would lose the last few links if I did that...
I was following this thread hoping for an answer, but I dont seem to find one. I should like to do what the writer has requested, using javascript, and when the mouse passes over either an image or a text anchor, a drop down menu appears.
Thanks for some help with this.
On my three-frames website at <http://www.kalikalos.org> I want to break out of the frameset from a link in the top.html frame to my alternative site for people with small monitors who cannot see all the items on my framed navbar.
I dont want my alternative site to be in my frameset, and I...
Jeff
Thanks for the encouragement. I'm glad to hear you had to do it by trial and error as well. And yes, please DO post the exercises where you learned something from each one. I will go there the instant you do it to start working through them. And I reckon I won't be alone! You'll get quite...
Jeff,
Thanks for your help with figuring this out. I havent tried your last version, as I will stay, for the moment, what is now working.
I also very much appreciated your explanation of how to access the frames. I have a non-frames version of the side as well, as I was able to get the code...
Jeff, fine. We're in business.
<A HREF="#" onclick="opener.parent.main.location.href = 'http://order.kagi.com/?B7Z';self.close();">Make a new booking</A>
Works perfectly as I was wanting. I still feel quite frustrated, tho, because I can't seem to really master the...
Thanks Jeff, I'll go and try it and let you know. But first I have a basic question: if I close the window of a document, and I write some more code after that window.close() statement, will that code ever get executed?
Or, the moment the window closes, that finishes that document's ability to...
Thanks Jeff. Now what happens is this:
1) the control panel window closes.
2) it opens up in Target="main" (one of the three frames in my frameset)
2) Then the href opens in another of my frames, the navbar frame (which was in fact the opener of the control panel).
I tried moving...
Jemminger hi
Strangely enough your code failed. It closes the control panel window, yes. But instead of opening up the new href in the target=main, it re-opens the control panel in the main frame.
Maybe I didnt understand what you meant by href="#". Is # a placeholder that I need to...
I have a line of code on my navbar that opens a control panel in a small newWindow.
<a href="javascript: newWindow('booking.html')">Control Panel</a>
In the control panel window I have a few links, a sample one of which is
<A HREF="http://order.kagi.com/?B7Z"...
I took GUJUmOdel's suggestion and went to the CSS syntax page he recommended. That in turn referred me to a CSS tutorial. On the 4th lesson about classes they show the following code to illustrate how you can get three different colors of text using Classes:
<head>
<style...
Raxg, Thank you very much.
Substituting
top.main.location=loc;
in the external scripts.js file makes it work just fine.
But why? I wish I could fathom why. How could it work as it was before when it was in the body of the html document and not in the external scripts.js file? I thought...
I thank both the above two replies, because they both were integral to the solution of my problem.
I repaired the background:color, and then I took out the <font> and <b> tags and put ID="bluegreen" in with the <a> tag.
It worked as it should!
Then I wondered what would happen if...
...that the ID does not turn the link bluegreen. Nor does it make the hover work. But to make it even more quirky, in Opera 5 (only), the background *does* change to #FF00FF on the mouse hover.
Go figure.
Anyway, if anyone can figure out how I can get the text to actually change color to...
Okay, here's the code in the <HEAD> section of top.html, and its also repeated in the scripts.js file, (along with a few other functions.):
<script language="javascript" src="scripts.js"> </script>
<SCRIPT LANGUAGE=JAVASCRIPT TYPE="TEXT/JAVASCRIPT">
<!-- Hide...
...is only in the scripts.js file. I'm very puzzled about this. Can anyone help? At the moment top.htm has the function in both the external scripts.js file *and* on the page, which works. But soon as I take the function off the page it doesnt seem to be called anymore.
thanks for help here
jockm
Hi Gelgaard
thanks for taking time to indicate how you have been using classes to do something similar.
I definted CLASS="menu" as you did above, but when I applied it to my <DIV> tag, nothing happened. I couldnt even get it to eliminate the underlining.
So I went back to my...
Good day,
I have a blue left side vertical navbar on my site at http://www.kalikalos.org/navbar.htm. I have various links down the side there that are all in white text with textdecoration : none. All well and good.
The last link there ("facilitators only"), however, is called from...
TenTonJim
You wrote:
>>>>>>
1) drop the font tag with the color
<font color="#00FF00"><b>(Facilitators only)</b></font>
>>>>>>
Tried that. All that happens is that "Facilitators only" is now white. But hover still doesnt work. Anyway, I want it green!
Maybe with an ID...
...been making the navbar.htm type smaller! So thanks very much, and I give you a star.
And by the way, when I got up this morning, the hover text *was* changing colour as it should have been yesterday on line. Apparently it had to do with I.E.5 cache having been updated after so many hours. I...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.