Suche im Forum:
Suchen


Autor Nachricht
Beitrag10.03.2010 um 16:26 (UTC)    
Titel: Eigenes Design?

Ey wie kann man ein eigenes Design für seine HP einstellen?
Beitrag10.03.2010 um 16:32 (UTC)    
Titel: Re: Eigenes Design?

Hier mal ein Link, der nützlich sein könnte. Die codes setzt man bei Text über Design bei Designeinstellungen ein.

http://design-generator.de.tl/
______________
Freundliche Grüße von Gralsbote

Beitrag10.03.2010 um 16:34 (UTC)    
Titel: Re: Eigenes Design?

Und hier ist mal ein jungfreuliches Cool-Design. Headerbild etcetera pepe muss man natürlich alles in diesem Code selber ändern. Auch wenn man eine andere Farbe will. Ich hatte das mal. Es hat mir viel Arbeit gemacht, weil ich auch kein Fachmann bin.

<div align="center">
<table border="0" width="100%">
<tr>
<td>

<style type="text/css" media="screen">
<!--
body
{
font-family: Verdana;
font-size: 14px;
overflow: auto;
padding: 0px;
margin: 0px;
}

ul, li
{
list-style-type: none;
padding: 0px;
margin: 0px;
}

li a
{
padding-right: 20px;padding-top: 5px;
}

div.menu
{
position: absolute;
z-index: 1;
top: 200px;
left: 23%;
margin-left:0px;
width:580px;
}

.menu li
{
width:140px;
float: left;
}

.menu a
{
border: 0px solid ;
color:#ffffff;
background-image: url();
text-decoration: none;
text-align: center;
font-weight:normal;
cursor: pointer;
margin: 0px 0px;
display: block;
height: 19px;
background-color: ;
}

.menu a:hover
{color:#ffffff;
border: 1px solid ;
color:#ffffff;
background-color:#32CD32;
background-image: url();
}

#smenu1, #smenu2, #smenu3, #smenu4
{
font-size: 19px;
display: none;
width: 140px;
float: left;
}

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
font-weight: normal;
padding-top: 2px;
border-top: 0px;
cursor: pointer;
}
//-->

</style>

<script type="text/javascript">
<!--
function montre(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'block';
else if (all)
all[id].style.display = 'block';
else
layers[id].display = 'block';
}
}

function cache(id)
{
with (document)
{
if (getElementById)
getElementById(id).style.display = 'none';
else if (all)
all[id].style.display = 'none';
else
layers[id].display = 'none';
}
}
//-->
</script>

</head>
<body>

<div class="menu">
<ul>
<li><a href="javascript:void(0);" onmouseover="montre('smenu1');"

onmouseout="cache('smenu1');">Übersicht1</a>
<ul id="smenu1" onmouseover="montre('smenu1');" onmouseout="cache('smenu1');">
<li><a href="http://DEINE_SEITE/">Seite1</a></li>
<li><a href="http://DEINE_SEITE/">Seite2</a></li>
<li><a href="http://DEINE_SEITE/">Seite3</a></li>
<li><a href="http://DEINE_SEITE/">Seite4</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu2');"

onmouseout="cache('smenu2');">Übersicht2</a>
<ul id="smenu2" onmouseover="montre('smenu2');" onmouseout="cache('smenu2');">
<li><a href="http://DEINE_SEITE/">Seite1</a></li>
<li><a href="http://DEINE_SEITE/">Seite2</a></li>
<li><a href="http://DEINE_SEITE/">Seite3</a></li>
<li><a href="http://DEINE_SEITE/">Seite4</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu3');"

onmouseout="cache('smenu3');">Übersicht3</a>
<ul id="smenu3" onmouseover="montre('smenu3');" onmouseout="cache('smenu3');">
<li><a href="http://DEINE_SEITE/">Seite1</a></li>
<li><a href="http://DEINE_SEITE/">Seite2</a></li>
<li><a href="http://DEINE_SEITE/">Seite3</a></li>
<li><a href="http://DEINE_SEITE/">Seite4</a></li>
</ul>
</li>

<li><a href="javascript:void(0);" onmouseover="montre('smenu4');"

onmouseout="cache('smenu4');">Übersicht4</a>
<ul id="smenu4" onmouseover="montre('smenu4');" onmouseout="cache('smenu4');">
<li><a href="http://DEINE_SEITE/">Seite1</a></li>
<li><a href="http://DEINE_SEITE/">Seite2</a></li>
<li><a href="http://DEINE_SEITE/">Seite3</a></li>
<li><a href="http://DEINE_SEITE/">Seite4</a></li>
</ul>
</li>
</ul>
</div>
</body>
</html>


