1

I am editing a javascript Jeopardy game for an activity (mostly styling). However one of the things I changed was how many players are allowed and now they overlap out of the box when you click on an answer.

game: http://warp.byu.edu/jeopardy/

see image below: http://imageshack.us/photo/my-images/826/jeopardy.png/

My issue is that all my changes to CSS dont make a difference. I think the JS is setting the width ( i couldnt make anything work).

any ideas?

3
  • How would you like it to look instead? Commented Feb 27, 2013 at 23:52
  • 2
    Time to learn about Firebug... Commented Feb 27, 2013 at 23:55
  • can you be a little more specific in what you're doing? how are you adding CSS? did you link it? are you using javascript to add it? if so, can we see the code? Commented Feb 27, 2013 at 23:57

1 Answer 1

1

Set a max-width on the css and it won't go past that

Sign up to request clarification or add additional context in comments.

2 Comments

That worked. I tried it before and for some reason the change wasnt being reflected in browser. PC restart fixed that. Thanks
Glad I could help. Vote up please.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.