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 TouchToneTommy 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. corpsinhere

    ?Access image.width in NN4?

    Click on a thumbnail and the large version appears in an image (which I have named 'big') on the same page. IE is great. NN the image will be distorted to fit the size of the last image. I tried to fix this by loading the image dimensions using document.big.width (and .height). NN4 seems to...
  2. corpsinhere

    How does one make a GOOD chalk/blackboard effect?

    How does one make a GOOD chalk/blackboard effect? Doing a search on the web profited me by one POOR method. Any ideas?
  3. corpsinhere

    Is there anyway to create an array of cells that can be referenced

    Okay, this may seem a bit heavy-handed (and jaredn may have already given you an elegant sln, but what about putting a FORM in each cell with a TEXTAREA as its only element? You can ref the FORMS array to ref the cells. A simple JavaScript function could convert (row, col) data into the correct...
  4. corpsinhere

    NN workaround for a:hover link color change?

    How do I force NN to mimic ie a:hover color change? Is there some DOM trick? Or do you just have to use images? Thanks.
  5. corpsinhere

    Do MouseOvers work in NN?

    I am having trouble getting MouseOvers to work in NN either with styles or with in-line JavaScript. These code snippets work fine in IE but nadda in NN (obviously they do dif things but neither works at all in NN): <a href=&quot;stone.html&quot...
  6. corpsinhere

    Do MouseOvers work in NN?

    I am having trouble getting MouseOvers to work in NN either with styles or with in-line JavaScript. These code snippets work fine in IE but nadda in NN (obviously they do dif things but neither works at all in NN): <a href=&quot;stone.html&quot...
  7. corpsinhere

    In NN the bckgrnd of outer table covers nested table

    No problem in IE - only Navigator. The containing table has a background texture(image). The content of the nested table (actually it is two tightly nested tables to make a black border effect)is visible, but the background colors(not images for the nested tables) are not visible. The texture of...
  8. corpsinhere

    In NN the bckgrnd of outer table covers nested table

    No problem in IE - only Navigator. The containing table has a background texture(image). The content of the nested table (actually it is two tightly nested tables to make a black border effect)is visible, but the background colors(not images for the nested tables) are not visible. The texture of...
  9. corpsinhere

    anybody know a good paint program

    A very nice, complete, and FREE paint prog is Ultimate paint from Megalux. They also have a shareware version with more features for not much money ($30?). The site is: http://www.ultimatepaint.com/index.html - go to the downloads section and scroll down for the freeware version. Regards...
  10. corpsinhere

    frames a popup and the frusterated coder

    the URL : <A HREF="http://members.castles.com/shout/" TARGET="_new">http://members.castles.com/shout/</A><br>click the top left &quot;BUY BUTTON&quot; and then click &quot;YES&quot; to the popup &quot;Do you want to leave the leatherhyman frame?&quot;<br>The navigation frame on the left is frame...
  11. corpsinhere

    frames a popup and the frusterated coder

    I am using a popup to give visitors the option of leaving a frame. The popup is called by the same link(using OnClick)that loads the frame with a new URL (so the link that called the popup is now gone). Here is what I do not understand: after the new URL has loaded, I can no longer get access to...
  12. corpsinhere

    Help me resolve this javascript nuance

    Thanks theEclipse (see previous response), but no go, unfortunately. I set up some document.writes to see what is going on and have come across a curiosity (for me at least).<br><br>All the following document.writes are called from the popup window Gamma. Gamma is called from link from Beta, a...
  13. corpsinhere

    Help me resolve this javascript nuance

    The site has two frames, Alpha(not important) and <b>Beta</b>.<br>A link on frame <b>Beta</b> changes the page loaded into <b>Beta</b> and calls popup window <b>Gamma</b>.<br>The popup window <b>Gamma</b> runs a script that asks if you want to leave the frame.<br>A &quot;yes&quot; response runs...
  14. corpsinhere

    New site designer needs advice

    A very good HTML tutorial - well written and thorough - assumes no prior knowledge<br><br><A HREF="http://www.bfree.on.ca/HTML/index.htm" TARGET="_new">http://www.bfree.on.ca/HTML/index.htm</A>
  15. corpsinhere

    Anti-frame button works within site, outside gives "permission denied"

    I posted earlier with a Q re. an anit-frame button. Now I have a popup window with a button that will break the frame within my site. But if the main window (as opposed to the navigation window) is displaying a page outside my site, the button does not work, and I get an error - Permission...
  16. corpsinhere

    How do I make a button to escape frames?

    My site has frames. When a user follows a link that leaves my site I will have a small popup(or prompt) window appear asking the the user if they want to escape my frame. I need to know how to write the script which will read the location of the main (as opposed to the navigation) frame, and...
  17. corpsinhere

    HTML tags

    Here is a great HTML tutorial. There is a lesson on colors that includes a giant hex/named color chart - it's cool.<br><A HREF="http://www.bfree.on.ca/HTML/index.htm" TARGET="_new">http://www.bfree.on.ca/HTML/index.htm</A><br><br>Here is an online dictionary of all HTML tags<br><A...
  18. corpsinhere

    Quick Site Critique

    Very nice. I like the theme and the word. It is also interesting that &quot;IMotic&quot; and &quot;lMorley&quot; look somewhat alike.<br> The formatting IS somewhat plain; Plain is better than overly cluttered. By the way, did you know that, until recently, all (most) brain research was done on...
  19. corpsinhere

    them bloomin frames... need them TOGETHER.. for my pictures

    When you said you set BORDER=&quot;0&quot; did you mean in the FRAME tag (as most doc. will tell you) or the FRAMESET tag(which actually works)?
  20. corpsinhere

    radio buttons : look good in ie ugly in netscape

    I did not actually create the buttons. They are the radio buttons in a form. I wonder if it might have something to do with the JAVA script (I used OnClick associated with the radio buttons). Thanks for the feedback!

Part and Inventory Search

Back
Top