Click to See Complete Forum and Search --> : swapped image disappears in IE


olaf
03-30-2004, 04:51 AM
Hallo,

I used some standard functions from DWMX to swap my images. After loading the page the functions work well but if i use a open window command the swap image functions stopped working.
Does anyone know the problem?
In NN it works perfect and i get no JS errors.

Here the link of the page:
http://www.balanzbike.com/balanzbike/balanzBikes.php

96turnerri
03-30-2004, 07:02 AM
im not sure, but check this page out in opera

http://www.balanzbike.com/balanzbike/balanzGuestbook.php

the characters remaining is all messed up

Rich

olaf
03-30-2004, 08:05 AM
Hallo,

yes right the page is only tested for IE and NN.

Do you know which part of the code is not recognized by opera?

96turnerri
03-30-2004, 08:08 AM
yes this is the reason, i take it you have used php to set the size of input boxes and that?? for opera its has displayed a box of 1 width

<input type="text" name="remaining" value="500" readonly size="1" class="counterField">

olaf
03-30-2004, 08:36 AM
yes, i used php for a lot of things, but the input field is controlled by JS. I think that opera doesn't understand the linked CSS... (check att.)

96turnerri
03-30-2004, 08:41 AM
the css is fine, its the size of the input field that is messed up it is one when it should be 2or3

Rich

olaf
03-30-2004, 08:52 AM
But all the user pagina's are without style (did you checked the page in IE or NN)

96turnerri
03-30-2004, 12:09 PM
o i see ok i will have a look at the coding again when i get home

Rich