<style type="text/css">
<!--
table.edit_main_table{width: 100% !important;}
td.edit_main_tr{width: 100% !important;}
table.edit_second_table{width: 100% !important;}
td.edit_header_full{width: 100% !important;background-position:center;background-repeat:no-repeat;}
td.edit_header_full table{width: 100% !important;height:153px;}
table.edit_third_table{width: 100% !important;}
td.edit_navi_headbg{width: 15% !important;}
table.edit_rechts_tabelle{width: 100% !important;}
td.edit_rechts_bottom{width: 15% !important;}
td.edit_rechts_cbg{width:100%;}
td.nav_heading{color: #ffffff;background-image: url();background-color: #32CD32;height:26px;border-bottom:1px
solid #ffffff;border-top:1px solid #ffffff}
td.nav{background-image: url();background-color: #32CD32;width:150px;height:30px;border-right: 1px solid
#868686;border-bottom:1px solid #ffffff;border-top:1px solid #ffffff;margin:5px;padding-left:15px;}
td.nav:hover{background-image:url();background-color: #32CD32;width:150px;height:30px;border-right: 1px solid
#32CD32;border-bottom:1px solid #ffffff;border-top:1px solid #ffffff;margin:5px;padding-left:15px;}
td.nav a{color: #ffffff;}
td.edit_below_nav{visibility: hidden;}
td.headline2{font-size:16px;color:#ffffff;}
td.headline{visibility:hidden;}
td.edit_rechts_cbg{background-image: url();width: 100%;}
td.edit_content{background-image:url();padding-top:80px}
td.edit_content_top{background-image:url();background-color: #32CD32;height:24px;width:
100%;!important;border-bottom:1px solid #ffffff;border-top:1px solid #ffffff}
td.edit_content_bottom{background-image:url();}
td.edit_content_bottom2{background-image:url();}
td.edit_navi_headbg{background-image:url(URL);}
td.sidebar_heading{color: #ffffff;background-color: #32CD32;background-image: url();height:24px;border-bottom:1px
solid #ffffff;border-top:1px solid #ffffff}
td.shouty{color:#32CD32;background-image: url(URL);background-color: transparent;}
td.shouty2{color:#32CD32;background-image: url(URL);background-color: transparent;}
td.shouty3{color:#32CD32;background-image: url(URL);background-color: transparent;}
td.shouty4{color:#32CD32;background-image: url(URL);background-color: transparent;}
td.shouty5{color:#32CD32;background-image: url(URL);background-color: transparent;}
td.edit_rechts_bottom{background-image: url();width: 15%;}
td.edit_rb_footer{background-image: url();}
body{background-image: url();background-color: #228B22;!important;}
td.edit_rechts_sbg{background-image: url();visibility: hidden;position: absolute;right: 0px;}
td.headline2{visibility:hidden;}
td.idcp{visibility:hidden;}
td.edit_header_full{height:150px;background-image:url(HEADERBILD);background-repeat:no-repeat;
background-position:center center;margin-bottom:5px;}

/*Seiten die nicht in der Navi erscheinen*/
td#nav_SEITENNAME{visibility:hidden;}


/*Hiermit wird der Abstand zwischen den Buttons erreicht*/
td#nav_nein1{visibility:hidden;height:4px;}
td#nav_nein2{visibility:hidden;height:4px;}
td#nav_nein3{visibility:hidden;height:4px;}
td#nav_nein4{visibility:hidden;height:4px;}
td#nav_nein5{visibility:hidden;height:4px;}
td#nav_nein6{visibility:hidden;height:4px;}
td#nav_nein7{visibility:hidden;height:4px;}
td#nav_nein8{visibility:hidden;height:4px;}
td#nav_nein9{visibility:hidden;height:4px;}
td#nav_nein10{visibility:hidden;height:4px;}
td#nav_nein11{visibility:hidden;height:4px;}
td#nav_nein12{visibility:hidden;height:4px;}
td#nav_nein13{visibility:hidden;height:4px;}
td#nav_nein14{visibility:hidden;height:4px;}
td#nav_nein15{visibility:hidden;height:4px;}
td#nav_nein16{visibility:hidden;height:4px;}

-->
</style>

<style type="text/css">
<!--
tr.checked_menu td{background-image:url();background-color: #32CD32;height:30px;border-right: 1px solid

#ff9900;border-bottom:1px solid #ffffff;border-top:1px solid #ffffff;margin:5px;padding-left:15px;}

-->
</style>
<style type="text/css">
a {color:#ffffff}
a:hover {color: #ADFF2F}
</style>
______________
Freundliche Grüße von Gralsbote

Beitrag10.03.2010 um 16:36 (UTC)    
Titel: andere frage dazu

hey, ich möchte nicht gleich n neues thema anfangen slso poste ich erstmal hier rein:

kann ich den main frame vergrößern sprich verbreitern???

danke
Beitrag10.03.2010 um 16:44 (UTC)    
Titel:

schaut mal da nach und gut durchlesen !http://www.homepage-baukasten.de/forum/viewtopic.php?t=101594 Embarassed
______________
Mfg Frank.
über einen Besuch würde ich mich freuen
[url=http://frankrhetz.de.tl][img:872askjd]
Beiträge der letzten Zeit anzeigen:   


Powered by phpBB © 2001, 2005 phpBB Group
Deutsche Übersetzung von phpBB.de