473,320 Members | 1,926 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

layout problem in page with IE

Hello, I am new to this forum and I am glad I found it because it seems that it will help me with my problem.I have creates a site using jsf components like grid panels and buttons.In the mozilla firefox browser the components are shown just as they are supposed to, but in internet explorer my button stretches to the right until the end of the page and two buttons that I have included on a grid panel, instead of being the one below the other, in the internet explorer they are shown next to each other. Also, I have a google map on my page which is shown properly in mozilla but in the IE the page shows only a grey square on the position of the map.I'm guessing this has to be a css issue but does anyone know what can I do?Thank you in advance!
Jan 10 '08 #1
10 3279
Death Slaught
1,137 1GB
Please post your code, or a link to your site.

Thanks, Death
Jan 10 '08 #2
The code of my css stylesheet is:
Expand|Select|Wrap|Line Numbers
  1. body {
  2.    display: inline; 
  3.    text-align:left;
  4.    margin: 0px; padding: 0px;
  5.    float:left;
  6. }
  7.  
  8. .list-header {
  9.   background-color: #eeeeee;
  10.   font-size: larger;
  11.   font-weight: bold;
  12. }
  13.  
  14. .list-paging-header {
  15.   background-color: white;
  16. }
  17.  
  18. .list-paging-footer {
  19.   background-color: white;
  20. }
  21.  
  22. .list-row-even { 
  23. }
  24.  
  25. .list-row-odd { 
  26.   background-color: #eeeeee;
  27. }
  28.  
  29. /* Style rules for message severity levels */
  30.  
  31. .infoMessage {
  32.   color: black;
  33. }
  34.  
  35. .warnMessage {
  36.   color: orange;
  37.   font-weight: bold;
  38. }
  39.  
  40. .errorMessage {
  41.   color: red;
  42.   font-weight: bold;
  43. }
  44.  
  45. .fatalMessage {
  46.   color: red;
  47.   font-style: italic;
  48.   font-weight: bold;
  49. }
  50.  
  51. #content {
  52.    width: 90%;
  53.    margin: 0 auto;
  54. }
  55.  
