Cross browser issues

B

Bruno

Hi all,

I wonder if anyone can reproduce an problem I'm having. If you go to the
following page and just click submit so that it gives you an error message
the table slips under the adverts on the right hand side apparently on IE5.5
but it doesn't seem to do it on my version of IE6. Any ideas why it might be
doing this?

http://www.midlands-directory.co.uk/registration.php

Thanks,

Bruno
 
A

altamir

Hi all,

I wonder if anyone can reproduce an problem I'm having. If you go to
the following page and just click submit so that it gives you an error
message the table slips under the adverts on the right hand side
apparently on IE5.5 but it doesn't seem to do it on my version of IE6.
Any ideas why it might be doing this?

http://www.midlands-directory.co.uk/registration.php

The problem is:
table { border-collapse: collapse; >>>width:100%;<<< border: 1px solid
#993333; }

It's set to be 100% wide and IE 5.5 calculates it according to the window
width. Also #main div had padding-left and padding-right set to 190px,
which is 100% + 190px + 190px.

Solution: remove "width:100%;"
 
B

Bruno

altamir said:
The problem is:
table { border-collapse: collapse; >>>width:100%;<<< border: 1px solid
#993333; }

It's set to be 100% wide and IE 5.5 calculates it according to the window
width. Also #main div had padding-left and padding-right set to 190px,
which is 100% + 190px + 190px.

Solution: remove "width:100%;"

But then the table is stuck at one width and not liquid.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
474,085
Messages
2,570,597
Members
47,218
Latest member
GracieDebo

Latest Threads

Top