Suche im Forum:
Suchen


Autor Nachricht
Beitrag22.07.2009 um 13:33 (UTC)    
Titel: design schönheitsfehler

habe da einige kleine fehler im design:

- in manchen Browsern wird oben rechts " //--> " weiß absolut nicht warum?!
- mein Counter sollte im Navi-Feld ganz unten in weiß stehen
- meine Navi Links (und nur diese) sollen weiß sein und beim drüber fahren und anklicken rot werden

was hab ich falsch gemacht?


hier mein aktueller Code:



<style type="text/css">
<!--
Zitat:
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}

body {background-color:#FF0000;}

a{color:#000000; font-size: 15px; text-decoration: none;}
a:hover {color: #CC0000; font-size: 15px; text-decoration: none;}
a:link {color: #FFFFFF; font-size: 15px; text-decoration: none;}
a:active {color: #FFFFFF; font-size: 15px; text-decoration: none;}
a:visited {color: #CC0000; font-size: 15px; text-decoration: none;}

li.nav_element a{
color:#FFFFFF;
a:visited color: #CC0000;
display: block;
margin: 7px;
padding-left: 02px;
text-decoration: none;
width: 150px;
height: 20px;
background-image: url();
background-color:#000080;}

* { padding: 0; margin: 0; }

#Design04 {
margin: 0 auto;
width: 910px;}

#Header_oben {
height: 110px;
width: 888px;
background: #990000;
background-image:url();
color: #FFFFFF;
border: 1px solid #6E6E6E;
margin: 0px 0px 0px 0px;
padding: 10px;
float: left;}

#nav_container {
width: 130px;
height: 540px;
background: #800000;
background-image:url();
color: #0000000;
border: 1px solid #6E6E6E;
margin: 0px 0px 0px 0px;
padding: 10px;
float: left;}

#counter {
left: 50%;
top:770px;
margin-left:-485px;
color:#FFFFFF;
width: 200px;
height: 40px;
font-size: 20px;
border: 0px solid #FFFFFF;
text-align:center;}

#content {
height: 540px;
width: 700px;
background: #C0C0C0;
background-image:url();
color: #000000;
border: 1px solid #6E6E6E;
margin: 0px 0px 0px 0px;
padding: 10px;
display: inline;
float: left;
overflow:auto;}
</style>
Beitrag22.07.2009 um 14:06 (UTC)    
Titel: Re: design schönheitsfehler

freiwillige-feuerwehr-gross-naundorf hat Folgendes geschrieben:


<style type="text/css">
<!--

Zitat:
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}

body {background-color:#FF0000;}

a{color:#000000; font-size: 15px; text-decoration: none;}
a:hover {color: #CC0000; font-size: 15px; text-decoration: none;}
a:link {color: #FFFFFF; font-size: 15px; text-decoration: none;}
a:active {color: #FFFFFF; font-size: 15px; text-decoration: none;}
a:visited {color: #CC0000; font-size: 15px; text-decoration: none;}

li.nav_element a{
color:#FFFFFF;
a:visited color: #CC0000;
display: block;
margin: 7px;
padding-left: 02px;
text-decoration: none;
width: 150px;
height: 20px;
background-image: url();
background-color:#000080;}

* { padding: 0; margin: 0; }

#Design04 {
margin: 0 auto;
width: 910px;}

#Header_oben {
height: 110px;
width: 888px;
background: #990000;
background-image:url();
color: #FFFFFF;
border: 1px solid #6E6E6E;
margin: 0px 0px 0px 0px;
padding: 10px;
float: left;}

#nav_container {
width: 130px;
height: 540px;
background: #800000;
background-image:url();
color: #0000000;
border: 1px solid #6E6E6E;
margin: 0px 0px 0px 0px;
padding: 10px;
float: left;}

#counter {
left: 50%;
top:770px;
margin-left:-485px;
color:#FFFFFF;
width: 200px;
height: 40px;
font-size: 20px;
border: 0px solid #FFFFFF;
text-align:center;}

#content {
height: 540px;
width: 700px;
background: #C0C0C0;
background-image:url();
color: #000000;
border: 1px solid #6E6E6E;
margin: 0px 0px 0px 0px;
padding: 10px;
display: inline;
float: left;
overflow:auto;}
</style>


die makierten Sachen löschen.
______________
Kostenlose Homepagetools - www.spetools.de | SpeTools on TwitterNews
Beitrag22.07.2009 um 14:29 (UTC)    
Titel: & die Counterfarbe?

danke super

aber wie bekomm ich jetzt das mit der Counterfarbe hin?
Beitrag22.07.2009 um 14:40 (UTC)    
Titel:

Ich sehe keinen Counter bei dir.
______________
Kostenlose Homepagetools - www.spetools.de | SpeTools on TwitterNews
Beitrag22.07.2009 um 14:54 (UTC)    
Titel:

vorletzte


#counter {
left: 50%;
top:770px;
margin-left:-485px;
color:#FFFFFF;
width: 200px;
height: 40px;
font-size: 20px;
border: 0px solid #FFFFFF;
text-align:center;}
Beitrag22.07.2009 um 15:00 (UTC)    
Titel:

freiwillige-feuerwehr-gross-naundorf hat Folgendes geschrieben:
vorletzte


#counter {
left: 50%;
top:770px;
margin-left:-485px;
color:#FFFFFF;
width: 200px;
height: 40px;
font-size: 20px;
border: 0px solid #FFFFFF;
text-align:center;}



Aso ... also einfach das markierte ändern.
______________
Kostenlose Homepagetools - www.spetools.de | SpeTools on TwitterNews
Beitrag22.07.2009 um 15:58 (UTC)    
Titel: ja schon klar

aber egal welchen farbcode ich da eingebe, es passiert nix
Beitrag23.07.2009 um 00:47 (UTC)    
Titel: Re: ja schon klar

freiwillige-feuerwehr-gross-naundorf hat Folgendes geschrieben:
aber egal welchen farbcode ich da eingebe, es passiert nix
Bei mir hast du den farbcode "#FFFFFF" eingegeben,
dieser farbcode steht für die Farbde weiß und die wird bei mir angezeigt Confused

mfg Dominik
______________
Besucht die offizielle Hilfeseite vom Homepage-Baukasten:

Iceblue Generator | Red Generator | Butterfly Generator
Beitrag23.07.2009 um 09:46 (UTC)    
Titel:

ja weil ich es hinbekommen hab, hatte die absolute position vergessen

trotzdem danke
Beiträge der letzten Zeit anzeigen:   


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