And some of the code of my jsp page is (I only show a little because it is quite big:
Expand|Select|Wrap|Line Numbers
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!-- 
  3.     Document   : Page1
  4.     Created on : 15 Δεκ 2007, 8:51:54 μμ
  5.     Author     : Maria
  6. -->
  7. <jsp:root version="2.1" xmlns:bp="http://java.sun.com/blueprints/ui/14" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html"
  8.     xmlns:jsp="http://java.sun.com/JSP/Page" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
  9.     <jsp:directive.page contentType="text/html;charset=UTF-8" pageEncoding="UTF-8"/>
  10.     <f:view>
  11.         <webuijsf:page binding="#{Page1.page1}" id="page1">
  12.             <webuijsf:html binding="#{Page1.html1}" id="html1">
  13.                 <webuijsf:head binding="#{Page1.head1}" id="head1">
  14.                     <webuijsf:link binding="#{Page1.link1}" id="link1" url="/resources/stylesheet.css"/>
  15.                     <webuijsf:link binding="#{Page1.link2}" id="link2" url="/resources/stylesheet.css"/>
  16.                     <webuijsf:link binding="#{Page1.link3}" id="link3" url="/resources/stylesheet.css"/>
  17.                     <webuijsf:link binding="#{Page1.link4}" id="link4" url="/resources/stylesheet.css"/>
  18.                     <webuijsf:link binding="#{Page1.link5}" id="link5" url="resources/stylesheet.css"/>
  19.                 </webuijsf:head>
  20.                 <webuijsf:body binding="#{Page1.body1}" id="body1" imageURL="/resources/bg-gradient.gif" style="background-color: rgb(141, 195, 214); -rave-layout: grid">
  21.                     <webuijsf:form binding="#{Page1.form1}" id="form1">
  22.                         <jsp:include page="map.jsp"/>
  23.                         <h:panelGrid binding="#{Page1.gridPanel1}" id="gridPanel1" style="height: 96px; left: 24px; top: 680px; position: absolute" width="1200px">
  24.                             <jsp:include page="footer.jsp"/>
  25.                         </h:panelGrid>
  26.                         <h:panelGrid binding="#{Page1.gridPanel2}" columns="1" id="gridPanel2"
  27.                             style="border: 8px groove rgb(255, 255, 255); background-color: rgb(114, 77, 180); height: 70px; left: 0px; right: 10px; top: 0px; position: absolute; width: 1260px" width="1240">
  28.                             <webuijsf:label binding="#{Page1.label1}" id="label1" style="color: #99ffff; font-size: 12px; font-weight: bolder" text="Welcome to the visualisation of the dissemination process concerning Demo-Net"/>
  29.                         </h:panelGrid>
  30.  
  31.                         <h:panelGrid binding="#{Page1.gridPanel3}" columns="3" id="gridPanel3" rules="rows" style="border: 6px groove rgb(102, 102, 102); margin: 2px; background-color: rgb(242, 183, 105); height: 360px; left: 5px; top: 215px; position: absolute; width: 480px">
  32.                             <webuijsf:label binding="#{Page1.label2}" id="label2" style="font-size: 12px" text="Year(s)"/>
  33.                             <h:selectManyListbox binding="#{Page1.multiSelectListbox1}" id="multiSelectListbox1" immediate="true"
  34.                                 style="background-color: rgb(204, 204, 255); font-size: 12px" valueChangeListener="#{Page1.multiSelectListbox1_processValueChange}">
  35.                                 <f:selectItems binding="#{Page1.multiSelectListbox1SelectItems}" id="multiSelectListbox1SelectItems" value="#{SessionBean1.listYears}"/>
  36.                             </h:selectManyListbox>
  37.                             <h:panelGrid binding="#{Page1.gridPanel5}" columns="1" id="gridPanel5" style="height: 10px; width: 100px">
  38.                                 <input onclick="selectAllOptions('form1:multiSelectListbox1');" type="button" value="Select all years"/>
  39.                                 <input onclick="selectNoneOptions('form1:multiSelectListbox1');" type="button" value="Clear all years"/>
  40.                             </h:panelGrid>
  41.                             <webuijsf:label binding="#{Page1.label3}" id="label3" style="font-size: 12px" text="Event activity(ies)"/>
  42.                             <h:selectManyListbox binding="#{Page1.multiSelectListbox2}" id="multiSelectListbox2"
  43.                                 style="background-color: rgb(204, 204, 255); font-size: 12px" valueChangeListener="#{Page1.multiSelectListbox2_processValueChange}">
  44.                                 <f:selectItems binding="#{Page1.multiSelectListbox2SelectItems}" id="multiSelectListbox2SelectItems" value="#{SessionBean1.listEvents}"/>
  45.                             </h:selectManyListbox>
  46.                             <h:panelGrid binding="#{Page1.gridPanel7}" columns="1" id="gridPanel7" style="width: 100px; height: 10px;">
  47.                                 <input onclick="selectAllOptions('form1:multiSelectListbox2');" type="button" value="Select all events"/>
  48.                                 <input onclick="selectNoneOptions('form1:multiSelectListbox2');" type="button" value="Clear all events"/>
  49.                             </h:panelGrid>
  50.                             <webuijsf:label binding="#{Page1.label4}" for="multiSelectListbox3" id="label4" style="font-size: 12px" text="Partner(s)"/>
  51.                             <h:selectManyListbox binding="#{Page1.multiSelectListbox3}" id="multiSelectListbox3"
  52.                                 style="background-color: rgb(204, 204, 255); font-size: 12px" valueChangeListener="#{Page1.multiSelectListbox3_processValueChange}">
  53.                                 <f:selectItems binding="#{Page1.multiSelectListbox3SelectItems}" id="multiSelectListbox3SelectItems" value="#{SessionBean1.listPartners}"/>
  54.                             </h:selectManyListbox>
  55.                             <h:panelGrid binding="#{Page1.gridPanel9}" columns="1" id="gridPanel9" style="width: 100px; height: 10px;">
  56.                                 <input onclick="selectAllOptions('form1:multiSelectListbox3');" type="button" value="Select all partners"/>
  57.                                 <input onclick="selectNoneOptions('form1:multiSelectListbox3');" type="button" value="Clear all partners"/>
  58.                             </h:panelGrid>
  59.                         </h:panelGrid> 
....

the problem is with the panelGrid3 that contains the 3 columns, the buttons that are <input type="button"....> are the ones that are shown next to each other in ie rather than below each other and that causes the panel to expand to the right..
Jan 10 '08 #3
drhowarddrfine
7,435 Expert 4TB
That's going to be difficult for us to help with since we don't run java. We need the generated html.

Your first line says you are using the xml declaration. Only modern browsers use this while IE, of course, does not and chokes on it, going into quirks mode. You can safely remove that line.
Jan 10 '08 #4
I did what you suggested and removed the line : <?xml version="1.0" encoding="UTF-8"?> from my code but it didn't have any results..
the html that is generated from the page in firefox is the following, I really hope you can help me with this one..

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#" xmlns:waistate="http://www.w3.org/2005/07/aaa">
<head>
<meta content="no-cache" http-equiv="Pragma" />
<meta content="no-cache" http-equiv="Cache-Control" />
<meta content="no-store" http-equiv="Cache-Control" />
<meta content="max-age=0" http-equiv="Cache-Control" />
<meta content="1" http-equiv="Expires" />
<title></title>
<link rel="stylesheet" type="text/css" href="/WebApplication14/theme/com/sun/webui/jsf/suntheme/css/css_master-all.css" />
<script type="text/javascript">var djConfig = (djConfig) ? djConfig : {"isDebug":false,"parseOnLoad":false};
</script>
<script type="text/javascript" src="/WebApplication14/theme/META-INF/json/json.js"></script>
<script type="text/javascript" src="/WebApplication14/theme/META-INF/prototype/prototype.js"></script>

<script type="text/javascript" src="/WebApplication14/theme/META-INF/com_sun_faces_ajax.js"></script>
<script type="text/javascript" src="/WebApplication14/theme/META-INF/dojo/dojo/dojo.js"></script>
<script type="text/javascript" src="/WebApplication14/theme/META-INF/dojo/dijit/dijit.js"></script>
<script type="text/javascript">dojo.registerModulePath("webui.sunthem e", "/WebApplication14/theme/com/sun/webui/jsf/suntheme/javascript");
var webui = {"suntheme":{"bootstrap":{"theme":{"module":"webui .suntheme.theme","locale":"el-GR","prefix":"/WebApplication14/theme","bundle":"suntheme","modulePath":"/com/sun/webui/jsf/suntheme/javascript/theme"},"debug":false}}};</script>
<script type="text/javascript" src="/WebApplication14/theme/com/sun/webui/jsf/suntheme/javascript/webui-jsfx.js"></script>
<link id="link1" rel="stylesheet" type="text/css" href="/WebApplication14/resources/stylesheet.css" />
<link id="link2" rel="stylesheet" type="text/css" href="/WebApplication14/resources/stylesheet.css" />
<link id="link3" rel="stylesheet" type="text/css" href="/WebApplication14/resources/stylesheet.css" />
<link id="link4" rel="stylesheet" type="text/css" href="/WebApplication14/resources/stylesheet.css" />
<link id="link5" rel="stylesheet" type="text/css" href="resources/stylesheet.css" />
</head>
<body id="body1" style="background-color: rgb(141, 195, 214); -rave-layout: grid" background="/WebApplication14/resources/bg-gradient.gif"><form id="form1" class="form" method="post" action="/WebApplication14/faces/Page1.jsp" enctype="application/x-www-form-urlencoded">




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Dissemination of Demo-Net mashup</title>
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAATXkl2kvEj-RFCZfAxLJ7bhQ1-yX1c9_fyblC5hD1SbgXQVyHhxTfyKiagiRYhHB-SQyst8GylxqHXg" type="text/javascript"></script>
</head>
<body onload="load()">
<div id="map" style="width: 755px; height: 560px; top:86px;left:500px"></div>

<script language="JavaScript">
</script>
</body>
</html>

<table id="form1:gridPanel1" style="height: 96px; left: 24px; top: 680px; position: absolute" width="1200px">
<tbody>
<tr>
<td>



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<hr/>

<center>
<a href="http://www.google.com/" target="bpcatalog">Google home</a> &copy; 2007 IS Lab. All rights reserved. Use is subject to license terms.
</center></td>
</tr>
</tbody>
</table>
<table id="form1:gridPanel2" style="border: 8px groove rgb(255, 255, 255); background-color: rgb(114, 77, 180); height: 70px; left: 0px; right: 10px; top: 0px; position: absolute; width: 1260px" width="1240">
<tbody>
<tr>
<td><span id="form1:label1"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label1", {"id":"form1:label1","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"colo r: #99ffff; font-size: 12px; font-weight: bolder","visible":true,"value":"Welcome to the visualisation of the dissemination process concerning Demo-Net ","required":false});});</script>
</td>
</tr>

