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

  • Users: rfreshour
  • Content: Threads
  • Order by date
  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

    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...
  3. 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...
  4. 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...
  5. 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