Liebe Freunde!
Folgendes Problem steht bei mir an:
Die Startseite ist bereits korrekt und schaut wie folgt aus:
http://www.antiktreff.at/antiktreff
Unter Impressum sollte ein großes Feld sein, so wie es dargestellt ist. Rechts davon sollen 2 kleine Felder untereinander dargestellt sein, jedoch das Treff unten rechts soll an der selben Stelle sein, wie auf der Startseite.
Kann ich das Problem so lösen, wie die Seite derzeit aufgebaut ist, oder muss ich ein DIV einfügen.
Bitte um kurze Info
Folgendes Problem steht bei mir an:
Die Startseite ist bereits korrekt und schaut wie folgt aus:
http://www.antiktreff.at/antiktreff
Unter Impressum sollte ein großes Feld sein, so wie es dargestellt ist. Rechts davon sollen 2 kleine Felder untereinander dargestellt sein, jedoch das Treff unten rechts soll an der selben Stelle sein, wie auf der Startseite.
Kann ich das Problem so lösen, wie die Seite derzeit aufgebaut ist, oder muss ich ein DIV einfügen.
Bitte um kurze Info
HTML:
<!--#include virtual="antiktreff/script/head.inc"-->
<div id="content">
<img src="/antiktreff/img/stammdaten/content_rahmen_gross.gif" alt="" class="rahmen" style="background-color:#FAC422">
<img src="/antiktreff/img/stammdaten/content_rahmen_sub_klein.gif" alt="" align="top" class="rahmen1" style="background-color:#FAC422">
<img src="/antiktreff/img/stammdaten/content_rahmen_sub_klein.gif" alt="" align="bottom" class="rahmen1" style="background-color:#FAC422">
<img src="/antiktreff/img/stammdaten/treff.gif" alt="" class="treff">
</div>
<!--#include virtual="antiktreff/script/foot.inc"-->
Code:
/* CSS Document */
* { /* alle Elemente sollen urspruenglich keine Innen- und Aussenabstaende haben */
margin: 0;
padding: 0;
/*border: 1px dashed red;*/
}
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
width: 980px;
margin: 0;
padding: 0;
background-color:#FFF2D2;
}
div#pagewrap {
width: 980px;
background-color:#FFFFFF;
}
/*.clearfix:after {
content:".";display:block;
height:0;
font-size:0;
clear:both;
visibility:hidden;
}
.clearfix {
display:inline-block;
}*/ /* Hides from IE-mac \*/
/*
* html .clearfix {
height:1%;
}
.clearfix {
display:block;
}*//* End hide from IE-mac */
#header {
border:0;
background-image:url(/antiktreff/img/stammdaten/banner.jpg);
background-repeat:no-repeat;
height:92px;
}
#navigation {
background-color:#000000;
color:#FDCB42;
height: 23px;
margin-top:7px;
position:relative;
font-size: 10px;
font-weight:bold;
list-style: none;
line-height:23px;
}
#navigation ul {
padding-right:60px;
float:right;
}
#navigation ul li {
list-style-type:none;
}
#navigation ul li {
display:inline;
padding: 0px 7px 0px 10px;
}
#navigation ul li a {
font-size: 10pt;
text-decoration:none;
color:#FDCB42;
text-align:right;
}
#navigation ul li a:hover {
text-decoration:underline;
color:#CCCCCC;
}
#navigation ul li a.active {
text-decoration:underline;
}
#foot {
background-color:#000000;
color:#FDCB42;
height: 23px;
position:relative;
font-size: 8px;
font-weight:bold;
list-style: none;
line-height:23px;
}
#foot ul {
padding-left:30px;
}
#foot ul li {
list-style-type:none;
}
#foot ul li {
display:inline;
padding: 0px 7px 0px 10px;
}
#foot ul li a {
font-size: 8pt;
text-decoration:none;
color:#FDCB42;
}
#foot ul li a:hover {
text-decoration:underline;
color:#CCCCCC;
}
#foot ul li a.active {
text-decoration:underline;
}
#content {
height:447px;
overflow:auto;
overflow-x: hidden;
overflow-y: auto;
z-index:0;
padding-left:20px;
}
.treff {
position:relative;
margin-top: -101px;
float:right;
z-index:2;
}
.rahmen {
z-index:1;
margin:30px 0px 10px 20px;
overflow:auto;
overflow-x: hidden;
overflow-y: auto;
}
.rahmen1 {
z-index:1;
margin:30px 0px 10px 20px;
overflow:auto;
overflow-x: hidden;
overflow-y: auto;
}
.start_bild_mitte {
margin-left:-206px;
margin-top: -10px;
z-index:0;
}
.laufschrift {
margin-left: 15px;
margin-right:50px;
margin-top: 20px;
}
.laufschrift_text {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:18px;
border: 0px;
color:#FF0000;
}
.laufschrift_text a {
text-decoration:none;
color:#FF0000;
}
.headline_home {
color:#000000;
font-size:14px;
font-weight:bolder;
font-style:italic;
font-family:Verdana, Arial, Helvetica, sans-serif;
padding: 10px 20px 20px 20px;
}