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 Mike Lewis 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: *

  • Users: eharris
  • Order by date
  1. eharris

    iframes causes window scrolling in Internet Explorer

    Well, actually from the research I have done it is an iframes issue. Or, rather, I should say a way that Internet Explorer interfaces with iframes. I become more and more convinced that Firefox is a much superior browser as it always works. Anyway, I'm hoping there is a fix, or work around. Any...
  2. eharris

    iframes causes window scrolling in Internet Explorer

    Using iframes, I have the following code in a web page: <td align="right" bgcolor="#e1d5c5" width="681" height="1"><iframe name="iframe1" height="450" width="681" src="pgnviewer/ltpgnviewer.html?games.txt&ParsePgn=2&SetScoreSheet=2" FRAMEBORDER=1 FRAMESPACING=0 MARGINWIDTH=0 MARGINHEIGHT=0...
  3. eharris

    Where's the resize arrow?

    Hi. Without actually seeing the code it's hard to pinpoint what the problem may be. With only your description to go on the only thing I can "guess" is that maybe the size of the other frames is off, so that the borders are not really where you would think they are, but may be outside the...
  4. eharris

    Need help passing Object parameters

    Thanks for your time. I have the following code in a web page: <td align="left" bgcolor="#e1d5c5" width="681" height="400"><OBJECT data="pgnviewer/ltpgnviewer.html?games.txt&ParsePgn=2&SetScoreSheet=2" type="text/html" name="pgnviewer" width="681" height="400"></OBJECT></td> When I view the...
  5. eharris

    New Profile is not seen by Windows 2000

    I need to create a new profile on a Windows 2000 computer. Using the Windows 2000 help I followed the instructions to the letter and created a new profile. However Windows 2000 does not display the new profile in the System/User Profiles area. In fact, it does not recognize that the new profile...
  6. eharris

    No Windows 2000 compatible DVD decoder installed on this system.

    I recently bought an “HP Pavilion a1310n desktop pc”. When I place a DVD movie in my computer I get the message "No Windows 2000 compatible DVD decoder installed on this system." I like Windows 2000 and dislike Windows XP, so I had wiped XP off the system and installed 2000. For the most part...
  7. eharris

    robot.txt

    What is the proper way to make a robot.txt file? What location/locations is it to be placed? Thanks.
  8. eharris

    &lt;span&gt; question.

    Is it possible to include more than one CSS call into a single <span> element? Suppose you wanted to modify a pre-defined class element to include bold and italic. Within your HTML you could include <span class=&quot;bold&quot;> (assuming you defined &quot;bold&quot;), but then how do you also...
  9. eharris

    CCS Templates: How to examples?

    I would like to thank you all for the good resources. I am finding them of great value. Kind Regards, Ed
  10. eharris

    CCS Templates: How to examples?

    I would like to create some CSS templates but don't have enough experience with CSS to be sure I will do it in the most organized mannor. Also, I'm sure there must be some tips and techniques that guide what seperates a good CSS template from a poorly designed one. Can somebody help me by...
  11. eharris

    Links with no Underline?

    A.sidebar:hover{color: #66ccff; text-decoration:none; font-weight:bold; background-color: white; } In the above example I have entered the tag: text-decoration: none; This is the CSS tag that removes the underline from the link. You would then simply insert the CSS tag as so: <A...
  12. eharris

    Changing Background Color

    I'm sorry. I realize this is very clear, but I must still be missing something. As indicated above I attempted to perform a test by entering: <style type=&quot;text/css&quot;> div.menu a { display: block; width: 150px; margin-top: 4px;} div.menu a:hover { font: 12pt Verdana; background-color...
  13. eharris

    Changing Background Color

    Is it possible to use CCS's to change the background color of an entire <td></td> by using the background-color parameter with hover? Example: A.sidebar:hover{color: #66ccff; text-decoration:none; font-weight:bold; background-color: white; } I notice you can't use the...
  14. eharris

    How: Comments in CCS's

    Would someone be so kind as to tell me how to put comments in my cascading style sheets? Thank you in advance. Ed
  15. eharris

    Change link color with onMouseOver

    Using: <script language=JavaScript1.2><!-- Hide the script from old browsers -- document.write('<style type=&quot;text/css&quot;>A:hover{color: #9C6500}</style>') //----------------></script> . . .I can change the color of a link when moving the mouse over it. But this affects every link on...

Part and Inventory Search

Back
Top