Personal tools
You are here: Home Documentation Error References Banner stretched on homepage in Internet Explorer
Document Actions

Banner stretched on homepage in Internet Explorer

Warning: This item is marked as outdated.

This Error Reference applies to: 2.2

The banner is stretched to enormous width in Internet Explorer when on the homepage.
Edit the geonetwork.css file and change the following style:
#featured {
background-color: #f6fcff;
width: 400px;
margin: 20%;
padding: 1%;

border-width: 1px;
border-style: inset;
float: left;
}
into
#featured {
background-color: #f6fcff;
width: 400px;
margin: 10px;
padding: 5px;

border-width: 1px;
border-style: inset;
float: left;
}
Make sure you refresh the cache to reload the CSS file.
by Jeroen Ticheler last modified 2008-04-11 07:52 Creative Commons - http://creativecommons.org/licenses/by/2.5/

Creative Commons License
This work is licensed under a Creative Commons Attribution-No Derivative Works 3.0 Unported License.

Powered by Plone CMS, the Open Source Content Management System