Suche im Forum:
Suchen


Autor Nachricht
Beitrag06.08.2007 um 07:46 (UTC)    
Titel: Navi oben

Beitrag06.08.2007 um 09:02 (UTC)    
Titel:

Das rote in den Code hinzufügen/angleichen, damit kannst du die Schrift weiter nach unten setzen, indem du den Wert erhöhst:

Zitat:
<style type="text/css" media="screen">
<!--
body
{
font-family: Verdana, sans-serif;
font-size: 18x;
overflow: auto;
padding: 10px;
margin: 0px;
}

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

div.menu
{
position: absolute;
z-index: 3;
top: 173px;
left:200px;
}

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

.menu a
{
border: 1px solid #888;
background-color: #000000;
background-image: url(http://img259.imageshack.us/img259/9015/bb1ry3.jpg);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: default;
margin: 0px 2px;
display: block;
height: 30px;
color: #99ff00;
padding-top: 2px;
}

.menu a:hover
{
background-image: url(URL DES HOVER BUTTON);
background-color: #000099;
}

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

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


Zuletzt bearbeitet von pazox am 06.08.2007, 10:04, insgesamt einmal bearbeitet
Beitrag06.08.2007 um 09:31 (UTC)    
Titel:

Beitrag06.08.2007 um 17:37 (UTC)    
Titel:

ich habe da nochwas wie kann ich die banner weiter auseinander setzten???
______________
[img:347c850418]http://img508.imageshack.us/img508/4720/neuqv1tn8.gif[/img:347c850418]

http://flitzy.top-forum.net/index.htm
Beitrag06.08.2007 um 21:14 (UTC)    
Titel:

Beitrag07.08.2007 um 18:54 (UTC)    
Titel:

Beitrag07.08.2007 um 21:28 (UTC)    
Titel:

banner auseinander setzen wie meinst du das ?
______________
[img:7a169551d5]http://img.webme.com/pic/n/neotokyo/banner1.gif[/img:7a169551d5]

Voted für mich bitte ^^
Beitrag07.08.2007 um 22:14 (UTC)    
Titel:

Ich denke so

Zitat:
<style type="text/css" media="screen">
<!--
body
{
font-family: Verdana, sans-serif;
font-size: 18x;
overflow: auto;
padding: 10px;
margin: 0px;
}

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

div.menu
{
position: absolute;
z-index: 3;
top: 173px;
left:200px;
}

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

.menu a
{
border: 1px solid #888;
background-color: #000000;
background-image: url(http://img259.imageshack.us/img259/9015/bb1ry3.jpg);
text-decoration: none;
text-align: center;
font-weight: bold;
cursor: default;
margin: 0px 4px;
display: block;
height: 30px;
color: #99ff00;
padding-top: 2px;
}

.menu a:hover
{
background-image: url(URL DES HOVER BUTTON);
background-color: #000099;
}

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

#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a
{
font-weight: normal;
padding-top: 2px;
border-top: 20px;
cursor: pointer;
}
//-->
</style>
Beiträge der letzten Zeit anzeigen:   


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