</tbody>
</table>
<span id="form1:label5"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label5", {"id":"form1:label5","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"bord er-top: double rgb(102, 102, 102) 4px; border-bottom: double rgb(102, 102, 102) 4px; font-size: 12px; height: 100px; left: 5px; top: 86px; position: absolute; text-align: center; vertical-align: middle; width: 480px","visible":true,"value":"Below there are three possible ways to receive information concerning the dissemination process\nof Demo-Net worldwide;by year, by category of event activities or by partner.Plase make your\npreferable choices for each category and then press the button \"Submit choices\" to see the information on the map.If you wish to receive information about all the reporting dissemination activities, you can do so by checking the checkbox below. ","required":false});});</script>
<table id="form1:gridPanel3" rules="rows" style="border: 6px groove rgb(102, 102, 102); margin: 2px; background-color: rgb(242, 183, 105); height: 360px; left: 5px; top: 215px; position: absolute; width: 480px">
<tbody>
<tr>
<td><span id="form1:label2"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label2", {"id":"form1:label2","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"font-size: 12px","visible":true,"value":"Year(s) ","required":false});});</script>
</td>
<td><select id="form1:multiSelectListbox1" name="form1:multiSelectListbox1" multiple="multiple" size="1" style="background-color: rgb(204, 204, 255); font-size: 12px"> <option value="2">Year 2007</option>
</select></td>
<td><table id="form1:gridPanel5" style="height: 10px; width: 100px">
<tbody>
<tr>

<td><input value="Select all years" type="button" onclick="selectAllOptions('form1:multiSelectListbo x1');" /><input value="Clear all years" type="button" onclick="selectNoneOptions('form1:multiSelectListb ox1');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td><span id="form1:label3"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label3", {"id":"form1:label3","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"font-size: 12px","visible":true,"value":"Event activity(ies) ","required":false});});</script>
</td>
<td><select id="form1:multiSelectListbox2" name="form1:multiSelectListbox2" multiple="multiple" size="5" style="background-color: rgb(204, 204, 255); font-size: 12px"> <option value="1">Press releases</option>
<option value="2">Presentation</option>
<option value="3">Organisation of events</option>

<option value="4">Scientific papers</option>
<option value="5">Other activities</option>
</select></td>
<td><table id="form1:gridPanel7" style="width: 100px; height: 10px;">
<tbody>
<tr>
<td><input value="Select all events" type="button" onclick="selectAllOptions('form1:multiSelectListbo x2');" /><input value="Clear all events" type="button" onclick="selectNoneOptions('form1:multiSelectListb ox2');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>

<td><span id="form1:label4"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label4", {"id":"form1:label4","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"font-size: 12px","visible":true,"htmlFor":"form1:multiSelectL istbox3","value":"Partner(s) ","required":false});});</script>
</td>
<td><select id="form1:multiSelectListbox3" name="form1:multiSelectListbox3" multiple="multiple" size="11" style="background-color: rgb(204, 204, 255); font-size: 12px"> <option value="4">University of Koblenz-Landau / IWVI</option>
<option value="5">March</option>
<option value="7">July</option>
<option value="9">December</option>
<option value="12">January</option>

