richcleverley
MIS
Hi,
I have been developing a site for a client and have been testing it in IE, Firefox and Netscape.
My client has been complaining that Netscape (and safari on th e Mac) render horribly. Now I don't have access to a Mac, but as far as I was able to tell netscape was fine. Then this morning I find that they are using Netscape6 while I am using 8.0.4. I install Netscape6 and indeed it looks horrible.
I have resized text input boxes (and drop downs)and the text in the boxes is bottom aligning and cutting off the bottom of the text.
Also, I use css to resize images but NS6 doesn't do it. The code I am using to resize is:
If anyone can shed some light on what may be happening and how to fix it I would be very grateful.
Richard
I have been developing a site for a client and have been testing it in IE, Firefox and Netscape.
My client has been complaining that Netscape (and safari on th e Mac) render horribly. Now I don't have access to a Mac, but as far as I was able to tell netscape was fine. Then this morning I find that they are using Netscape6 while I am using 8.0.4. I install Netscape6 and indeed it looks horrible.
I have resized text input boxes (and drop downs)and the text in the boxes is bottom aligning and cutting off the bottom of the text.
Also, I use css to resize images but NS6 doesn't do it. The code I am using to resize is:
Code:
.resizedImage img {
width:139px;
height:118px;
border:1px solid black;
}
If anyone can shed some light on what may be happening and how to fix it I would be very grateful.
Richard