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 Chriss Miller 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 neoBinary

  1. neoBinary

    I have a textarea that I want a use

    lol sleipnir214: Sorry, didn't realise this was your sig. Be good if you have a -------------------------------------------------------------------------- to make it look like your sig spookie: Thanks for pointing that out, looks like I was being arrogant
  2. neoBinary

    I have a textarea that I want a use

    spookie: Nice one, I'm just getting into PHP and have not come accross the wordwrap() function yet. It is just what I needed. It is so obvious now. Thanks for the help. sleipnir214: Thank you very much for your link, I will take more care in future and treat this place with extreme caution...
  3. neoBinary

    I have a textarea that I want a use

    I have a textarea that I want a user to copy and paste into. The data pasted once submited is passed within a variable and outputed into a td within a table. This is all working fine. What the problem is is that the table is forced to stretch. How do I make the text wrap within the td? I've...
  4. neoBinary

    self.scrollTo(300, 0) without using the body onLoad, any ideas?

    Clearly I want to have my page load with the top left hand corner at 300,0. When I page I really mean pages, this is why I am not that happy about having to update everyone of them with self.scrollTo(300,0) statement in the body onLoad property. Is there a way that I can do this with pure...
  5. neoBinary

    Hi all, I'm posting this in the

    Thanks for your help Jessica. I don't believe what the solution was. I finally worked it out. It was a css issue. I needed to change: overflow:hidden; to overflow:auto; I just wish I wouldn,t make things so complicated. I was convinsed the only way to do it was with a function. I must...
  6. neoBinary

    Hi all, I'm posting this in the

    I forgot to a title to my previous (first post)! I will do next time. Sorry.
  7. neoBinary

    Hi all, I'm posting this in the

    Hi all, I'm posting this in the JS section even though my question does include CSS and AS because it is a JS function that I need to create. I'm 90% of the way to solving it but I'm real stuck now. The effect I'm after is a full screen toggle button that can also turn the scrollbars "on...

Part and Inventory Search

Back
Top