<option value="15">Monday</option>
<option value="16">Tuesday</option>
<option value="17">Thursday</option>
<option value="18">Friday</option>
<option value="19">Saturday</option>
<option value="21">Sunday</option>

</select></td>
<td><table id="form1:gridPanel9" style="width: 100px; height: 10px;">
<tbody>
<tr>
<td><input value="Select all partners" type="button" onclick="selectAllOptions('form1:multiSelectListbo x3');" /><input value="Clear all partners" type="button" onclick="selectNoneOptions('form1:multiSelectListb ox3');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<span id="form1:button1"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:button1", {"id":"form1:button1","onClick":"show();","widgetT ype":"webui.suntheme.widget.button","style":"left : 320px; top: 655px; position: absolute; width: 100px","visible":true,"primary":false,"value":"Sub mit choices","escape":true,"mini":false,"disabled":fal se});});</script>
<table id="form1:gridPanel6" style="border: 6px groove rgb(102, 102, 102); background-color: #f2b769; height: 48px; left: 5px; top: 600px; position: absolute; width: 480px" width="456">
<tbody>

<tr>
<td><span id="form1:label6"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label6", {"id":"form1:label6","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"font-size: 12px; left: 5px","visible":true,"htmlFor":"form1:checkbox1","v alue":"See all events from all the reporting periods ","required":false});});</script>
</td>
<td><input id="form1:checkbox1" type="checkbox" name="form1:checkbox1" title="See all events from all years" /></td>
</tr>
</tbody>
</table>

<input id="form1_hidden" name="form1_hidden" value="form1_hidden" type="hidden" />
<input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="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" />
</form>
<script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.bootstrap.body = new webui.suntheme.body('/Page1.jsp', '/WebApplication14/faces/Page1.jsp',null,null,'com_sun_webui_util_FocusMana ger_focusElementId',true);});</script>
</body></html>
Jan 10 '08 #5
The html code from the IE is the following:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#" xmlns:waistate="http://www.w3.org/2005/07/aaa">
<head>
<meta content="no-cache" http-equiv="Pragma" />
<meta content="no-cache" http-equiv="Cache-Control" />
<meta content="no-store" http-equiv="Cache-Control" />
<meta content="max-age=0" http-equiv="Cache-Control" />
<meta content="1" http-equiv="Expires" />
<title></title>
<link rel="stylesheet" type="text/css" href="/WebApplication14/theme/com/sun/webui/jsf/suntheme/css/css_master-all.css" />
<link rel="stylesheet" type="text/css" href="/WebApplication14/theme/com/sun/webui/jsf/suntheme/css/ie7.css" />
<script type="text/javascript">var djConfig = (djConfig) ? djConfig : {"isDebug":false,"parseOnLoad":false};
</script>
<script type="text/javascript" src="/WebApplication14/theme/META-INF/json/json.js"></script>
<script type="text/javascript" src="/WebApplication14/theme/META-INF/prototype/prototype.js"></script>
<script type="text/javascript" src="/WebApplication14/theme/META-INF/com_sun_faces_ajax.js"></script>
<script type="text/javascript" src="/WebApplication14/theme/META-INF/dojo/dojo/dojo.js"></script>
<script type="text/javascript" src="/WebApplication14/theme/META-INF/dojo/dijit/dijit.js"></script>
<script type="text/javascript">dojo.registerModulePath("webui.sunthem e", "/WebApplication14/theme/com/sun/webui/jsf/suntheme/javascript");
var webui = {"suntheme":{"bootstrap":{"theme":{"module":"webui .suntheme.theme","locale":"el-GR","prefix":"/WebApplication14/theme","bundle":"suntheme","modulePath":"/com/sun/webui/jsf/suntheme/javascript/theme"},"debug":false}}};</script>
<script type="text/javascript" src="/WebApplication14/theme/com/sun/webui/jsf/suntheme/javascript/webui-jsfx.js"></script>
<link id="link1" rel="stylesheet" type="text/css" href="/WebApplication14/resources/stylesheet.css" />
<link id="link2" rel="stylesheet" type="text/css" href="/WebApplication14/resources/stylesheet.css" />
<link id="link3" rel="stylesheet" type="text/css" href="/WebApplication14/resources/stylesheet.css" />
<link id="link4" rel="stylesheet" type="text/css" href="/WebApplication14/resources/stylesheet.css" />
<link id="link5" rel="stylesheet" type="text/css" href="resources/stylesheet.css" />
</head>
<body id="body1" style="background-color: rgb(141, 195, 214); -rave-layout: grid" background="/WebApplication14/resources/bg-gradient.gif"><form id="form1" class="form" method="post" action="/WebApplication14/faces/Page1.jsp;jsessionid=48b08e817429fd9916fcbc5a1511" enctype="application/x-www-form-urlencoded">




