Jump to content

incompatiility between IE and mozilla firefox...pls help


deejayefem

Recommended Posts

my background image using table cell fixed in mozilla firefox but not in internet explorer. anyone can help?#tablecell {background-image:url(http://i65.photobucket.com/albums/h236/deejayefem/Siargaoclearwater11.jpg);background-repeat:no-repeat;background-attachment:fixed;background-position:center center;border:0px;height:800px;width:520px;bgproperties:fixed;}my site to check: www.caraganon.blogspot.com

Link to comment
Share on other sites

Try this CSS:

 #tablecell {  background: url(#) no-repeat fixed center;  border: 0;  height: 800px;  width: 520px;}

And try cleaning up all the scrambled up code you have on your page, it's probably contributing to your problem. I can view it fine on IE 7. Also I just wanted to let you know that you're actually using a <div> not a <td> table cell.

<table><tr><td><div id="tablecell">....</div>
Link to comment
Share on other sites

I don't understand your question...You shouldn't upgrade just to fix the look on your page. What about the other people that still use IE 6?

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...