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 Chris Miller 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. jawa500

    Extra space in IE compared to Firefox

    I am trying to put a spacer between say two tables, a 1px x 1px image and using height of img tag to adjust. I Firefox it is OK but in IE extra space appears. I have tried setting margins and padding to 0. See sample code where the extra space can be seen between the elements. <html><head>...
  2. jawa500

    Centre text in OPTION tag

    I am trying to centre text in an OPTION list. I can get the following sample code to work in Firefox but IE still left justifies the text. <SELECT> <OPTION value="" selected>Select Letter A-C <OPTION style="TEXT-ALIGN: center" value=A>A <OPTION style="TEXT-ALIGN: center" value=B>B <OPTION...
  3. jawa500

    Inconsistent response in IF statement

    Now its obvious. Putting... td5.innerHTML = &quot;&quot;; before the IF statement fixes it. Thanks
  4. jawa500

    Inconsistent response in IF statement

    Thanks but trying > 0 still doesn't work.
  5. jawa500

    Inconsistent response in IF statement

    That's what I tried, see the line before the IF statement. The lengths were correct, 0, 2, 0 per the three steps.
  6. jawa500

    Inconsistent response in IF statement

    The IF statement checks if a string is empty. If not empty a hyperlink appears on a popup DIV, otherwise the hyperlink should be omitted. I have attached a piece of cut down code to illustrate the problem. Follow these steps: 1. Clicking on link A displays a DIV with only a &quot;Close this...
  7. jawa500

    Multiple controls on one component

    Getting there... Using the code in the reply I have managed to create as many 'myPanels' as I need on top of a 'MainPanel'. I am now trying to add other controls to each of the created 'myPanels' but can't assign the myPanelxxx parent name to these controls. I get the error 'Incompatible...
  8. jawa500

    Multiple controls on one component

    I am trying to write a Delphi 4 programme to display images as thumbnails with specific related info. I have a panel as the base with image, label, and edit box controls etc on top. I want to create as many of these as required at runtime. Looking at creating custom controls they seem to...

Part and Inventory Search

Back
Top