Link to home
Start Free TrialLog in
Avatar of itssbell
itssbell

asked on

ie 4 images problems

I have set up a web page and am in the process of testing it on several browsers. It works fine on Netscape 3.0, netscpae communicator, and IE 3. However on ie4 one of the images has become off set to the left, unlike on the other browsers, where it should be. The image itself is in a cell,  but the cell has been set up the same as all the others !

Any ideas

Itssbell
Avatar of slok
slok

showing the HTML codes will be better.
show us the code and know that defult border widiths differs between browsers
have you checked the margin settings?
You are not alone. It's very difficult to make a pretty HTML page which works on all browsers. What you need is to use common features, which actually behaves the same way on all implementations of browsers (you want to support!).

So, test your pages on the browsers you want to support, before actually releasing the pages.

I have a set of pages, at http://www.cybercity.dk/users/ccc5356, and they have such a nice behavior when I use IE4, and such a bad behavior when running Netscape's browsers. The nice thing is the way the border images can be stretched in IE4 interpretation of HTML tables and cells. What is HEIGHT=100%? Obviously, Netscape doesn't have a unique answer to this, and neither has the developers of HTML. As, I told you: "You are not alone."
Avatar of itssbell

ASKER

The code is

<td width="103" height="1" valign="bottom" align="right" bgcolor="#000080"><img src="../graphics/Frontpage/kingalf1.gif" width="238" height="88" alt="kingalf1.gif (2521 bytes)"></td>

To view the page visit

www.wkac.ac.uk/test
Avatar of sybe
your image is wider then the table cell
ASKER CERTIFIED SOLUTION
Avatar of hkp
hkp
Flag of Denmark image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
It works - you are a star