Antworten auf deine Fragen:
Neues Thema erstellen

Bild Doppelt im Firefox

Massacre

Nicht mehr ganz neu hier

Hi, ich brauch mal wieder eure hilfe.

hier erstmal das Problem kind:

oben bei den Quick Links ist im Firefox der Youtube button doppelt aber im IE nicht an was kann das liegen ? Schaut Euch gern den Quelltext an und wenn ihr wollt poste ich noch mein CSS Script

Danke im vorraus
 
Zuletzt bearbeitet:

D

danielSMC

Guest

AW: Bild Doppelt im Firefox

Er zeigt es ja nicht nur zweimal an, sondern das obere verweist auf das gleiche Ziel wie der Dev-Art Link
Könnte daran liegen, weil dein href-Tag vom Dev-Art Link nicht zu gemacht ist.
Code:
<li class="link_01"><a href="http://drmakaber.deviantart.com/gallery/" target="_blank">link1</li>
Es fehlt das </a>am Ende ;)
 
Zuletzt bearbeitet:

Massacre

Nicht mehr ganz neu hier

AW: Bild Doppelt im Firefox

das der obere auch auf den dev art link verweisst seh ich ja jetzt erst ^^ sehr strange ich hab ihn jetzt geschlossen aber selbes spiel wie vorher
 
D

danielSMC

Guest

AW: Bild Doppelt im Firefox

Also ich sehe ihn immernoch als offen (trotz neu laden und verzicht auf Cache).
Ansonsten kann ich so erstmal keinen Fehler finden. Bräuchte dann schon die CSS.
 

Massacre

Nicht mehr ganz neu hier

AW: Bild Doppelt im Firefox

okay ich weis warum dus noch als offen gesehn hast ich hatte 2 dateien drauf einmal ne xhtml und ne html und der hat die ganze zeit auf die xhtml die nich verändert war ^^ okay ich dank dir das du mein </a> gesehn hast des ich durch meine verzweiflung net gesehn hab ^^
 
D

danielSMC

Guest

AW: Bild Doppelt im Firefox

und schon gehts... :)
also bei mir im FF alles ok jetzt.

Wars der Tag?
 

Massacre

Nicht mehr ganz neu hier

AW: Bild Doppelt im Firefox

jap wars, aber des is immer so man macht nen kleinen fehler einem selbst explodiert fast der kopf vor lauter suchen und n ausenstehender siehts auf anhieb ^^
 
D

danielSMC

Guest

AW: Bild Doppelt im Firefox

Jepp! ;)

Dann wünsch ich dir noch weiterhin viel Erfolg mit dem Projekt... sieh ja jetzt schon recht vielversprechend aus!
 

Massacre

Nicht mehr ganz neu hier

AW: Bild Doppelt im Firefox

so ich hab wieder ein Problem schaut mal hier

aber auf der startseite ist es genauso


ich denke es wird euch gleich auffallen schaut euch den html-code an und diesmal schick ich auch gleich den css code mit

und wieder siehts im FF komplett anders aus ^^


Code:
* {

    margin: 0;
    padding: 0; 

}

body {

    background: #240404;
    font-size: 11px;
    font-family: verdana, Arial, helvertica, sans_serif;

}

a {

    color: #3282d6;
    font-weight: bold;
    

}

a:hover {

    color: #6b9ed4;
    font-weight: bold;

}

a img {

    border: none;

}

#head {

    width: 100%;
    height: 90px;
    background: url(images/head_bg.jpg);    

}

#navi {

    width: 100%;
    height: 35px;
    text-align: center;
    background: url(images/navi_bg.jpg);   

}

#navi ul {

    margin: 0px auto;
    width: 1000px;

}

#navi ul li {

    list-style-type: none;
    display: block;
    height: 35px;
    float: left;
    text-indent: -9999px;
    width: 130px;

}

#navi ul li a {

    outline: none;
    display: block;
    width: 130px;
    height: 35px;

}

/* Navigation Class Home*/


#navi ul li.home a {

    background: url(images/startseite_01.jpg) no-repeat 0 0;

}

#navi ul li.home a.aktiv {

    background: url(images/startseite_02.jpg) no-repeat 0 0;

}                   

