Archiv verlassen und diese Seite im Standarddesign anzeigen : .Css scripter gesucht
thomeshop
07.09.2008, 15:24
hallo, ich suche hier jemanden der mir eine css schreiben kann, habe ein tolle design bekommen kann es aber ohne die css nicht verbauen.
Zum vms ???
dan würd ich sen fürs menü die css
.nav_head {
width:205px;
height:40px;
background-image:url(/images/nav_head.png);
background-repeat:no-repeat;
}
.nav_head span {
display:block;
padding-left:5px;
padding-top:10px;
font-size:12px;
color: #ffffff;
font-weight:bold;
font-family:Arial, Verdana;
}
.nav_bg {
width:200px;
font-family:Arial;
font-size:11px;
color:#4171AB;
background-image:url(/images/nav_bg.png);
background-repeat:repeat;
}
.nav_foot {
width:205px;
height:30px;
background-image:url(/images/nav_foot.png);
background-repeat:no-repeat;
}
.content_head {
width:600px;
height:45px;
background-image:url(/images/content_head.png);
background-repeat:repeat;
}
.content {
width:600px;
font-family:Arial;
font-size:11px;
color:#4171AB;
background-image:url(/images/content_bg.png);
background-repeat:repeat;
;
}
.content h1 {
background-image:url(images/h1_bg.png);
background-repeat:no-repeat;
font-size: 13px;
color:#ffffff;
margin: 10px 10px 10px 10px;
text-align:center;
padding-top:20px;
padding-bottom:2px;
font-weight:bold;
font-family: Arial, Verdana;
margin-top:5;
margin-bottom:5;
margin-left:5;
margin-right:5;
}
.content_foot {
width:600px;
height:30px;
background-image:url(/images/content_foot.png);
background-repeat:repeat;
}
und in der layout.lib.php das
<?
function head($titel){
echo '
<div class="content_head"><span><div id align="center"><font color="#ffffff"><br>'.$titel.'</font></div></span></div>
<div class="content"><div class="content_bg">
<table align="center" width="96%" cellpadding="2" cellspacing="2">
<tr>
<td>
';
}
function foot(){
echo '
</td>
</tr>
</table>
</div></div><div class="content_foot"></div>
<br>
';
}
function menuehead($titel){
echo'
<div class="nav_head"><span><div id align="center"><font color="#ffffff">'.$titel.'</font></div></span></div>
<div class="nav_bg"><div class="nav_content">
<table align="center" width="90%" cellpadding="2" cellspacing="2">
<tr>
<td>
';
}
function menuefoot(){
echo'
</td>
</tr>
</table>
</div></div><div class="nav_foot"></div>
<br>
';
}
?>
so kannst es ja mal selber probieren und andernfals nochmal schreiben
Powered by vBulletin® Version 4.2.5 Copyright ©2024 Adduco Digital e.K. und vBulletin Solutions, Inc. Alle Rechte vorbehalten.