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!

Recent content by rfreshour

  1. rfreshour

    Need help to center two text panes using CSS

    I'm using NiftyCube to round two text panes. They are displaying ok as I am using the code from the NiftyCube demo - however, I cannot get the two text panes to center on the web page. Does anyone know how to do this using CSS? Thanks... <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"...
  2. rfreshour

    dojo not defined help

    Yep...I was missing one whole folder! Thanks. Now the code runs without any errors (in FF3 with the err console showing). My menu displays as text - all of the menu items instead of in a menu structure. Any idea's on why this might be doing this?
  3. rfreshour

    dojo not defined help

    I have a simple dojo menu system .html script. I'm getting a dojo not defined error on line 15 but I've got a src line pointing to it. Can someone tell me why I'm getting this error? I have dojo installed off of my public_html folder starting with the js folder. <html> <head> <title>Menu...
  4. rfreshour

    Help with warning message

    I'll try using firebug again and see if I can figure it out...
  5. rfreshour

    Help with warning message

    Is there a way for me to pm or email you with the login info to my site?
  6. rfreshour

    Mcrypt Data Size Question

    Does anyone know what the max data size is to send to mcrypt()? I recently got an out of memory encryption message trying to mcrypt a large amount of text. Thanks...
  7. rfreshour

    Help with warning message

    function DatePicker_SetCSSAttribute(attribute, cssValue){ switch (attribute){ case CSS_TITLE: this.CSS_Title = cssValue; break; case CSS_NAV_YEAR: this.CSS_NavYear = cssValue; break; case CSS_NAV_MONTH: this.CSS_NavMonth = cssValue; break; case CSS_DATE_TEXT...
  8. rfreshour

    Help with warning message

    I get the following warning but I don't understand what I need to do to correct it: Warning: Expected color but found 'raised'. Expected color but found 'raised'. Expected end of value for property but found 'raised'. Error in parsing value for property 'border'. Declaration dropped. This...
  9. rfreshour

    Checkbox Behavior

    @kaht You were absolutely correct! Thanks...
  10. rfreshour

    Checkbox Behavior

    Yes @kaht your code works for me too. I think the problem with my code is that it's being generated from Ajax on the fly and I'm thinking that may be why it isn't working right. I'm using the latest Firefox browser and IE7 and WindowsXP with the same results. I'm trying to check any of the...
  11. rfreshour

    Checkbox Behavior

    Something isn't right with my JS checkbox code. Here is the code for my 5 checkboxes: alert('Returning: ' + tag_email_chk + tag_phone_chk + tag_voice_chk + tag_fax_chk + tag_done_chk); document.getElementById('tagEmailChk').checked = tag_email_chk...

Part and Inventory Search

Back
Top