Verfasst: 31.05.2007 17:54
Scheinbar ist es nicht möglich, das Banner incl. der beiden Textzeilen so zu bearbeiten, das es in jeder Browsereinstellung 1280/1024 an seinem Platz bleibt, in diesem Fall eben mittig. 

Code: Alles auswählen
<div id="site-description">
Code: Alles auswählen
<div align="center" id="site-description">
Code: Alles auswählen
#logo {
float: left;
width: auto;
padding: 10px 13px 0 10px;
}
Code: Alles auswählen
#logo {
float: none;
width: auto;
padding: 10px 13px 0 10px;
}
Code: Alles auswählen
/* Site description and logo */
#site-description {
float: right;
width: 70%;
}
Code: Alles auswählen
/* Site description and logo */
#site-description {
float: none;
width: 100%;
}
Code: Alles auswählen
//-->
</script>
</head>
<body class="{S_CONTENT_DIRECTION}">
<a name="top"></a>
<table border="0" cellspacing="0" cellpadding="0" width="{$CA_WIDTH}" id="maintable" align="center">
<tr>
<td id="logorow" align="center"><div id="logo-left"><div id="logo-right">
<a href="{U_INDEX}">{SITE_LOGO_IMG}</a>
</div></div></td>
</tr>
<tr>
Code: Alles auswählen
</head>
<body id="phpbb" class="section-{SCRIPT_NAME} {S_CONTENT_DIRECTION}">
<table width="800" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" background="./styles/SUPA-2008/theme/images/bg_main_top.gif" width="800" height="20">
</td>
</tr>
</table>
<div id="wrap">
<a id="top" name="top" accesskey="t"></a>
<div id="page-header">
<div class="headerbar">
<div class="inner"><span class="corners-top"><span></span></span>
<div align="center" id="site-description">
<a href="{U_INDEX}" title="{L_INDEX}" id="logo">{SITE_LOGO_IMG}</a>
<p style="display: none;"><a href="#start_here">{L_SKIP}</a></p>
</div>
<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
<div id="search-box">
<form action="{U_SEARCH}" method="post" id="search">
<fieldset>
<input name="keywords" id="keywords" type="text" maxlength="128" title="{L_SEARCH_KEYWORDS}" class="inputbox search" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
<input class="button2" value="{L_SEARCH}" type="submit" /><br />
<a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}
</fieldset>
</form>
</div>
<!-- ENDIF -->
Wo finde ich die denn???nickvergessen hat geschrieben:common.css