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: kallywag
  • Content: Threads
  • Order by date
  1. kallywag

    addevent problem

    I'm having a problem with a basic addevent() javascript implementation. I basically want to find all <input> tags and add 'onfocus' events to them that will clear their 'value' attributes. I created a test page that gives me an "inputs[i] has no properties" error when it gets to the addevent...
  2. kallywag

    Pull data from query string, copy into form

    New to js here. I'm going to be receiving a URL in this format: http://www.domain.com/form.html?x&=subscriberID&=John&=Franklin ....etc. I know it's messy and all to send data this way, but it's what was decided on, so here's what I need to do with it. I want to take all the info from the...
  3. kallywag

    change id depending on url

    Hi there, I'm a total javascript newbie, but I figure my request is pretty basic for someone with any experience. I have a navigation in unordered list < ul > format. I apply an id of "active" to the anchor <a id="active"> within a list item <li> in order to indicate the current section/page...
  4. kallywag

    3px jog, but no &lt;p&gt; ..... ?

    working on a site: http://kallywag.com/res css: http://kallywag.com/res/style.css when viewed in firefox, it's fine, the two columns line up right next to each other. when viewed in IE, there is a three pixel gap between the two columns I can't seem to get rid of. this fix...
  5. kallywag

    ie5 mac?

    I made this website: http://newsroom.bu.edu/newsline But I just became aware that background images from my style sheet aren't appearing on IE5 Macintosh. It's weird, because all the positioning works and so do the img tags, but any background images in my style sheet aren't appearing. Is there...
  6. kallywag

    simple mail php

    I'm making this simple php mail form using the mail() function to send an information request to an email address, and I've got several fields including name, email, phone, title, subject and message. but when i try to run it i get the following message: Warning: mail() expects at most 5...
  7. kallywag

    frustration with browsers

    I'm really having trouble understanding the differences in how netscape and IE interpret the box model. I've read about 100 different explanations of how ie5.x and ie6(quirks mode) interpret the box model so that the width setting includeds padding and border, and netscape only includes the...
  8. kallywag

    hover help

    I've got a page here: http://stromengineering.com/new/ but if you view the page in IE, and you hover over the links in the archive box, as you near the bottom, the height of the box flickers back and forth. why is this? secondly, how do i apply the javascript so that the other boxes in the...
  9. kallywag

    div layout question

    hello. i just learned about css a week ago and im having a silly problem. im working on a website with nested divs here: http://www.stromengineering.com/newsite/ the stylesheet: http://www.stromengineering.com/newsite/stylesheet.css I've temporary changed the divs' background colors so you...
  10. kallywag

    printing drop shadows

    when i print drop my pages, the drop shadows behind some titles are causing the entire text box to appear slight shade darker than the rest of the background even though it doesn't appear this way in InD when zoomed way in. What can I change to keep this from happening and just have nice clean...

Part and Inventory Search

Back
Top