<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Dissemination of Demo-Net mashup</title>
<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;key=ABQIAAAATXkl2kvEj-RFCZfAxLJ7bhQ1-yX1c9_fyblC5hD1SbgXQVyHhxTfyKiagiRYhHB-SQyst8GylxqHXg" type="text/javascript"></script>
</head>
<body onload="load()">
<div id="map" style="width: 755px; height: 560px; top:86px;left:500px"></div>
<script language="JavaScript">
</script>
</body>
</html>

<table id="form1:gridPanel1" style="height: 96px; left: 24px; top: 680px; position: absolute" width="1200px">
<tbody>
<tr>
<td>



<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<hr/>
<center>
<a href="http://www.uom.gr.com/" target="bpcatalog">University of Macedonia</a> &copy; 2007 IS Lab. All rights reserved. Use is subject to license terms.
</center></td>
</tr>
</tbody>
</table>
<table id="form1:gridPanel2" style="border: 8px groove rgb(255, 255, 255); background-color: rgb(114, 77, 180); height: 70px; left: 0px; right: 10px; top: 0px; position: absolute; width: 1260px" width="1240">
<tbody>
<tr>
<td><span id="form1:label1"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label1", {"id":"form1:label1","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"colo r: #99ffff; font-size: 12px; font-weight: bolder","visible":true,"value":"Welcome to the visualisation of the dissemination process concerning Demo-Net ","required":false});});</script>
</td>
</tr>
</tbody>
</table>
<span id="form1:label5"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label5", {"id":"form1:label5","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"bord er-top: double rgb(102, 102, 102) 4px; border-bottom: double rgb(102, 102, 102) 4px; font-size: 12px; height: 100px; left: 5px; top: 86px; position: absolute; text-align: center; vertical-align: middle; width: 480px","visible":true,"value":"Below there are three possible ways to receive information concerning the dissemination process\nof Demo-Net worldwide;by year, by category of event activities or by partner.Plase make your\npreferable choices for each category and then press the button \"Submit choices\" to see the information on the map.If you wish to receive information about all the reporting dissemination activities, you can do so by checking the checkbox below. ","required":false});});</script>
<table id="form1:gridPanel3" rules="rows" style="border: 6px groove rgb(102, 102, 102); margin: 2px; background-color: rgb(242, 183, 105); height: 360px; left: 5px; top: 215px; position: absolute; width: 480px">
<tbody>
<tr>
<td><span id="form1:label2"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label2", {"id":"form1:label2","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"font-size: 12px","visible":true,"value":"Year(s) ","required":false});});</script>
</td>
<td><select id="form1:multiSelectListbox1" name="form1:multiSelectListbox1" multiple="multiple" size="1" style="background-color: rgb(204, 204, 255); font-size: 12px"> <option value="2">Year 2007</option>
</select></td>
<td><table id="form1:gridPanel5" style="height: 10px; width: 100px">
<tbody>
<tr>
<td><input value="Select all years" type="button" onclick="selectAllOptions('form1:multiSelectListbo x1');" /><input value="Clear all years" type="button" onclick="selectNoneOptions('form1:multiSelectListb ox1');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td><span id="form1:label3"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label3", {"id":"form1:label3","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"font-size: 12px","visible":true,"value":"Event activity(ies) ","required":false});});</script>
</td>
<td><select id="form1:multiSelectListbox2" name="form1:multiSelectListbox2" multiple="multiple" size="5" style="background-color: rgb(204, 204, 255); font-size: 12px"> <option value="1">Press releases</option>
<option value="2">Presentation</option>
<option value="3">Organisation of events</option>
<option value="4">Scientific papers</option>
<option value="5">Other activities</option>
</select></td>
<td><table id="form1:gridPanel7" style="width: 100px; height: 10px;">
<tbody>
<tr>
<td><input value="Select all events" type="button" onclick="selectAllOptions('form1:multiSelectListbo x2');" /><input value="Clear all events" type="button" onclick="selectNoneOptions('form1:multiSelectListb ox2');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td><span id="form1:label4"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label4", {"id":"form1:label4","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"font-size: 12px","visible":true,"htmlFor":"form1:multiSelectL istbox3","value":"Partner(s) ","required":false});});</script>
</td>
<td><select id="form1:multiSelectListbox3" name="form1:multiSelectListbox3" multiple="multiple" size="11" style="background-color: rgb(204, 204, 255); font-size: 12px"> <option value="4">University of Koblenz-Landau / IWVI</option>
<option value="5">Fraunhofer AIS</option>
<option value="7">University of Macedonia</option>
<option value="9">Copenhagen Business School</option>
<option value="12">Technical University of Kosice</option>
<option value="15">Yorkshire and Humber Assembly</option>
<option value="16">European Projects and Management Agency (EPMA)</option>
<option value="17">Napier University</option>
<option value="18">University of Iceland</option>
<option value="19">University of Helsinky</option>
<option value="21">Austrian Academy of Sciences</option>
</select></td>
<td><table id="form1:gridPanel9" style="width: 100px; height: 10px;">
<tbody>
<tr>
<td><input value="Select all partners" type="button" onclick="selectAllOptions('form1:multiSelectListbo x3');" /><input value="Clear all partners" type="button" onclick="selectNoneOptions('form1:multiSelectListb ox3');" /></td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
<span id="form1:button1"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:button1", {"id":"form1:button1","onClick":"show();","widgetT ype":"webui.suntheme.widget.button","style":"left : 320px; top: 655px; position: absolute; width: 100px","visible":true,"primary":false,"value":"Sub mit choices","escape":true,"mini":false,"disabled":fal se});});</script>
<table id="form1:gridPanel6" style="border: 6px groove rgb(102, 102, 102); background-color: #f2b769; height: 48px; left: 5px; top: 600px; position: absolute; width: 480px" width="456">
<tbody>
<tr>
<td><span id="form1:label6"></span><script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.widget.common.replaceElement("form 1:label6", {"id":"form1:label6","valid":true,"level":2,"widge tType":"webui.suntheme.widget.label","style":"font-size: 12px; left: 5px","visible":true,"htmlFor":"form1:checkbox1","v alue":"See all events from all the reporting periods ","required":false});});</script>
</td>
<td><input id="form1:checkbox1" type="checkbox" name="form1:checkbox1" title="See all events from all years" /></td>
</tr>
</tbody>
</table>

