Jump to content

Input CSS Works Half The Time In IE7


ChipChamp007

Recommended Posts

Okay, I was wondering if it was just me... or what. When I go here it seems to work perfectly in Firefox. But when I do that in IE7 the input boxes CSS does not show.... (The backgrounds should always be blue, but half of the time they are white and the other half they are white.) Does this happen to you? And why would it do that?

Link to comment
Share on other sites

Okay, I add this to the input.sudoku CSS:

border: 1px solid #0079b9

And it looked really great when I hadn't uploaded it, but I uploaded it and the border didn't change. I looked at the file and it says that that code is on there.... Hmm... Anymore ideas?Lol, thanks!

Link to comment
Share on other sites

What do you mean? Here is the whole CSS:

<style type="text/css">table.sudoku_out {background-color: #0079b9; color: #ffffff; font-family: Comic Sans MS}table.sudoku_in {background-color: #0099d9}input.sudoku {background-color: #0099d9; color: #ffffff; font-family: Comic Sans MS; border: 1px solid #0079b9}body {background-color: #0079b9}</style>

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...