Forum Moderators: not2easy

Message Too Old, No Replies

incompatible in different servers?

hover effect, works with one server but not other

         

d40sithui

9:29 pm on Oct 31, 2007 (gmt 0)

10+ Year Member



hi,
fairly new to css as well. also starting to hate IE.
anyway, i have a w3 validated css website. the website is sitting on two servers, it is for development purposes.
netscape, ff, and ie will work fine on server A. but when i migrate it to server B, IE will no longer work fine on most elements, but the hover effect over a table will cease to work. FF and netscape remains unchanged. any ideas?

rocknbil

8:21 pm on Nov 1, 2007 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



My first guess would be that if you haven't made some error in the html/css to disable any of the events, you might look at the encoding and/or charset being sent from the two servers and whether or not they differ.

d40sithui

2:54 pm on Nov 2, 2007 (gmt 0)

10+ Year Member



well, i finnaly got it working.
for website B, I have to write a javascript function to handle the :hover problem. I mean, im using the same browser (IE 7) to check both pages. I copy the entire folder over from one to the other with css files and everything. somehow page B will only work right if it has the new js function. on the other hand page A does not need it. this makes no sense.
well at least its working, or seemto be =/.
thans for responding rocknbil.