User Profile

Collapse

Profile Sidebar

Collapse
eldin
eldin
Last Activity: Jan 30 '08, 12:37 PM
Joined: May 23 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • eldin
    replied to onmouseout affects onclick event
    works great, but i can only select a row only once, but that doenst really matter. thanks a lot for the help :D
    See more | Go to post

    Leave a comment:


  • eldin
    replied to onmouseout affects onclick event
    Indeed :P

    new question:

    I want to be able to click the color off again, so i tried some things with variables and the IF/ELSE function, (in combo with resetMouseOut)
    But it didnt worked.. Can someone please explain how to do this?

    thanks in advance
    See more | Go to post

    Leave a comment:


  • eldin
    replied to Table cell size alignment
    hello mridul,

    You can put a <br> halfway the link, it wil get a new line that way,

    or (if you want) try
    [HTML]
    <td>
    <a href="LINK.htm" > "what you want in your table"
    </a>
    </td>
    [/HTML]

    that way you give a name, which isnt too long for the <td>
    See more | Go to post

    Leave a comment:


  • eldin
    replied to onmouseout affects onclick event
    ahh it works :D thanks very much
    See more | Go to post

    Leave a comment:


  • eldin
    started a topic onmouseout affects onclick event

    onmouseout affects onclick event

    Hello,

    Im new to Javascript, and I've got a problem. I have a table, and if i move my mouse over a row, i want it to turn into another color. for that i use:

    <TR bgColor='#FFFFE 0'

    onmouseover ="this.bgColor= '#F0FAFF'"
    onMouseout ="this.bgColor= '#FFFFE0'">.

    That works fine, but now i want to be able to click on a row, to make...
    See more | Go to post
No activity results to display
Show More
Working...