Hässlicher Grafikfehler

  • #1
R

Ripper

Bekanntes Mitglied
Themenersteller
Dabei seit
12.02.2005
Beiträge
813
Reaktionspunkte
0
Ort
Garbsen
Hi,
eine Frage. Hab mir für ein Browsergame ein Skin runtergeladen. Das sieht nich schlecht aus. Jetzt ist da allerdings ein hässlicher Fehler drin. (Siehe Bild unten).
Ist vielleicht ein Fehler im Stylesheet?:
Code:
body    {
		background-image:url(images/bg_ws.jpg);
		background-attachment: fixed;
		background-position:left;
		background-repeat: no-repeat;
        background-color:#000000;
        /*margin-left:    0px;
        margin-right:   0px;
        margin-top:     0px;
        margin-bottom:  0px;*/
        font-family:    Arial;font-size:10px;color:#999999;
        padding: 0px;


        /*scrollbar-3dlight-color:   #444B4D;
        scrollbar-highlight-color: #343B3D;
        scrollbar-arrow-color:     #8080b0;
        scrollbar-face-color:      #242B2D;
        scrollbar-track-color:     #141B1D;
        scrollbar-shadow-color:    #141B1D;
        scrollbar-darkshadow-color:#040B0D;*/
        }
h1      {font-size:14px;font-weight:bold;text-decoration : underline;}

A 	{COLOR: #999999; TEXT-DECORATION: none; font-weight : bold; }
A:hover {COLOR: #FF9900; TEXT-DECORATION: underline overline;}
A:active{COLOR: #FF9900; TEXT-DECORATION: underline overline;}

table   {
        padding:0px;
        border:0px solid;
        }
.tdss   {
        border:0px solid;
        height:0px;
        background-color:transparent;
        }
.out    {filter:alpha(opacity=50);-moz-opacity:.50;opacity:.50;}

td      {
		background-image:url(images/bg_td.gif);
		background-color:transparent;
        font-family:    Arial;font-size:10px;color:#999999;font-weight:normal;
        }
input,textarea,select  {
        background-color:#000000; margin:0px;
        border-top:     1px solid #333333;
        border-left:    1px solid #333333;
        border-bottom:  1px solid #333333;
        border-right:   1px solid #333333;
        font-family:    Arial;font-size:10px;color:#999999;font-weight:normal;
        }
select  {
        background-color:#000000; margin:0px;
        height:         14px;
        font-family:    Arial;font-size:10px;color:#999999;font-weight:normal;
        }
form    {
        margin:0px;
        }
.tdark  {
        background-image:url(images/bg3_2.jpg);
        background-repeat: no-repeat;
        background-color:#999999; margin:0px;
        font-family:Arial;font-size:11px;color:#000000; font-weight : bold;
        }
.tdarkgreen  {
        background-color:#184818; margin:0px;
        background-image:url(images/dgreen.gif);
        font-family:    Arial;font-size:10px;color:#88b888;
        font-weight:    bold;
        }
.tlightgreen  {
        background-color:transparent; margin:0px;
        background-image:url(images/lgreen.gif);
		background-repeat: repeat-x;
        font-family:    Arial;font-size:10px;color:#FFFFFF;
        }
.tlightyellow  {
        background-color:transparent; margin:0px;
        background-image:url(images/lyellow.gif);
        font-family:    Arial;font-size:10px;color:#000000;
        }
.tlightred  {
        background-color:transparent; margin:0px;
        background-image:url(images/lred.gif);
		background-repeat: repeat-x;
        font-family:    Arial;font-size:10px;color:#CCCCCC;
        }

.smallfont
        {
        font-family:    Arial;font-size:10px;color:#999999;font-weight:normal;
        }
.back   {
		background-image:none;
		/*background-color:transparent;*/
        }
.pb     {
        background-image:url(images/button.gif);
        background-color:transparent; margin:0px;
        border:         0px solid;
        cursor:         hand;
        height:         24px;
        width:          150px;
        vertical-align: middle;
        line-height:    24px;
        color:          #000000;
        font-weight : bold;
        }
.pbs     {
        background-image:url(images/sbutton.gif);
        background-color:transparent; margin:0px;
        border:         0px solid;
        cursor:         hand;
        height:         24px;
        width:          74px;
        vertical-align: middle;
        line-height:    24px;
        color:          #000000;
        }
.folight  {color:#999999;}
.fogreen  {color:#00CC00;}
.fored	  {color:#FF9900;}
grafikfehler.jpg
 
Thema:

Hässlicher Grafikfehler

ANGEBOTE & SPONSOREN

Statistik des Forums

Themen
113.840
Beiträge
707.963
Mitglieder
51.494
Neuestes Mitglied
Flensburg45
Oben