[GeoNetwork-devel] IE Window Width problem

Hi,

I have a display problem in GeoNetwork 2.2 using Internet Explorer (if only
I didn't have to!). The problem seems to be with the Featured map. When I
have a featured map it causes my display to expand to the maximum possible
extent to the right. This causes my right header and banner information and
login to disappear from view. Has anyone else experienced this?

Cheers,
Byron
--
View this message in context: http://www.nabble.com/IE-Window-Width-problem-tp17501704p17501704.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.

OK I found the answer. Jeroen already had posted it. I guess I did not look
hard enough =-p

Here is Jeroen's solution:

edit geonetwork.css to make sure the #featured template looks like
below.

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

Cheers,
Byron

ByronC wrote:

Hi,

I have a display problem in GeoNetwork 2.2 using Internet Explorer (if
only I didn't have to!). The problem seems to be with the Featured map.
When I have a featured map it causes my display to expand to the maximum
possible extent to the right. This causes my right header and banner
information and login to disappear from view. Has anyone else experienced
this?

Cheers,
Byron

--
View this message in context: http://www.nabble.com/IE-Window-Width-problem-tp17501704p17501908.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.