<input id="form1_hidden" name="form1_hidden" value="form1_hidden" type="hidden" />
<input type="hidden" name="javax.faces.ViewState" id="javax.faces.ViewState" value="H4sIAAAAAAAAAOVba2wcRx2fu8R5mJCkdVuStEk2j4I N8flu9+5sx1SQOG5qaschdlL6kNy5u/HdJnu7290537lVqhREK1EJgQoSSK2oBB8Qar/Qb+VRqgpVLSqPSnwBIVWoEkICKiFQgQ/A/Gdfs3d773NSxCmZ25ud+e/8f//3zPqFP6OhioVGHly4jNdxQsN6MbGUu0zydOYrP//ct/baY1ocoZqJEBq1LaTkjXLCruiJNZwndgKbpqbmMVUNPbFMMSWL WMdFYs2XTe34ikXIOaNA/rb28o9fTJ59ZRfQqd6H4HM2TIfUKNFtRoWRXMcUWwl23zR0olM 7cR5bVMXaioXXiWVj7ZJKqhcMg8JD0I7Lq2qB/ZNr9iPocRSvjnP6kke/SnIVNXHZXgsoMoJFgoZM1qbEWbHWs+6hZQ0NlVgbmhVvM4vgAp vF2tCsLa1nLaj6FTSksba3WXJPs5SeZqV7mpXpAsPTRmEDDeVY G0JjZ+tZdxtWGQ2tsdafdZLNGkajoOk1V/OC8SBZLuTzWCfaWUstoOEia/nPAZDwZTLBSOxCR1rihHNEQ9s0+EqJ84Y7n5fpf8mK+Og9nT/aZ/VePi/Z5tHLRGP+hrmOjQXVpjmjhkbKFY2qTr/b58Mwz2jehI5F07w470yap6Rso0MRZIT7IkB7egIo0yNAyiYAJ IsA3dozQPJAAZrsEaD0JgCkiADt7xkgZaAATYetdKwNiaUKNSt 0hcVLtNONfEr/JNLJ/kmk+ich909C6Z9Eun8Smf5JZD0SKU7iaMv4WKHU0NH2HP8eQKj KilZ7Z+dW68+b4/PSHVntacPQCNZnSyR/BSx3Z969StUqQA0+cf9qR3DF0tGbeNJaoSojiO3SIjaHtv/m1ddue/hXW1D8bjSsGbhwN85Tw5pHO2nJInbJ0Ao181Of5iS2VXcAIchb KDourpZxynLbxOzFCxfmzq2sXpqfu2/1wtLSCjw8SdGohwjkpDA4wXBhE3LYJonZC3OnVubO8En+Gnli7 bL6lmRd+/Wz//pLHMUeQEPrWKuQmhmjSIpawdLi+aVzsIb5M8uM2kjA8SnLwtzf 1Z54++A3X8fPbUGxebTVVh8lPF+PVbdCJky9VLdmmjTIl4EThY tLRnBj+J6VxYXV06eW52fZjwnIkVNM1CZ75t7gmQtGHmvk8X/c9PCzyX/+KY62zqMdJYZ8nuX5C2h73qjo1Nqg6GZeTkwA1xPL1FL14swC2 gE/K4wwPPUuNnwdWyrWKf9ZM//DPhTFz15gDdEoQmHw5nVKWGlx8++f/877Tzw1FQdmXfC8JfJx5yrlHLGefOHrBz/0tXee9oqX3aZp+qoTi1CsIUGx4CrRoCMx6E7zm5kQvE5NIGprX UHlIvDi25f+8MeDj5311sREvj2n6gV2L1gaY/qj0XbDC6x7mP4SaxlKofvffOmuZ559azGO4gvMajRs2+dw2QN3 2GZjCnwORbc54lCNiWXCINfUR3FOIzNMI9jjDnnKTLTEJcBzrm YyS4FyDEqsLS9/N3f4zje+AeWbhfY5a2scWh2+9uA7P/n3V+N82Ig/LBjx7S9+afmvD7z9Sc5+VUa7jz3maBlXz6vtazbTrAFzk36jQD PN2Gucycfz23VNSyXY0q0SxAMlgBKPemVKveta9KYuCZKGq8+a/GtFxIPrUxs8wH+6eNzrNy3wcMabETwHVyPdcj/kc89LVfdbdr8V9ztNvZKvP1QA4HaosDEuKqt+0woVGB/ohhmpMQGN9o0S1rGhCJS3ByjXi6MrPDjkbfCAetvFo+w3LfBwx psQD/ZPMLM1KhbzQRM23dBY6CSEJvK2HawabTJ7cufs6X4TiOoJzgpc fZ63X9jk5SqdL9fwmxu33HTnyzX95sYtN9P5ch/xm/rlUrSvqVo3Y2J/75mBs/vUl9vj8aQN67BB5rL+sN+0MHNnPEUHBBvPFceLFi6oQK+orpmh D0VTOZy/UrRYflcYzxuaYZ2UrGJuNJVOnZBS05kTkpxKj81I45AQj2t4w6 jQkxIUFHUuVam7ahmO93WL/D4feUhzWaIu7OCJP1iIcjfJxF7FnZcRi2u3LytWy27fpFj+un1 TYj3r9k2LBSp7MlynkmLJ6XWmxCLS65TFstDrVKhf79FQ5daXs nF9baNssK/qKtv3/KaFsvHxgRKYjZ/gpr/E3RHacKR3O+SQ9QDNFBrxoAkU6So60mzraNa7ZgBRtJfDeTKYC URfFuHaKxKCItx0nnz6GltLAFdUX515lohaLDGTm86atRlJI2v sWk7DNTXMk1J2KgnXpmGrcFhzUsI529AqlPDZ21Jykt1vGdd7R 9/bxh4M/HLP8POS9wdhJ/RuK8C99SkRgD+XMyxWiJ2Upswa83OGsU64Q5Qz4AvdhjnEJm4z lT4hTU4y1zmVZIM84U0mA+HxS8vpTyV9QTYR44xUVQu0xIbKWT aEL3FrSk4nW/rXW6IKn+4DdRrt8QM1F/XVDraMuIh2OSJyZgGx90TrONRIhHFZJD4FihbvIxobRRg4Ei0R aV21K6y8tfmRpGSs8c6CatukrOpOp2kZTG9s5uP0PLF0VnxLZ0 jZGD9HqOCJIk0uuE1R2hXnsenpNfaZkdYMnY7D5gsIAaTEO6qu aHO8bhdJNM03NkkqmZ6kkgFiPwwZTWyIIR976TTRjCrgaxEJs/+wvUZANW01pxGpijdskIpF8kRlxqHqQNURgQB9U/kMM+F5cpGqhqUVmOzJTG5D2iDYOiGxizympGhYGyBnss54kHCe quvMNIgtGRYMMbFFdWIlzmvYJlIZXyESS02sYdMia8SCTRApXz JU9kAmLksiOF8KyGK9AOuDJYHCSHyxTtCVji5XcmWVerOPAqs2 IXyIyCr7B11lbCbm1+DZzFDtUjNgcI7lTRLWND7JIqZhUUApjF DA5QlOMY91qcAeb3BQYPfUQ9bbSpVyIKxEN/r9W8fBjXOvUzAqABV3XUmZuS23GZN4iHGH5gwGTbnt6AZD8dxf Kin4v4zv8qayzXweJTU6zsy9yHrzTP7EmpHWCYMsjzWvv6wWCl rgH9NT3D12YIZdB7yd4YDH0raoY0wxW8t4Y5XIsbI4dtIbm44c q9DQodJgYq3Sc6zlzuJH3cXaLZGxlsUxy6jaFD3vRdxsOOKGVW yGmZpVVJnguWpFh185DaOnFJiSEeKvko1UQDmVaRN1Xa0S9td2 Xj/HLvfk2CEbit3e6NjR9vuZfx21x7pxFnvqbLojAzscke13vQHrZ 5ntzvq7t4hT6A4P5wjaHZvGfgf0CBIA+R1iwjMiUnRH1XHqrpG ijDiWR7/EIqEloxBsuPMd+tkS1osEiBEWCEPnDIeFjf/6ubDz/7sLj0/tuv+Z95yd//3+ln792O9PvPn0u++nvwwb+0D/UnUSTbSAbtUN8cL6rqKt64ZaCCRD0dFGBoUJc+sOvrWGPVuzof UhVjwPI4xuUY3WqT3DvIk7SbJs3ml4zt9gDK1PnuKtnUGcusdc YWWNh5V1HO0/9tiyI4/TBOuwZ2ZTMGX7qng65rzbx4ALT19AH2shMMGOOlb7403VXqAGF jAbWICL/kCicbj4lwcUETM9R0RIpGMHu4uITavPA0HKBJHJq/2S9VEoqpDfpCik9BSFAIvYoYgoNDInJvQboyzZ7SIiAZmZD0YQ kjcxCHW+F9I0CPE04HBYAJ+JjjlwazG8zthSa1cvd+Lqgc5yt6 7c9949uXJ45MV+/TIQeailU06gAxFOmWt2/15ZHqhXluu88pPXwysrA/LKkz17ZXiNICYNyCvfLvphsaxlv26UW0735JbTAMuRCLc8fN7Z UGH1QXQZ+r/oopVNdNGdl9BNXTSPkUc3y0Ur/98uOgnCa3DRrpb376SVgTpppc5Jv3Y9nHR6QE56umcnzXXh2EC cNFB6sa0v3tGNL4491AyFiJoMU5VWCqSJYvGNFGDdP30GQq8En NedGMIrw54R+WrQVA8GxFVEUmPoxW7YSieB0qthj/b3687IGLq1jhG6YXbMAz+ueu2DxwOceHTKAz8R/emN5uHj6LZ6OahU61gQfJ2v32gmGgWh43LHPEC+hd640TyMolv qeKhYWqcswP4G+tmNZqFRDAVMOxZDFoi81TMPxyP6tvWTzGfRX v81MOddn6ud/CUIZ+3DDmvuPKD3i4ALGuz9NpytezSEpbAc8hPoI3VLWYW9GUM PQeu86O5zh9z3hLxjgt3hQ9Po122b9FK03S4Z1dGxmajkUXzKt HN+o8jBWxPZTLsTHGfvrD6lEJ7fTOhdZ1fx8DEhvFgW/MXLYFKtbM+pFreAX4YsoG2qFefDI+rhpzo8sWvcVT+2Jucms9N BDZ2eijqYyybbvQ7jHcxRtCWdybasIDapAM/2VICDHOIrYU/EC/DxZUL4CwL8RMSW1iyjHPHCgEks1SjYom4FutymMqfoQMMRvY98 RxX77a0r9u5BnUQ3e6D6/HSs466TF4GIXxR94S0iHe/v0LopsMfRnQ3Lu55lNUUHm6kFvCxjN625nR/xa1yQ/wUfgb5NC0IAAA==" />
</form>
<script type="text/javascript">dojo.addOnLoad(function() {webui.suntheme.bootstrap.body = new webui.suntheme.body('/Page1.jsp', '/WebApplication14/faces/Page1.jsp',null,null,'com_sun_webui_util_FocusMana ger_focusElementId',true);});</script>
</body></html>
Jan 10 '08 #6
Forget the code -- post the URL, please.

