I'm getting a white stripe across the top of all my pages, as per attached image, does anyone know what's causing it?
I suspected the Struts Menu, which I removed because I don't really need it, see my default.jsp below Also on long pages my background image gets repeated, any idea why? I'v attached the image .png to http://www.nabble.com/file/p14319752/bg_2.png Regards, Mike. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <%@ include file="/common/taglibs.jsp"%> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <%@ include file="/common/meta.jsp" %> <title><decorator:title/> | <fmt:message key="webapp.name"/></title> <link rel="stylesheet" type="text/css" media="all" href="<c:url value='/styles/${appConfig["csstheme"]}/theme.css'/>" /> <link rel="stylesheet" type="text/css" media="all" href="<c:url value='/styles/myfaces.css'/>" /> <link rel="stylesheet" type="text/css" media="print" href="<c:url value='/styles/${appConfig["csstheme"]}/print.css'/>" /> <style type="text/css"> <!-- body { background-color: #00B8C5; margin-left: 10px; margin-top: 40px; margin-right: 10px; margin-bottom: 40px; } --> </style> <script type="text/javascript" src="<c:url value='/scripts/prototype.js'/>"></script> <script type="text/javascript" src="<c:url value='/scripts/scriptaculous.js'/>"></script> <script type="text/javascript" src="<c:url value='/scripts/global.js'/>"></script> <decorator:head/> </head> <body<decorator:getProperty property="body.id" writeEntireProperty="true"/><decorator:getProperty property="body.class" writeEntireProperty="true"/>> <table width="100%" height="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="center" valign="top"> <table width="720" height="360" border="0" cellpadding="0" cellspacing="0" style="background-image: url('images/bg_2.png');background-repeat: no-repeat;" > <tr> <td align="centre" valign="top" style="background-image: url('images/bg_2.png');background-repeat: no-repeat;background-position: bottom left;"> <div id="page" > <div id="header" class="clearfix"> <jsp:include page="/common/header.jsp"/> <br/><br/> </div> <div id="content" class="clearfix"> <div id="main"> <%@ include file="/common/messages.jsp" %> <h2><decorator:getProperty property="meta.heading"/></h2> <decorator:body/> </div> <c:set var="currentMenu" scope="request"><decorator:getProperty property="meta.menu"/></c:set> </div> </td> <div id="footer" class="clearfix"> <jsp:include page="/common/footer.jsp"/> </div> </div> </table> </tr> </table> </td> </tr> </table> </body> </html> -- View this message in context: http://www.nabble.com/Layout-CSS--Struts-Menu--tp14319752s2369p14319752.html Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