#navi ul li.home a:hover {

    background: url(images/startseite_02.jpg) no-repeat 0 0;

}

/* Navigation Class Tutorials*/

#navi ul li.tutorials a {

    background: url(images/tutorials_01.jpg) no-repeat 0 0;

}

#navi ul li.tutorials a.aktiv {

    background: url(images/tutorials_02.jpg) no-repeat 0 0;

}

#navi ul li.tutorials a:hover {

    background: url(images/tutorials_02.jpg) no-repeat 0 0;

}
                               
/* Navigation Class Gallerie*/
                               
#navi ul li.gallerie a {

    background: url(images/gallerie_01.jpg) no-repeat 0 0;

}

#navi ul li.gallerie a.aktiv {

    background: url(images/gallerie_02.jpg) no-repeat 0 0;

}

#navi ul li.gallerie a:hover {

    background: url(images/gallerie_02.jpg) no-repeat 0 0;

}

/* Navigation Class Über Mich*/
                               
#navi ul li.about a {

    background: url(images/about_01.jpg) no-repeat 0 0;

}

#navi ul li.about a.aktiv {

    background: url(images/about_02.jpg) no-repeat 0 0;

}

#navi ul li.about a:hover {

    background: url(images/about_02.jpg) no-repeat 0 0;

}

/* Navigation Class Downloads*/
                               
#navi ul li.downloads a {

    background: url(images/downloads_01.jpg) no-repeat 0 0;

}

#navi ul li.downloads a.aktiv {

    background: url(images/downloads_02.jpg) no-repeat 0 0;

}

#navi ul li.downloads a:hover {

    background: url(images/downloads_02.jpg) no-repeat 0 0;

}

/* Navigation Class Downloads*/
                               
#navi ul li.referenzen a {

    background: url(images/referenzen_01.jpg) no-repeat 0 0;

}

#navi ul li.referenzen a.aktiv {

    background: url(images/referenzen_02.jpg) no-repeat 0 0;

}

#navi ul li.referenzen a:hover {

    background: url(images/referenzen_02.jpg) no-repeat 0 0;

}

/* Navigation Class Portal*/
                               
#navi ul li.sblportal a {

    background: url(images/sbl-tv_01.jpg) no-repeat 0 0;

}

#navi ul li.sblportal a.aktiv {

    background: url(images/sbl-tv_02.jpg) no-repeat 0 0;

}

#navi ul li.sblportal a:hover {

    background: url(images/sbl-tv_02.jpg) no-repeat 0 0;

}

#effect {

    width: 100%;
    height: 260px;
    background: url(images/effect_bg.jpg);
}

#effect_header {

    height: 260px;
    display: block;
    margin: 0px auto;
    background: url(images/effect_header.jpg) no-repeat center top;
   
}

.quick_box {

    height: 230px;
    width: 250px;
    margin: 20px 0 0px 810px;
    display: block;
    position: absolute;

}

.quick_box ul {

    margin: 0 auto;
    width: 250px;
    float:left
    

}

.quick_box ul li {

    list-style-type: none;
    display: block;
    float: left;
    width: 80px;
    text-indent: -9999px;               
    
}

.quick_box ul li a {

    outline: none;
    display: block;
    width: 80px;
    height: 57px;                

}

.quick_box ul li.link_01 a {

    background: url(logos/deviantart_01.png) no-repeat 12px 0;

}

.quick_box ul li.link_01 a:hover {

    background: url(logos/deviantart_02.png) no-repeat 12px 0;

}

.quick_box ul li.link_02 a {

    background: url(logos/youtube_01.png) no-repeat 0 0;

}

.quick_box ul li.link_02 a:hover {

    background: url(logos/youtube_02.png) no-repeat 0 0;

}

.quick_box h3 {

font-size: 20px;
font-weight: bold;
text-decoration: none;
color: #0047a0;
 
}

#content {

    width: 100%;
    background: #e9f6ff;
    text-align: center;
    
}

#content_box {

    width: 1000px;
    margin: 0px auto;
    padding: 20px 0 0 0;


}

#content_links {

    width: 680px;
    padding: 20px 20px 0 0;
    float: left;
    text-align: justify;
    

}

