Click here to Skip to main content
15,904,817 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi all, got a slight problem i got a logo on a site that displays correctly in google chrome but soon as the page open in IE 9 the logo becomes large and messes up the whole page layout is there a way to keep the image size throughout all browsers

any help would be gratefull
wes
thanks
Posted
Comments
CodeHawkz 30-Aug-12 4:02am    
ERrrmm.. How are suppose to know how you set the image? If you set the width and the height of the image using CSS, it is not going to change regardless of the browser unless you change it or run JavaScript that modifies it

Give your image controls Height and width (or) Whatever the size your are reserved for displaying logo in your layout, resize the logo image that much dimension(width,height).
 
Share this answer
 
The width and height of your image should not be in % you must make it in pixls
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900