anna55
Moderator
wie sollte ich mit 15 Webdesign verkaufen, ...
Du bist spät dran, Jonas23. Dieser Inder war 13, als er seine erste Seite ins Netz gestellt hat, und er hat mit 14 seine erste Firma gegründet:
Wirtschafts-Wunderkind: Das Internet-Imperium des indischen Goldjungen - SPIEGEL ONLINE - Nachrichten - Wirtschaft
Und noch ein Link aus Deinem Land dazu:
Faircustomer.ch Internet
Also sieh zu, dass Du die Sache ordentlich lernst.
Probier doch mal dieses CSS. Ich habe überall an den Stellen, an denen ich Änderungen vorgenommen habe, Kommentare dazu geschrieben:
Code:
body {
margin: 0;
padding: 0;
font: 85% arial, hevetica, sans-serif;
text-align: center;
color: #505367;
background-image:url(hintergrund.gif);
}
a img{
border: none;
}
#container {
width: 800px;;
margin: 0 auto;
padding: 0;
text-align:left;
}
#header{
height: 90px;
width: 450px;
background-image:url(logo.jpg);
background-repeat:no-repeat;
}
#mainnav { /* geändert für alle Browser */
height: 45px;
margin-top: 15px;
position: relative;
bottom: -16px;
width: 508px;
}
*+html #mainnav { /* geändert für IE7 */
margin-bottom: 27px;
}
* html #mainnav { /* geändert für IE6 */
margin-bottom: 16px;
}
.solidblockmenu{
margin: 0 0 0 2px;
padding: 0;
float: left;
font: bold 16px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(blockdefault.gif) center center repeat-x;
}
* html .solidblockmenu { /* geändert für IE6 */
margin: 0 0 0 1px;
}
.solidblockmenu li{
display: inline;
}
.solidblockmenu li a { /* geändert für alle Browser */
float: left;
color: white;
padding: 18px 37px;
text-decoration: none;
border-right: 1px solid white;
}
.solidblockmenu li:hover .ohne, /* geändert für alle Browser */
.solidblockmenu li a:hover.ohne,
.solidblockmenu li a.ohne {
border-right: 1px solid black;
}
.solidblockmenu li a:visited{
color: white;
}
.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}
#content_all {
width:865px;
}
#menu {
float:left;
height: 353px;
width: 509px;
background-image:url(menu.jpg);
background-repeat:no-repeat;
}
#contents {
float: left;
width: 354px;
height: 353px;
background-color: yellow;
background-image:url(news.jpg);
background-repeat:no-repeat;
}
#footer{ /* geändert für alle Browser */
clear: both;
height: 20px;
width: 861px;
background-color: lime;
margin-left: 2px;
}
Edit: Und aus dem HTML nimmst Du raus:
Code:
<p> </p>
Zuletzt bearbeitet: