sinistapenguin
Technical User
Hi There
I have been working on a Joomla website for my company. I have a large image on the front page. I have used the following code to scale the image to fit the screen:
=========================================================
CSS:
#image_container {
width:90%;
height:90%;
border:3px double #999;
margin:2% auto;
}
#image_container img {
width:100%;
height:100%;
}
--------------------------------------------------------
HTML:
<div id="image_container">
<img src="/images/jephson/homepage/headers/banner.gif" alt="logo"/>
</div>
========================================================
Now, apparently this should scale the image to 100% of the DIV. Indeed it does in Firefox/ Seamonkey. However, when you open the page in IE it scales the image to its actual size and squashes the left menu & pushes the right one off the screen!!
If you want to see what I mean, the URL is:
Open it in Firefox and IE to see the difference.
Anyone who can shed some light on this will be branded a hero in my eyes!!
Cheers
Sinista
I have been working on a Joomla website for my company. I have a large image on the front page. I have used the following code to scale the image to fit the screen:
=========================================================
CSS:
#image_container {
width:90%;
height:90%;
border:3px double #999;
margin:2% auto;
}
#image_container img {
width:100%;
height:100%;
}
--------------------------------------------------------
HTML:
<div id="image_container">
<img src="/images/jephson/homepage/headers/banner.gif" alt="logo"/>
</div>
========================================================
Now, apparently this should scale the image to 100% of the DIV. Indeed it does in Firefox/ Seamonkey. However, when you open the page in IE it scales the image to its actual size and squashes the left menu & pushes the right one off the screen!!
If you want to see what I mean, the URL is:
Open it in Firefox and IE to see the difference.
Anyone who can shed some light on this will be branded a hero in my eyes!!
Cheers
Sinista