Transparenter Hintergrund von Shoutbox

Status
Nicht offen für weitere Antworten.

maaary

Erfahrenes Mitglied
hi

Weiß jemand wie ich bei meiner Shoutbox den Hintergrund transparent hinbekomme,so dass mein eigenes Design durchscheint? (ist nämlich meerfarbing). Will die Shoutbox in mein Design einfliessen lassen.....
 
Das nächste Mal bitte suchen.
Code:
<div style="-moz-opacity:0.50;filter:Alpha(Opacity=50);">
(geht nur im Gecko und IE)
 
Hm. Na ja ich hab's versucht. Klappt aber doch nicht so ganz wie es sollte....

Hab nun dieses Design http//:http://www.cinemad.de/mh/mariele/index.html und oben recht soll die Shoutbox hin. Wenn ich allerdings mit Dreamweaver eine Tabelle mach in dem Bild und als Hintergrud eben das Bild,dann verschieben sich die Slices.Das wär das erste Problem.Wenn ich die Shoutbox einfüge,ohne Tabelle und ohne Hintergrundbild,dann sieht's aber nicht so aus wie ich es gern hätt! Ich möchte ja eine durchsichtige Shoutbox haben....
 
Versuch mal das hier, dann brauchst du auch keine Transparenz mehr:
Code:
<td style="background-image:url(images/albom5_06.gif);overflow:auto;width:144px;height:240px;">
  <!-- hier der Code für die Shoutbox -->
  <!-- Scrollbars werden automatisch eingefügt -->
</td>
 
Hat fast geklappt ;) Cool...
Bis auf dass die Shoutbox immer noch so aussieht wie vorher....wie ändert man denn das mit .css?:)
 
Anscheinend weiß niemand so recht was du möchtest. Poste ein Beispiel, ein illustrierendes Bild oder den Code, dann kann dir besser geholfen werden.
 
War grad dabei ;)
Das hier ist der Code von der Shoutbox-Vorlage. Will's eigentlich so lassen bis auf paar Sachen...Schrift:Tahoma,Transparenter Hintergrund sodas man meinen Hintergrund durch sieht und Schriftgröße 9...
Ich check da nur nicht wirklich was jetzt was sein soll...ich hoffe ihr hält mich nich für total blöd...bin halt ne Anfängerin :)


Code:
/* theme
 * sensegray.css
 *
 */


a:link{
	color : #000080;
	text-decoration : none;
}

a:visited{
	color : #000080;
	text-decoration : none;
}

a:hover{
	color : #FF0000;
	text-decoration : underline;
}

a:active{
	color : #FF0000;
	text-decoration : underline;
}


body{
	background-color : #FBFBFB;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	scrollbar-3dlight-color : #FFFFFF;
	scrollbar-arrow-color : #000080;
	scrollbar-base-color : #C0C0C0;
	scrollbar-darkshadow-color : #000000;
	scrollbar-face-color : #C0C0C0;
	scrollbar-highlight-color : #FFFFFF;
	scrollbar-shadow-color : #C0C0C0;
	scrollbar-track-color : #DDDDDD;
}

.SB_alert {
	color : #FF0000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	font-weight : bold;
}

.SB_button {
	background : #DDDDDD;
	border : 1 solid #C0C0C0;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 9px;
	font-weight : bold;
}

.SB_input {
	background : #FFFFFF;
	border : 1 solid #DDDDDD;
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 10px;
}

.SB_formarea {
	background-color : #FBFBFB;
	border-bottom-color : #FFFFFF;
	border-bottom-style : solid;
	border-bottom-width : 1;
	border-left-color : #FFFFFF;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #FFFFFF;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #FFFFFF;
	border-top-style : solid;
	border-top-width : 1px;
	color : #FFFFFF;
	font-size : 10px;
}

.SB_shoutbox {
	color : #000000;
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : xx-small;
	text-align : left;
}

a.SB_inlink:link {
	color : #FFFFFF;
	text-decoration : none;
}

a.SB_inlink:visited {
	color : #FFFFFF;
	text-decoration : none;
}

a.SB_inlink:active {
	color : #FFFFFF;
	text-decoration : none;
}

a.SB_inlink:hover {
	color : #FFFFFF;
	text-decoration : underline;
}

.SB_table0 {
	background-color : #FBFBFB;
	border-bottom-color : #DDDDDD;
	border-bottom-style : solid;
	border-bottom-width : 1;
	border-left-color : #DDDDDD;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #DDDDDD;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #DDDDDD;
	border-top-style : solid;
	border-top-width : 1px;
	color : #FFFFFF;
	font-size : xx-small;
}

.SB_table1 {
	background-color : #FFFFFF;
	border-bottom-color : #FFFFFF;
	border-bottom-style : solid;
	border-bottom-width : 1;
	border-left-color : #DDDDDD;
	border-left-style : solid;
	border-left-width : 1px;
	border-right-color : #DDDDDD;
	border-right-style : solid;
	border-right-width : 1px;
	border-top-color : #FFFFFF;
	border-top-style : solid;
	border-top-width : 1px;
	color : #FFFFFF;
	font-size : xx-small;
}

blink;
 
Füge doch einfach den Code oder einen Teil davon von Fabian in das Stylesheet von deiner Shoutbox.

Code:
background-image:url(images/albom5_06.gif);overflow:auto;width:144px;height:240px;

Und ich dachte eine Shoutbox wäre (endlich) schon wieder out....
 
Status
Nicht offen für weitere Antworten.
Zurück