James
Jan 10 '08 #7
I don't have a url but I have printscreens from the page in the two browsers so you can take a look and maybe you can tell my what is the problem.In my two previous posts I tried to say that I removed the line "<?xml version="1.0" encoding="UTF-8"?>" from my jsp page but it didn't make any difference.Also, I tried to give you the html code produced when the page loads but somehow the messages were left blank.Anyway, here are the two printscreens, obviously the one that looks normal is from firefox and the one that looks awful is from IE.


Jan 10 '08 #8
Death Slaught
1,137 1GB
Try adding a breaking line after your inputs like this:

Expand|Select|Wrap|Line Numbers
  1.  
  2.  
  3. <input type="button" onClick=" " value=" " /> <br /> <input type="button" onClick=" " value=" " />
  4.  
  5.  

Hope it helps, Thanks, Death
Jan 10 '08 #9
You're a life saver!It did the job!You wouldn't happen to know why it doesn't show the map in IE right?
Jan 11 '08 #10
Death Slaught
1,137 1GB
You're a life saver!It did the job!You wouldn't happen to know why it doesn't show the map in IE right?
:) drhowarddrfines favorite subject.

IE is 10 years behind web standards. It's glitchy, and adds margins where there aren't any. If you would like a more detailed description go here, and look at the links in his signature.

