[GeoNetwork-devel] index page not fit to screen

hi all
   i install geonetwork V2.2 when i use jetty server my index page is fit to
screen but if i use apache+tomcat for run geonetwork my index page not fit
to screen. it's horizontal not fit to screen(very long).(vertical no
problem)

please tell me the way for fix its

thank a lot

mard
--
View this message in context: http://www.nabble.com/index-page-not-fit-to-screen-tp17180323p17180323.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.

Hi Mard,
There's a problem with IE that does not correctly use a CSS setting :frowning: I have fixed that and wrote an error description in the documentation center on http://geonetwork-opensource.org . It comes down to changing one style related to the featured map. The sizes are given in % and when you change them to px the problem is resolved.

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,
Jeroen

On May 12, 2008, at 3:58 AM, mard wrote:

hi all
  i install geonetwork V2.2 when i use jetty server my index page is fit to
screen but if i use apache+tomcat for run geonetwork my index page not fit
to screen. it's horizontal not fit to screen(very long).(vertical no
problem)

please tell me the way for fix its

thank a lot

mard
--
View this message in context: http://www.nabble.com/index-page-not-fit-to-screen-tp17180323p17180323.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.

-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
GeoNetwork-devel mailing list
GeoNetwork-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geonetwork-devel
GeoNetwork OpenSource is maintained at http://sourceforge.net/projects/geonetwork

thank you @^_^@
--
View this message in context: http://www.nabble.com/index-page-not-fit-to-screen-tp17180323p17199531.html
Sent from the geonetwork-devel mailing list archive at Nabble.com.