Suche im Forum:
Suchen


Autor Nachricht
Beitrag05.03.2012 um 12:44 (UTC)    
Titel: Hintergrund im Forum

Hallo zusammen,
ich hätte da ein kleines Problemchen.
Bei meinem Forum(dem Thinghügel) hätte ich gerne ein Bild als hintergrund.

Wenn ich das mit den 2 css codes mache erscheint das Bild aber mehrfach.
Ich hatte das mal hiermit versucht:

<style type="text/css">
<!--
table.forumtabelle tr{background-color: #6a0000; background-image:url();}
-->
</style>


und ich hatte es auch schon hiermit versucht:

<style type="text/css">
<!--
td.edit_content{background-image: url(BILD-LINK);}
table.forumtabelle td:hover{background-color: transparent;}
-->
</style>

aber immer kam das Bild, mehrfach.

Könntet ihr mir helfen??

MFG Marcel
Beitrag05.03.2012 um 13:57 (UTC)    
Titel: Re: Hintergrund im Forum

rabenhorde hat Folgendes geschrieben:
<style type="text/css">
<!--
table.forumtabelle tr{background-color: #6a0000; background-image:url();
background-repeat:no-repeat;}
-->
</style>

Ich hab da mal was ergänzt Wink

Gruß,

TransInt
______________
Kein Support per PN - Im Forum hilft es allen!

Life is what happens while you are busy making other plans.
- John Lennon
Beitrag05.03.2012 um 14:10 (UTC)    
Titel:

Hallo ich nochmal, es geht zwar aber es wiederholt sich immernoch.ich wollte es so haben.

http://80.190.202.79/pic/t/tutorials-area/forum-mit-bild.jpg

geht das
Beitrag05.03.2012 um 22:14 (UTC)    
Titel:

Hallo,

mache das Bild doch einfach zum Hintergrundbild der gesamten Tabelle:
Zitat:
td.cont > div > table.forumtabelle:nth-of-type(1){
background:#6a0000 url(Hier die Url zum Bild) no-repeat;
}


Die Tabellenreihen haben aber seltsamerweise einen hivereffekt, der mit javascript gemacht ist. Daher solltest du diese transparent machen:
Zitat:
td.cont > div > table.forumtabelle:nth-of-type(1) tr{
background:none!important;
}

______________
mfg
o-4-n

"If you’re incompetent, you can’t know you’re incompetent." - [David Dunning]

*** Die Suchfunktion ist KEINE tödliche Krankheit! ***

Eventplanung, Equipment, Zeltverleih, Catering
Beitrag06.03.2012 um 08:37 (UTC)    
Titel:

Guten morgen,
Dankeschön, jetzt geht es.
So hatte ich es mir vorgestellt.

MFG Marcel
Beitrag06.03.2012 um 15:43 (UTC)    
Titel:

Dann danke für die Rückmeldung.

- CLOSED -
______________
mfg
o-4-n

"If you’re incompetent, you can’t know you’re incompetent." - [David Dunning]

*** Die Suchfunktion ist KEINE tödliche Krankheit! ***

Eventplanung, Equipment, Zeltverleih, Catering
Beiträge der letzten Zeit anzeigen:   


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