Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. MCasey

    frameset anchor

    Thanks, I'll give that a try!
  2. MCasey

    frameset anchor

    ok, forget about the anchor page how can I link to a new frameset (newframeset) and tell it to load a certain page (frameA) into the mainContent frame? I know I've seen this before with something like mainContent=frameA.html anyone else?
  3. MCasey

    frameset anchor

    I have a link where I need to open a new frameset (newframeset), but I also want one of the frames (mainContent) to go to a specific anchor. I something linking to something like this: "newframeset.html/mainContent=frameA.html#anchorname" Does that make any sense? Any helped appreciated
  4. MCasey

    simply call javascript code

    thanks you guys...I got it working...now I just need to simplify it. this really helped!
  5. MCasey

    simply call javascript code

    Thanks, I'll try those ideas. Is it possible to call two different divs using commas like this: <a href="javascript:;" onClick="MM_callJS('hide('info1', 'info2')');">test</a>
  6. MCasey

    simply call javascript code

    Can someone tell me how I can call this javascript to hide two divs (info1 and info2)? This works, but it looks cumbersome... Sorry, I'm working in DW and don't know much about scripting... <a href="javascript:;" onClick="MM_callJS('hide(\'info1\')');MM_callJS('hide(\'info2\')')">test</a> Thanks!
  7. MCasey

    show hide multiple divs

    Thanks, I'll give it a whirl, but if anyone else has any examples that would be great. Thanks again for your help!
  8. MCasey

    show hide multiple divs

    I did put in the list of divs like you're suggesting. I feel like I'm on the right track, but I think one of the problems that I'm having is that in the sample you gave, the link were you click doesn't go away like I need it to. For example part of an article is listed, there's a click here for...
  9. MCasey

    show hide multiple divs

    Thanks, the sample looks great. Hopefully, I can incorporate this. I don't think I have other divs that aren't involved, but I may be back to find out to create an array. Stay tuned...
  10. MCasey

    show hide multiple divs

    I'm trying to figure out how to change this code so that when someone clicks on a link for more information, all other divs are hidden. For example, if someone clicks on article 1's more information link...then click's on article 2's informaton link, I want the article1b div to automatically...
  11. MCasey

    link for javascript:;

    thanks! appreciate your help!
  12. MCasey

    link for javascript:;

    Hi all--I'm a newbie so forgive my layman terms I'm about to use... I have a text link that I put a javascript:; link to call an open browser window function. Other text links I set up a class so that the link doesn't underline and I put this in the href code. The hover link works on the...
  13. MCasey

    down state for links

    Ahhh....that makes sense. Thanks again.
  14. MCasey

    down state for links

    Before I tried what you guys recommended, I tried just changing the color of the text in the properites box. Each page has it's menu item chaned. It's overriding the link color. Does that make sense? It seems to work in Safari. Let me know if you think this is an option.
  15. MCasey

    down state for links

    Thanks for the quick response--I'll try that!
  16. MCasey

    down state for links

    I'm setting up navigation links for my website and I'd like to use text links instead of graphics. I set up the hover link to change color, but is there a way that the text color of the link can change color when the page is loaded--like a "down state"? I'd like users to easily identify what...
  17. MCasey

    vertical cell problem

    Thanks, I'll try that!
  18. MCasey

    vertical cell problem

    that's helpful...thanks.
  19. MCasey

    vertical cell problem

    Thanks--but tell me to learn something new to solve an immediate problem doesn't help me right now. Does anyone else see why that cell is not holding its vertical space?
  20. MCasey

    vertical cell problem

    I'm having a terrible time trying to figure out why one of my cells (the one with the "welcome to Client" head is shifting so far down. It should be about 30 pixels below the squiggle lines. I'm setting up a site with tables instead of framesets for the first time and can't figure out what is...

Part and Inventory Search

Back
Top