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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by corpsinhere

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

Part and Inventory Search

Back
Top