Search results

  1. T

    What are some example of intelligence that you have seen in animals?

    I can play catch with my dog where I pretend to throw the ball, and he picks up what is going on quickly. But my cat doesn't understand the concept of the ball at all. So what intelligence have you seen in an animal?
  2. T

    Do you think it should be against good standards to have ads over text?

    When I go to a website to read something, an advertisement pops up over the text I want to read. Then I have to wait for the advertisement to go away. Do you think it's an abuse of the internet?
  3. T

    Why does my javascript work in IE but not in Google Chrome?

    I posted my page and it works perfectly in IE, but not in Google Chrome. I think it might have something to do with jQuery. Can anyone look at the code and tell me what might be the problem? http://www.loothog.com/Systems/table/tableCover.html Thanks for any suggestion
  4. T

    Why is it bad to use html tables?

    I used tables to position my image elements so when a user clicked on the image, a span tag would be created for the td element and added. It showed the text over the image. I was told tables are bad to position elements so I used divs, now I can't seem to do the same thing. So why are tables bad?
  5. T

    html how do I align DIV?

    Can anyone help me change the code so that the text shows up over the image? I'm stuck, Thanks! <body> <div id="image1" background:"planets.gif" style="position:absolute; overflow:hidden; left:224px; top:179px; width:24px; height:26px;" onClick="test(this);"> <img style="width: 24px; height...
  6. T

    html how do I align DIV?

    Can anyone help me change the code so that the text shows up over the image? I'm stuck, Thanks! <body> <div id="image1" background:"planets.gif" style="position:absolute; overflow:hidden; left:224px; top:179px; width:24px; height:26px;" onClick="test(this);"> <img style="width: 24px; height...
  7. T

    html how do I align DIV?

    Can anyone help me change the code so that the text shows up over the image? I'm stuck, Thanks! <body> <div id="image1" background:"planets.gif" style="position:absolute; overflow:hidden; left:224px; top:179px; width:24px; height:26px;" onClick="test(this);"> <img style="width: 24px; height...
Back
Top