Thanks, Death
Jan 11 '08 #11

Sign in to post your reply or Sign up for a free account.

Similar topics

82
by: Peter Diedrich | last post by:
The site design is pretty simple: ============================================ | Head | ============================================ | | ...
3
by: sinister | last post by:
From http://www.oreillynet.com/pub/a/javascript/synd/2002/03/01/css_layout.html "Typically CSS layout replaces tables, which are currently the most popular method of placing page elements. There...
47
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
30
by: Diane Wilson | last post by:
I'm trying (once again) to figure out how to make a robust CSS layout style that can replace tables. I'd like to be able to do a basic two-column layout, with a one-column header, a two column...
20
by: Alan Silver | last post by:
Hello, In classic ASP, I used to use two include files on each page, one before and one after the main content, to provide a consistent layout across a web site. That way I could just change the...
3
by: Dave | last post by:
I am designing a web page using VS2003 ASP.NET. The page contains various DIVs (panels), one of which is in grid layout. The controls in this DIV render correctly in IE, but when using Firefox they...
10
by: Luke | last post by:
Hi. I am trying to make correct layout, here is an example of (dynamically generated content via jsp): http://localhost/www/layout.htm Most outer div is positioned absolute (if not then it...
5
by: Jeff User | last post by:
Hi all I am writing program/framework to server a web site dynamically based on stored web page data with C#, .net1.1 What is the preferred means of controlling page layout, frames or...
5
by: Ed Sproull [MSFT] | last post by:
First I'm pretty new to ASP.NET and I'm having a simple problem. I have small website with a header, sidebar and the the content. I want my content to appear beside my sidebar which seems to be a...
53
by: brave1979 | last post by:
Please check out my javascript library that allows you to create any layout for your web page, nested as deep as you like, adjusting to width and height of a browser window. You just describe it in...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.