tutorials.de Buch-Aktion 05/2012
ERLEDIGT
NEIN
ANTWORTEN
2
ZUGRIFFE
641
EMPFEHLEN
  • An Twitter übertragen
  • An Facebook übertragen
DIESES THEMA IST
GESCHLOSSEN
  1. #1
    Windgeflüster Windgeflüster ist offline Mitglied
    Registriert seit
    Mar 2004
    Ort
    nähe stgt
    Beiträge
    17
    Hallo @ll

    hab ein kleines problem und zwar richte ich mir gerade einen kleinen Blog ein, hata uch alles wunderbar geklappt nur mit dem CSS nicht ganz! Im IE ist es genau so wie ich es möchte nur im Firefox nicht, kann mir bitte jemand dabei helfen? ich finde leider den fehler nicht

    hier mein Css-Code
    Code :
    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
    268
    269
    270
    271
    272
    
    /* + + + + +  G L O B A L   P A R T S */
     
    body  {
        margin: 1px;
        padding: 1px;
        border: 0;
        text-align: left;
        color: #000;
    background:#ffffff;
        font-family: verdana,helvetica,arial,sans-serif;
        }
     
    td {    
        font-size: 10px;
        text-align: left;
        vertical-align: top;
        color: #000;
        }
        
    /* + + + + +  A R E A S */
     
    #head {
        width: 100%;
        height: 70px;
        margin-top: 10px;
            margin-right: 10px;
            margin-bottom: 0px;
            margin-left: 10px;  
            padding:1px;
            background: transparent;
        background:#ffffff;
        font-family: verdana,helvetica,arial,sans-serif;
        color: #000;
        font-size: 12px;
        text-align: left;
        }
     
    #torso {
        width: 90%;
            margin-top: 0px;
            margin-right: 10px;
            margin-bottom: 10px;
            margin-left: 10px;
        text-align: left;
        background:#ffffff; 
            padding:1px;    
            }
     
     
     
    #content {
        width: 450px;
        float: left;
            margin-top: 0px;
            margin-right: 10px;
            margin-bottom: 10px;
            margin-left: 89px;
        padding-left: 10px;
        padding-right: 10px;
        background: url(../../styles/standard_grey/background.gif);                       font-family: verdana,helvetica,arial,sans-serif;
        color: #000;
        font-size: 10px;
        text-align: left;
        border:1px; border-style:solid; border-color:#000000;}
     
    #navigation {
        width: 130px;
        float: left;
         margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 5px;
        padding-left: 10px;
        padding-right: 10px;
                    border:1px; border-style:solid; border-color:#000000;
        background: url(../../styles/standard_grey/background.gif); font-family: verdana,helvetica,arial,sans-serif;
        color: #000000;
        font-size: 10px;
        text-align: left;
        vertical-align: top;
        } 
     
    #foot {
        width: 600px;
        height: 10px;
        float: left;
        padding-top: 2px;
        font-family: verdana,helvetica,arial,sans-serif;
        font-size: 10px;
        color: #6F6F6F;
        text-align: left;
                    margin: 20px 50px;
    }
     
    /* + + + + +  S E P E R A T O R S */
     
    #sep_h {
            width: 100%;
        font-size: 0px; 
        border-bottom: #6F6F6F 1px dotted;
        }
     
    #sep_title {
        text-align: left;
        width: 100%;
        height: 1px;
        border-bottom: #6F6F6F 1px dotted;
        font-size: 0px;
        }
     
    /* + + + + +  T A B L E S */
     
    .cell_title {
        background-color: #A8A8A8;
        vertical-align: top;
        text-align: left;
        }
     
    .cell_one {
        background-color: #B7B7B7;
        vertical-align: top;
        text-align: left;
        }
     
    .cell_two {
        background-color: #CFCFCF;
        vertical-align: top; 
        text-align: left;
        }
        
    .cell_special {
        background-color: #939393;
        vertical-align: top;
        text-align: left;
        }
     
    /* + + + + +  T E X T / F O N T S */
     
    .small {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 10px;
        color: #000;
        }
     
    .norm  {
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 12px;
        color: #000;
        }
     
    .big    {
        font-family: Helvetica, Arial, sans-serif;
        font-size: 16px;
        color: #000;
        font-weight: bold;
        }
     
    .alt_small {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 10px;
        color: #F49E0B;
        }
     
    .alt_norm {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 12px;
        color: #F49E0B;
        }
     
    .alt_big {
        font-family: Geneva, Arial, Helvetica, sans-serif;
        font-size: 16px;
        color: #F49E0B;
        letter-spacing: 2px;
        font-weight: bold;
        line-height: 22px;
        }
     
    /* + + + + +  H Y P E R L I N K S */
     
    a { 
            text-decoration: none; 
            color: #AF2109; 
            font-weight: bold;
    }
     
    a:active { 
            text-decoration: none; 
            color: #AF2109; 
            font-weight: bold;
    }
     
    a:visited { 
            text-decoration: none;  
            color: #AF2109; 
            font-weight: bold;
    }
     
    a:hover { 
            text-decoration: none;
            color: #425863; 
            font-weight: bold;
    }
     
    /* + + + + +  I N F O R M A T I O N S */
     
    fieldset { 
        color: #000;
        border:1px dotted #6F6F6F;
        font-family: Verdana, Helvetica, Arial, sans-serif;
        font-size: 10px;
        font-weight: normal;  
        }
     
    /* + + + + +  L I S T S */
     
    ul { 
        list-style: circle; 
        list-style-image:url(../../styles/standard_grey/arrow.gif); 
        }
     
    /* + + + + +  F O R M S */
     
    /* BUTTONS, TEXTFIELDS */
    INPUT.entry {
        BACKGROUND-COLOR: #EFEFEF;
        BORDER-BOTTOM-COLOR: #CDDCD5;
        BORDER-BOTTOM-WIDTH: 1px;
        BORDER-LEFT-COLOR: #CDDCD5;
        BORDER-LEFT-WIDTH: 1px;
        BORDER-RIGHT-COLOR:#CDDCD5;
        BORDER-RIGHT-WIDTH: 1px;
        BORDER-TOP-COLOR: #CDDCD5;
        BORDER-TOP-WIDTH: 1px;
        COLOR: #000;
        FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
        FONT-SIZE: 10px;
            }
     
    /* TEXTAREAS */
    TEXTAREA.entry {
        BACKGROUND-COLOR: #EFEFEF;
        BORDER-BOTTOM-COLOR: #CDDCD5;
        BORDER-BOTTOM-WIDTH: 1px;
        BORDER-LEFT-COLOR: #CDDCD5;
        BORDER-LEFT-WIDTH: 1px;
        BORDER-RIGHT-COLOR:#CDDCD5;
        BORDER-RIGHT-WIDTH: 1px;
        BORDER-TOP-COLOR: #CDDCD5;
        BORDER-TOP-WIDTH: 1px;
        COLOR: #000;
        FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
        FONT-SIZE: 10px;
        OVERFLOW-X: hidden;
        OVERFLOW-Y: auto;
            }
     
    /* SELECTFIELDS */
    SELECT.entry {
        BACKGROUND-COLOR: #EFEFEF;
        BORDER-BOTTOM-COLOR: #CDDCD5;
        BORDER-BOTTOM-WIDTH: 1px;
        BORDER-LEFT-COLOR: #CDDCD5;
        BORDER-LEFT-WIDTH: 1px;
        BORDER-RIGHT-COLOR:#CDDCD5;
        BORDER-RIGHT-WIDTH: 1px;
        BORDER-TOP-COLOR: #CDDCD5;
        BORDER-TOP-WIDTH: 1px;
        COLOR: #000;
        FONT-FAMILY: Verdana, Helvetica, Arial, sans-serif;
        FONT-SIZE: 10px;
            }

    danke schonmal

    Liebe grüße Nicole


    axo klar der link vielleicht auch zum anschaun:
    http://www.windgefluester.net/blog/blog.php
     

  2. #2
    Maik Tutorials.de Gastzugang
    Vielleicht hilft es, wenn du noch die fehlende PX-Einheit angibst?

    Code :
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    
    <DIV style="
    background-image: url('styles/standard_grey/blog-header.jpg');
    background-repeat: no-repeat;
    margin: 10px 0px 0px 175px;
    padding: 15px 0px 0px 20px;
    width:650[b][color=red]px[/color][/b];
    height:150px;
    vertical-align: middle;
    [color=red][b]text-[/b][/color]align:center;">
     
    <!-- THE TITLE -->
    <FONT style="font-size: 16px; color:#6F6F6F; font-weight: bold;"></FONT>
    </DIV>
    [editpost]

    Zudem solltest du die Höhenangabe für das DIV#head entfernen, da ja obiges DIV darin eingebunden ist, und folgende Korrektur für das DIV#content vornehmen:

    Code :
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    
    #content {
            width: 450px;
            float: left;
            margin-top: 0px;
            margin-right: 10px;
            margin-bottom: 10px;
            [b]margin-left: 106px; /* Für nicht-IE-Browser */[/b]
            padding-left: 10px;
            padding-right: 10px;
            background: url(../../styles/standard_grey/background.gif);                              font-family: verdana,helvetica,arial,sans-serif;
            color: #000;
            font-size: 10px;
            text-align: left;
            border:1px; border-style:solid; border-color:#000000;}
     
           [b] * html #content { /* Für IE */
            margin-left: 53px;
            }[/b]
     

  3. #3
    Windgeflüster Windgeflüster ist offline Mitglied
    Registriert seit
    Mar 2004
    Ort
    nähe stgt
    Beiträge
    17
    hab es nun geändert aber leider funktioniert es immernoch nicht

    edit: muß ich probieren moment danke
     

Ähnliche Themen

  1. Fehlermeldung: Klasse ist undefiniert. Stimmt aber nicht!
    Von xtramen01 im Forum Javascript & Ajax
    Antworten: 6
    Letzter Beitrag: 29.08.10, 22:06
  2. Tabellenbreite stimmt nicht
    Von Thomas_Jung im Forum CSS
    Antworten: 6
    Letzter Beitrag: 30.06.09, 12:17
  3. Antworten: 1
    Letzter Beitrag: 13.08.04, 11:23
  4. Was stimmt nicht mit de.vu********
    Von Yasemin im Forum Smalltalk
    Antworten: 15
    Letzter Beitrag: 19.12.01, 13:23