Ich möchte nur den stylesheet code s ändern das die Datei: .pic('./images/pic.jpg' als ein Banner angezeigt wird mit 255px; 766px.
Habe es nicht hinbekommen weil ich keine Ahnung von Code habe... Ich mache eigentlich nur die Graphiken.
Vielen Dank schon mal Leute
Code als Zitat drin...
/* Layout
------------ */
/*================================================style================================================*/
*{margin:0px;padding:0px;}
.main{width:100%;}
.min_width {min-width:760px; width:expression(((document.documentElement.clientWidth || document.body.clientWidth) < 760)? "760px" : "100%");}
body {background:#071424; font-family:Tahoma; font-size:14px;}
table {border:0; border-collapse:collapse;}
img {border:0;}
html {/*font-size: 100%;*/ font-size:11px;}
.col_1, .col_2 { float:left;}
.column{float:left;}
.clear{clear:both;}
#date {height:54px;}
#date .indent {padding:10px 20px 10px 20px; color:#CCCCCC; font-size:0.91em;}
#header {height:215px; background:url('./images/header_till.jpg') left top repeat-x;}
#header .pic {background:url('./images/pic.jpg') left top no-repeat; width:501px; height:215px; float:right;}
#header .logo {padding:56px 0 0 76px;}
#menu {height:105px; background:url('./images/menu_till.jpg') left top repeat-x;}
#menu .position {text-align:center;}
#content {padding:10px 10px 10px 10px; color:#CCCCCC; font-size:0.85em; background:#051427 url('./images/content_till.jpg') top left repeat-x}
#footer {color:#CCCCCC; font-size:0.85em; height:55px; background:#071424 url('./images/footer_till.jpg') top left repeat-x; padding:20px 10px 10px 10px; text-align:center;}
/*================================================style================================================*/

