habe das Problem das im IE der Text nur mittig angezeigt wird nur weiss ich nicht wie ich das beheben kann?
Liegt das an der CSS datei oder an der index.htm?
stylesheet:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 | /*###################################### Global Styles, to norm all elements ######################################*/ /*--------------------------------------------- Set margin padding and font stuff for every element, then it should not be required to set them again. ---------------------------------------------*/ html,body,table,td,div,form,button,select,input,textarea,h1,h2,h3,h4,h5,h6,a,p,cite,quote,u,i { margin: 0px; padding: 0px; font-family: Verdana,Tahoma,Geneva,Arial,Helvetica,Sans-serif; font-size: 10px; line-height: 120%; color: #fff; } /*--------------------------------------------- Set body attributes color and background ---------------------------------------------*/ body { color: #000; background: url(../images/bg.jpg) #333333; } /*--------------------------------------------- Set as blockelements ---------------------------------------------*/ h1,h2,h3,h4,h5,h6,hr,p,div,form { display: block; } /*--------------------------------------------- Set vertical align to top, this helps if the text flys in the middle of a table (td). ---------------------------------------------*/ td { vertical-align: top; } /*--------------------------------------------- Set font bold inside of this elements. ---------------------------------------------*/ strong,caption,optgroup,.strong { font-weight: bold; font-style: normal; } /*--------------------------------------------- Set no border for tables and images, the images border comes if you link any image <a href=""><img></a> and this sheet does make the border invisible ---------------------------------------------*/ img,table { border: 0px none; } /*--------------------------------------------- Set a cursor for the label-TAG ---------------------------------------------*/ label { cursor: pointer; } /*--------------------------------------------- Set global style of the horizontal line ---------------------------------------------*/ hr { color : #000; height : 1px; padding : 0; border-color : #000; border-width : 1px 0 0 0; border-style : solid; margin: 3px 0 6px 0; } /*--------------------------------------------- Set a square as in front of an unordered list ---------------------------------------------*/ ul li { list-style: square; } /*--------------------------------------------- Set general link style ---------------------------------------------*/ a:link,a:visited,a:hover,a:active { color: #fff; font-weight: bold; text-decoration: none; } a:hover { color: #fff; } a.navlink:link, a.navlink:visited, a.navlink:hover { color: #fff; font-weight: bold; text-decoration: none; } a.navlink:hover, a.navlink:active { color: #444; } td.nav_bg { background-image:url('../images/bg_nav.gif'); background-repeat:repeat-x; background-color: #f5f2f2; padding: 5px; } /* ############################################## ############## Ilch Spalten ############### ################################################# */ .spalte_links { background: url(../images/xm01-rot_29-free.jpg) no-repeat; font-size: 14px; font-weight: bold; height: 45px; padding: 6px 0px 0px 15px; } .spalte_inhalt { padding: 0px 10px 10px 10px; } .spalte_rechts { background: url(../images/xm01-rot_30-free.jpg) no-repeat; font-size: 14px; font-weight: bold; height: 45px; padding: 6px 15px 0px 0px; text-align: right; } .loginbox { text-align: center; padding-top: 15px; } /* ############################################## ############# Ilch Klassen ################## ################################################# */ a:hover { text-decoration: none; color: #990000; } a:link { font-family: verdana; font-size: 10px; color: #FFFFFF; text-decoration: none; } a:visited { font-family: verdana; font-size: 10px; color: #FFFFFF; text-decoration: none; } a.box { color: #FFFFFF; font-family: Verdana; font-size: 10px; text-decoration: none; } a.box:hover { text-decoration: none; color: #990000; } .Chead { color: #666666; background-repeat: repeat-x; height: 20px; background-color: #1D1D1D; font-family: Arial, Helvetica, sans-serif; font-size: 12px; } .Chead td, .Chead td strong, .Chead h4, .Chead td b { color: #666666; background-repeat: repeat-x; height: 20px; background-color: #1D1D1D; font-size: 10px; } .Callg { background-color: #1D1D1D; color: #FFFFFF; } .Callg td { color: #FFFFFF; } .Cnorm { background-color: #1D1D1D; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; } .Cmite { background-color: #1D1D1D; height: auto; width: auto; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; } .Cdark { background-color: #1D1D1D; font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #FFFFFF; } .smalfont { font-size: 10px; text-decoration: none; } .border { background-color: #666666; } hr { height: 0px; border-top-width: 1px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: groove; border-right-style: groove; border-bottom-style: groove; border-left-style: groove; border-top-color: #6D6C6C; border-right-color: #6D6C6C; border-bottom-color: #6D6C6C; border-left-color: #6D6C6C; } input, textarea, select { color: #FFFFFF; font: 12px Verdana; font-weight: none; text-decoration: none; background-color: #1D1D1D; border: 1px solid #949494; } |
index.htm:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 | <! DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <!----------------------------------------------------------------------------- Design (c) Xtrem-Modz Das Copyright und der Link zur Seite von Xtrem-Modz darf nicht entfernt werden! Des Weiteren darf das Style nicht ohne unsere Genehmigung zum Download angeboten werden. Fragen bezüglich Anpassung bitte per Mail an unten stehende E-Mail Adresse oder ins Forum. Xtrem-Modz www.xtrem-modz.de support@xtrem-modz.de -----------------------------------------------------------------------------> <!------------Hier nichts ändern oder entfernen------------> < html > < head > < title >{TITLE}</ title > < meta http-equiv = "title" content = "{TITLE}" > < meta http-equiv = "classification" content = "General" > < meta http-equiv = "pragma" content = "No-Cache" > < meta http-equiv = "Content-Style-Type" content = "text/css" > < meta http-equiv = "Content-Script-Type" content = "text/javascript" > < meta http-equiv = "Content-Type" content = "text/html; charset=iso-8859-1" > < link rel = "stylesheet" type = "text/css" href = "include/designs/xm01-rot/css/stylesheet.css" media = "screen" > < script language = "javascript" type = "text/javascript" src = "include/designs/xm01-rot/js/js.js" ></ script > < script language = "JavaScript" type = "text/javascript" src = "include/designs/xm01-rot/js/buttons.js" ></ script > < script language = "javaScript" type = "text/javascript" src = "include/designs/xm01-rot/js/menu.js" ></ script > < script type = "text/javascript" src = "include/includes/js/lightbox/js/prototype.js" ></ script > < script type = "text/javascript" src = "include/includes/js/lightbox/js/scriptaculous.js?load=effects" ></ script > < script type = "text/javascript" src = "include/includes/js/lightbox/js/lightbox.js" ></ script > < link rel = "stylesheet" href = "include/includes/js/lightbox/css/lightbox.css" type = "text/css" media = "screen" /> <!------------------------> </ head > < body > < div align = "center" > < table width = "985" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td >< table width = "985" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td >< table width = "985" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "31" height = "23" background = "include/designs/xm01-rot/images/xm01-rot_03.jpg" ></ td > < td width = "654" height = "23" background = "include/designs/xm01-rot/images/xm01-rot_04.jpg" >< table width = "654" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td height = "7" ></ td > </ tr > <!------------ticker------------> < tr > < td >< marquee id = "mar" align = "middle" width = "654" height = "14" direction = "left" scrollamount = "1" scrolldelay = "25" > Welcome to National Hell Warriors </ marquee ></ td > </ tr > <!------------ticker------------> </ table ></ td > < td width = "300" height = "23" background = "include/designs/xm01-rot/images/xm01-rot_05.jpg" ></ td > </ tr > </ table ></ td > </ tr > < tr > < td >< table width = "985" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "754" height = "167" background = "include/designs/xm01-rot/images/xm01-rot_07.gif" ></ td > < td width = "231" height = "167" valign = "top" background = "include/designs/xm01-rot/images/xm01-rot_08.jpg" >< table width = "231" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td height = "55" ></ td > < td height = "55" ></ td > < td ></ td > </ tr > <!------------userbereich------------> < tr > < td width = "65" height = "99" ></ td > < td width = "209" height = "99" class = "loginbox" >< div align = "center" >{_boxes_login}</ div ></ td > < td ></ td > </ tr > <!------------userbereich------------> </ table ></ td > </ tr > </ table ></ td > </ tr > < tr > < td height = "4" background = "include/designs/xm01-rot/images/xm01-rot_09.jpg" ></ td > </ tr > < tr > < td >< table width = "985" border = "0" cellspacing = "0" cellpadding = "0" > <!------------navigations-Head------------> < tr > < td width = "50" height = "40" background = "include/designs/xm01-rot/images/xm01-rot_10.jpg" ></ td > < td width = "136" height = "40" >< a href = "javascript: showit(0)" onMouseOut = "MM_swapImgRestore()" onMouseOver = "MM_swapImage('main','','include/designs/xm01-rot/images/xm01-rot-h_11.jpg',1)" >< img src = "include/designs/xm01-rot/images/xm01-rot_11.jpg" name = "main" onClick = "resetit(event)" ></ a ></ td > < td width = "137" height = "40" >< a href = "javascript: showit(1)" onMouseOut = "MM_swapImgRestore()" onMouseOver = "MM_swapImage('clan','','include/designs/xm01-rot/images/xm01-rot-h_12.jpg',1)" >< img src = "include/designs/xm01-rot/images/xm01-rot_12.jpg" name = "clan" onClick = "resetit(event)" ></ a ></ td > < td width = "137" height = "40" >< a href = "javascript: showit(2)" onMouseOut = "MM_swapImgRestore()" onMouseOver = "MM_swapImage('server','','include/designs/xm01-rot/images/xm01-rot-h_13.jpg',1)" >< img src = "include/designs/xm01-rot/images/xm01-rot_13.jpg" name = "server" onClick = "resetit(event)" ></ a ></ td > < td width = "137" height = "40" >< a href = "javascript: showit(3)" onMouseOut = "MM_swapImgRestore()" onMouseOver = "MM_swapImage('community','','include/designs/xm01-rot/images/xm01-rot-h_14.jpg',1)" >< img src = "include/designs/xm01-rot/images/xm01-rot_14.jpg" name = "community" onClick = "resetit(event)" ></ a ></ td > < td width = "350" height = "40" background = "include/designs/xm01-rot/images/xm01-rot_15.jpg" >< table width = "350" border = "0" cellspacing = "0" cellpadding = "0" > <!------------navigations-Head------------> < tr > < td height = "9" ></ td > </ tr > <!------------besucherzähler------------> < tr > < td style = "text-align: center; height: 20px; line-height: 20px;" >{_boxes_statistik}</ td > </ tr > <!------------besucherzähler------------> </ table ></ td > < td width = "38" height = "40" background = "include/designs/xm01-rot/images/xm01-rot_16.jpg" ></ td > </ tr > </ table ></ td > </ tr > < tr > < td height = "4" background = "include/designs/xm01-rot/images/xm01-rot_17.jpg" ></ td > </ tr > < tr > < td height = "17" background = "include/designs/xm01-rot/images/xm01-rot_18.jpg" >< table width = "985" border = "0" cellspacing = "0" cellpadding = "0" > <!------------navigation - hier nichts ändern oder entfernen------------> < tr > < td width = "20" height = "17" ></ td > < td height = "17" >< div id = "describe" onMouseover = "clear_delayhide()" style = "padding-top: 2px; padding-left: 5px;" align = "left" > < script language = "javascript1.2" type = "text/javascript" src = "include/designs/xm01-rot/js/menu.js" ></ script ></ div ></ td > </ tr > <!------------------------> </ table ></ td > </ tr > < tr > < td height = "5" background = "include/designs/xm01-rot/images/xm01-rot_19.jpg" ></ td > </ tr > < tr > < td >< table width = "985" border = "0" cellspacing = "0" cellpadding = "0" > < tr valign = "top" > < td width = "207" background = "include/designs/xm01-rot/images/xm01-rot_23.jpg" >< table width = "207" border = "0" cellspacing = "0" cellpadding = "0" > <!------------ linke spalte ------------> {_list_menunr2@ < tr > < td height = "45" class = "spalte_links" >%1</ td > </ tr > < tr > < td class = "spalte_inhalt" >%2</ td > </ tr > } <!------------ linke spalte ------------> </ table ></ td > < td width = "571" background = "include/designs/xm01-rot/images/xm01-rot_27.jpg" >< table width = "571" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td height = "125" background = "include/designs/xm01-rot/images/xm01-rot_21.jpg" >< table width = "571" border = "0" cellspacing = "0" cellpadding = "0" > < tr > < td width = "284" height = "22" > </ td > < td width = "287" height = "22" > </ td > </ tr > <!------------last forum & last wars------------> < tr > < td width = "284" >{_boxes_lastforum}</ td > < td width = "287" >{_boxes_lastwars}</ td > </ tr > <!------------last forum & last wars------------> </ table ></ td > </ tr > <!------------ inhalt ------------> < tr > < td style = "padding:6px;" align = "center" >{EXPLODE}</ td > </ tr > <!------------ inhalt ------------> </ table ></ td > < td width = "207" background = "include/designs/xm01-rot/images/xm01-rot_24.jpg" >< table width = "207" border = "0" cellspacing = "0" cellpadding = "0" > <!------------ rechte spalte ------------> {_list_menunr3@ < tr > < td height = "45" class = "spalte_rechts" >%1</ td > </ tr > < tr > < td class = "spalte_inhalt" >%2</ td > </ tr > } <!------------ rechte spalte ------------> </ table ></ td > </ tr > </ table ></ td > </ tr > <!------------Copyright - Entfernen oder unkenntlichmachen des Bildes oder des Links zu unserer Seite ist verboten und wird bei Verstoss rechtlich verfolgt!!!------------> < tr > < td height = "39" background = "include/designs/xm01-rot/images/xm01-rot_28.jpg" >< a href = "http://www.xtrem-modz.de" target = "_blank" >< img src = "include/designs/xm01-rot/images/xm01-rot_28.jpg" border = "0" ></ a ></ td > </ tr > <!------------Copyright - Entfernen oder unkenntlichmachen des Bildes oder des Links zu unserer Seite ist verboten und wird bei Verstoss rechtlich verfolgt!!!------------> </ table ></ td > </ tr > </ table > </ div > </ body > </ html > <!----------------------------------------------------------------------------- Design (c) Xtrem-Modz Das Copyright und der Link zur Seite von Xtrem-Modz darf nicht entfernt werden! Des Weiteren darf das Style nicht ohne unsere Genehmigung zum Download angeboten werden. Fragen bezüglich Anpassung bitte per Mail an unten stehende E-Mail Adresse oder ins Forum. Xtrem-Modz www.xtrem-modz.de support@xtrem-modz.de -----------------------------------------------------------------------------> |
Wer könnte mir da weiterhelfen so das im IE und FF alles gleich aussieht?
verwendete ilchClan Version: 1.1
betroffene Homepage: externer Link