#content_links h2 {

    font-size: 24px;
    color: #74baff;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    background: url(images/line.gif) repeat-x top;

}

#content_links h4 {

    font-size: 15px;
    color: #74baff;
    text-decoration: none;
    font-weight: normal;
    margin: 0 10px 0 0;
    background: url(images/line.gif) repeat-x bottom;
    

}

#content_links h2 span {

    font-size: 9px;
    color: #c7c7c7;
    text-decoration: none;
    margin: 0;
    padding: 1px 0 0 5px;
    display: block;
    

}

#content_links p {

    color: #000000;
    line-height: 5px;
    padding: 0 0 10px 0; 

}





#content_rechts {

    width: 300px;
    padding: 20px 0 0 0;
    float: right;
    text-align: justify;

}

#content_rechts h2 {

    font-size: 24px;
    color: #74baff;
    text-decoration: none;
    font-weight: normal;
    margin: 0;
    background: url(images/line.gif) repeat-x top;


}

#content_rechts h2 span {

    font-size: 9px;
    color: #c7c7c7;
    text-decoration: none;
    margin: 0;
    padding: 1px 0 0 5px;
    display: block;
    
}

#content_rechts p {

    color: #000000;
    line-height: 5px;
    padding: 0 0 10px 0; 

}

#footer {

    width:1000px;
    height:100%;
    padding:  10px 0 0 260px;

}

#footer a {

    color: #ffffff;
    text-decoration: none;
    font-size: 10px;
    font-weight: normal;

}

#footer a:hover {

    color: #e5b700;
    text-decoration: none;

}

#footer h3 {

    color: #e5b700;
    font-weight: bold;
    font-size: 12px;
    margin: 0;

}

#footer .footer_links {

    width: 160px;
    float: left;
    line-height: 12px;

}

#footer .kontakt {

    width:160px;
    line-height: 12px;
    float: left;
}

.next_line {

    height: 1px;
    
    clear: both;

}

#clear {

    clear: both;

}


/*Tutorials*/


#tutorial content {

width: 678px;
margin: 10px 0 0 0;
 

}

.tutorial_choice {

    height: 200px;
    width: 250px;
    float: left;
    margin: 0 auto;
    
}


.tutorial_choice .tutorial_info {

    width: 250px;
    height: 40px;
    margin: 0 auto;
    background: url(images/info_image.png) no-repeat;
    

}

.tutorial_choice .tutorial_info h3 {

    font-weight: normal;
    font-size: 13px;  
    color: #74baff;
    margin: 5px 0 0 7px;
    text-decoration: none;
    

}

.tutorial_choice .tutorial_info span {

    font-size: 9px;
    color: #c7c7c7;
    text-decoration: none;
    margin: 0;
    padding: 1px 0 0 9px;
    display: block;
    
}


.tutorial_choice .tutorial_image {

    width: 250px;
    height: 100px;
    background: #e4e4e4;

}

.tutorial_choice .tutorial_bottom {

    width: 250px;
    height: 60px;
    background: url(images/info_bottom.png) no-repeat;
}
 
Zuletzt bearbeitet:
Bilder bitte hier hochladen und danach über das Bild-Icon (Direktlink vorher kopieren) platzieren.
Antworten auf deine Fragen:
Neues Thema erstellen

Willkommen auf PSD-Tutorials.de

In unseren Foren vernetzt du dich mit anderen Personen, um dich rund um die Themen Fotografie, Grafik, Gestaltung, Bildbearbeitung und 3D auszutauschen. Außerdem schalten wir für dich regelmäßig kostenlose Inhalte frei. Liebe Grüße senden dir die PSD-Gründer Stefan und Matthias Petri aus Waren an der Müritz. Hier erfährst du mehr über uns.

Stefan und Matthias Petri von PSD-Tutorials.de

Nächster neuer Gratisinhalt

03
Stunden
:
:
25
Minuten
:
:
19
Sekunden

Neueste Themen & Antworten

Flatrate für Tutorials, Assets, Vorlagen

Zurzeit aktive Besucher

Statistik des Forums

Themen
118.565
Beiträge
1.538.066
Mitglieder
67.488
Neuestes Mitglied
Andrew56524
Oben