Steve wrote:
The image of the city when viewed in IE seems to drop below the Fax
number in t he right column. Would this have anything to do with the
right column ?

Site : http://home.earthlink.net/~draobyek/

<...>

Hi Steve,

The problem is that you give the size of the image (both width and height) in percentage. The "Pittsburgh Pa" image has the width of 100% which creates the problem in IE. I suggest to use the pixels. For "Pittsburgh Pa" it would be:

width="392" height="199"

and for the header image:
height="120" width="800"

Best regards,
Kaspars
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to