Jump to content

goodstuff22

New Members
  • Posts

    4
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

goodstuff22's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. I have 2 hr lines and 6 divs... like this hr line DIV DIV DIV DIV DIV DIV hr line the only problem is... the second hr is right next to the first one because the divs are float: left;
  2. more test -- ================================================================== this mobile text message is brought to you by at&t How can I get the red part removed? I tried: $endings = array('\n--\n==================================================================\nthis mobile text message is brought to you by at&t'); $CONTENT = str_replace($endings,"",$CONTENT); i put it in an array because i'll have to add more things later
  3. I'm just trying to understand how events work. What is the difference of calling the event object globally in the function, or in a on event thing? For example, onkeypress="blah(event);" what happens when u do that?
  4. How does putting event in a onkeypress function call reference to the current event? <img src="blah.png" onkeypress="blahblah(event);"> function blahblah(e){ blbalhlablahlalb } is the event a reserved keyword when calling a function or something?
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.