Suche im Forum:
Suchen


Autor Nachricht
Beitrag28.04.2010 um 20:23 (UTC)    
Titel: Was ist falsch?

Könnt ihr mir sagen was der Fehler ist?

CSS-Code ohne Style Tags:

Code:
h1#title{display: none;}
h2#title span {display: none;}
div.header{display: none;}
li.nav_element{list-style-type: none;}
li.nav_element checked_menu{display:none;}
li.nav_element subpage{display:none;}
li.nav_element{display:none;}
#nav_container{display:none;}
#sidebar_container{display:none;}
#counter{display:none;}
body,h1,h2 {
   background-color: #ffffff;
   color:#666666;
   font-family: arial, helvetica, sans-serif;
   font-size: 8pt;
   margin:0;
   padding:0;
}

a:link,a:visited {color: #06c; text-decoration:none;}
a:hover {color: #f60; text-decoration:underline;}
h1,h2,h3 {font-weight:bold;}

p {margin: 0 0 10px 0; color:#666666;}

.more {
   text-align: right;
   margin-bottom: 20px;
   text-transform: uppercase;
   font-size: 10px;
}
   
.more a {
   text-align: right;
}

input.text {
     font-family:Arial,Helv,sans-serif;
   font-size:11px;
    color: #628BC4;
   background: transparent;
    border: 1px solid #ccc;
    font-weight: bold;
}

input.submit {
     font-family:Arial,Helv,sans-serif;
   font-size:11px;
    font-weight: bold;
   color: #06C;
   
   background: transparent;
   border-width: 0px;
}
 
input.login {
     font-family:Arial,Helv,sans-serif;
   font-size:11px;
    color: #628BC4;
   background: transparent;
    border: 1px solid #ccc;
    font-weight: bold;
}
 
h2 {
   margin-bottom: 7px;
   font-size: 11pt;
   height: 20px;
   background: url(http://img.webme.com/pic/z/zax66-test2/naslov.gif) no-repeat;
   padding-top: 3px;
   padding-left: 5px;
   color: #f60;
}

h2 a, h2 a:visited {
   color: #f60;
}

h2 a:hover {
   color: #06c;
   text-decoration: none;
}

h3 {
   margin-top: 15px;
   margin-bottom: 5px;
}

.tabs {
   text-align: right;
   padding-left: 13px;
   padding-right: 30px;
   font-weight: bold;
}
   
#container {
   width: 750px;
   margin: auto;
   padding-left: 12px;
   padding-right: 10px;
   background: #FFF url(http://img.webme.com/pic/z/zax66-test2/pozadina.gif) no-repeat;
   color: #333;
   line-height: 130%;
}

#top {
   height: 50px;
   background: url(logo.gif) no-repeat left bottom;
   margin-bottom: 5px;
   padding-top: 20px;
   font-size: 15pt;
   color: #06C;
}

.podnaslov {
   font-size: 8pt;
   padding-left: 11px;
   color: #808080;
}

.poslovni {
   color: #808080;   
}


#left {
   float: left;
   width: 125px;
}


#left a, #left a:visited {
   display: block;
   text-decoration: none;
   height: 17px;
   padding-left: 3px;
   padding-right: 13px;
   border-bottom: 1px solid #ccc;
   
}

#left a:hover {
   background: #06c;
   color: #FFF;
}

#right {
   padding-right: 10px;
   float: right;
   width: 213px;
   border-bottom: 1px solid #cccccc;
   text-align:justify;
}

#content {
   padding-top: 6px;
   margin-left: 135px;
   margin-right: 230px;
   padding-right: 10px;
   max-width: 36em;
   text-align:justify;
}

#footer {
   margin-top: 8px;
   margin-left: 135px;
   margin-right: 240px;
   padding-top:4px;
   padding-bottom:4px;
   
   color:#999999;
   margin-bottom:10px;
   text-align:right;
   border-top: 2px solid #ccc;
}


Übder dem Design:
Code:

<title>ZaX66.de.tl | Apps, Music and More...</title>
<div id="container">
      <div id="top">
            
      
      <b>ZaX66.de.tl</b>

      <span class="podnaslov">ZaX66.de.tl
      </span>
      </div>
      
      <div id="left">
         <a href="#">Home</a>
         <a href="#">Info</a>
         <a href="#">Contact</a>

         <a href="#">Support</a>
         <a href="#">Our Affiliates</a>
         <a href="#">Links</a>
         <a href="#">About us</a>
         <br />
         <p>
</p>

         
      
         <a href="#">Welcome to Our site!</a>
         <p>

         </p>
         

         
         </div>

      <div id="right">
      <form name="#" action="a" method="get">
         <p>&nbsp;Search: <input name="a" type="text" size="14">
         <input name="a" type="submit" class="submit" value="Go">
         </p>

      </form>
      
      <h3>Welcome to Our site!</h3>
      <p>

      </p>
      <h3>Be sure to read this</h3>
      <p>

      </p>
      </div>
      
      <div id="content">
      <p>
      <a class="tabs" href="#">HOME</a>
      <a class="tabs" href="#">NEWS</a>

      <a class="tabs" href="#">REVIEWS</a>
            
      </p>


Unter dem Design:

Code:
</div>
         <div id='footer'>
         &copy; 2010. <a href='#'>ZaX66.de.tl</a> |
         
         Design: Luka Cvrk, <a title="Awsome Web Templates" href="http://www.solucija.com/">Solucija</a>
         </div>
</div>

______________
Web-Runde.de

Beitrag28.04.2010 um 20:26 (UTC)    
Titel:

Gegenfrage:
Was funktioniert nicht?
______________
Rechtschreibfehler sind gewollt und erhöhen die Qualität des Beitrags.
Beitrag29.04.2010 um 18:05 (UTC)    
Titel:

Schau's dir auf zax66-test2.de.tl an...
______________
Web-Runde.de

Beitrag01.05.2010 um 17:52 (UTC)    
Titel:

Könnt mir mal jemand helfen?
______________
Web-Runde.de

Beitrag02.05.2010 um 12:56 (UTC)    
Titel:

zax66 hat Folgendes geschrieben:
Schau's dir auf zax66-test2.de.tl an...


wenn schon gefragt wird was für ein fehler auftaucht und du so antwortest, dann darfst du dich nicht wundern, wenn hilfe ausbleibt.

schon daran gedacht, dass der eventuelle fehler im unternetexplorer sein kann und im firefox nicht?

wenn ich ein problem hätte, dann würde ich es so gut wie möglich beschreiben und auch ein bildschirmfoto machen und die stelle markieren und nicht solche antwort schreiben. Wink

gruss gringo
______________
Mein Youtube Kanal | Standard-Designs als Red Design ohne rechte Boxen | Tips zum Design Professionell

Beiträge der letzten Zeit anzeigen:   


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