IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Mise en page CSS Discussion :

ma <span class=""> n'est plus reconnue


Sujet :

CSS

  1. #1
    Membre du Club
    Homme Profil pro
    Webdesigner
    Inscrit en
    Janvier 2013
    Messages
    185
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Webdesigner
    Secteur : Arts - Culture

    Informations forums :
    Inscription : Janvier 2013
    Messages : 185
    Points : 67
    Points
    67
    Par défaut ma <span class=""> n'est plus reconnue
    Bonjour à tous,
    J'ai un texte qui ne posait aucun souci avec sa span (texte en ital et ferré à droite OK) mais, je ne sais pas pour quelle raison, la classe .align_droite n'est plus reconnue :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    .align_droite
    {
    	float:right !important;
    	font-size: 1.8rem;
    	line-height: 2rem;
    	font-style: italic;
    	margin-top: 20px;
    }
    Le HTML inchangé :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    trouvées après d’incessantes recherches&nbsp;!</p><p><span class="align_droite">signature</span></p>
    Je n'ai aucune idée de ce qui s'est passé
    Si une personne peut me mettre sur la piste... un réel mystère
    Merci beaucoup ,
    ED

  2. #2
    Membre éclairé
    Homme Profil pro
    web a11y
    Inscrit en
    Avril 2014
    Messages
    172
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Loire Atlantique (Pays de la Loire)

    Informations professionnelles :
    Activité : web a11y
    Secteur : Service public

    Informations forums :
    Inscription : Avril 2014
    Messages : 172
    Points : 792
    Points
    792
    Par défaut
    Bonjour,

    Aucun problème chez moi, tant sur FF 105.0.3 que Edge 128.0.2739.54.
    Je suppose que ces déclarations doivent se tamponner avec d'autres. Reste à voir selon la priorité/préséance/spécificité des déclarations.

    Courage !

  3. #3
    Membre du Club
    Homme Profil pro
    Webdesigner
    Inscrit en
    Janvier 2013
    Messages
    185
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Webdesigner
    Secteur : Arts - Culture

    Informations forums :
    Inscription : Janvier 2013
    Messages : 185
    Points : 67
    Points
    67
    Par défaut
    Bonjour Stellar7,
    Merci pour ta réponse, je vais continuer à chercher sur ton lien.
    Bonne journée

  4. #4
    Membre du Club
    Homme Profil pro
    Webdesigner
    Inscrit en
    Janvier 2013
    Messages
    185
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Webdesigner
    Secteur : Arts - Culture

    Informations forums :
    Inscription : Janvier 2013
    Messages : 185
    Points : 67
    Points
    67
    Par défaut
    Bonjour,
    J'ai écrasé mon fichier CSS par un ancien qui ne pose pas de problème. Je n'ai malheureusement pas pu voir d'où provenait mon erreur... sûrement encore quelque chose d'énorme
    Mais j'ai toujours le fichier sous le coude si quelqu'un désire y jeter un œil. En attendant, mon problème est résolu.
    Merci et bonne fin de journée,
    ED

  5. #5
    Modérateur

    Avatar de NoSmoking
    Homme Profil pro
    Inscrit en
    Janvier 2011
    Messages
    17 118
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations forums :
    Inscription : Janvier 2011
    Messages : 17 118
    Points : 44 952
    Points
    44 952
    Par défaut
    Bonjour,
    Mais j'ai toujours le fichier sous le coude si quelqu'un désire y jeter un œil.
    n'hésite pas, cela peut représenter un cas d'école concernant la spécificité des sélecteurs.

  6. #6
    Membre du Club
    Homme Profil pro
    Webdesigner
    Inscrit en
    Janvier 2013
    Messages
    185
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Webdesigner
    Secteur : Arts - Culture

    Informations forums :
    Inscription : Janvier 2013
    Messages : 185
    Points : 67
    Points
    67
    Par défaut
    Bonjour NoSmoking,

    J'ai encore du faire une bêtise Voici les CSS :

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    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
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    /* SECTION 6 - ME */
    .align_droite
    {
    	float:right !important;
    	font-size: 1.8rem;
    	line-height: 2rem;
    	font-style: italic;
    	margin-top: 20px;
    }
     
    @media only screen and (max-width: 576px)
    {
    	.align_droite
    	{
    		font-size: 1.2rem;
    		line-height:1.8rem;
    		float:right !important;
    	}
    }
     
    .cd-section
    {
    	padding: 0;
    	text-align: center;
    	background-color: black;
    }
     
    .cd-section p
    {
    	font-size: 1.8rem;
    	line-height: 1.6;
    	color: #fff;
    	width:100% !important;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	margin-bottom: 0px;
    }
     
    .cd-section p.auto
    {
    	-webkit-hyphens: auto;
    	-ms-hyphens: auto;
    	hyphens: auto;
    }
     
    @media only screen and (min-width: 576px)
    {
    	.cd-section
    	{
    		padding: 4em 10%;
    	}
     
    	.cd-section p
    	{
    		line-height: 2;
    	}
    }
     
    @media only screen and (min-width: 992px)
    {
    	.cd-section
    	{
    		padding: 4em 20%;
    	}
    }
     
    /* -------------------------------------- */
    /* SECTION 6 - ME - CD MODAL */
    .cd-modale
    {
    	position: fixed;
    	top: 0;
    	left: 0;
    	width: 100%;
    	height: 100%;
    	visibility: hidden;
    	opacity: 0;
    	pointer-events: none;
    	-webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    	-moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    	transition: visibility 0s 0.3s, opacity 0.3s 0s, z-index 0s 0.3s;
    	overflow: hidden;
    	padding-left: 20px;
    	padding-right: 20px;
    	padding-bottom: 50px;
    }
     
    .cd-modale .cd-modale-content
    {
    	min-height: 100vh;
    	padding: 5%;
    	text-align: left;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    }
     
    .cd-modale p
    {
    	color: white;
    	line-height: 1.6;
    	text-align: left;
    	width:80% !important;
    	margin-left: 10%;
    	margin-right: 10%;
    }
     
    .faire_part a
    {
    	color: #FF8C00 !important;
    }
     
    .faire_part a:hover
    {
    	background-color:#FF8C00;
    	color: black !important;
    	padding-left: 10px;
    	padding-right: 10px;
    	margin-left: 10px;
    	margin-right: 10px;
    }
     
    .cd-modale h1
    {
    	font-size: 6vw;
    	color: white;
    	line-height: 1;
    	text-align: left;
    	width:100% !important;
    }
     
    /* ------------ */
    /* photos */
    .imagedemoi img
    {
    	width:48%;
    	position: relative;
    	float: right;
    	margin-left: 1%;
    }
     
    .logo_lddcimg
    {
    	width:49%;
    	float: left;
    	margin-top: 0px;
    	margin-top: 10px;
    	margin-right: 1%;
    	margin-bottom: 35px;
    }
     
    @media only screen and (max-width: 768px)
    {
    	.imagedemoi img
    	{
    		width:100%;
    	}
     
    	.logo_lddcimg
    	{
    		width:100%;
    	}
    }
     
    /* -------------------------------------- */
    .modale-is-visible .cd-modale
    {
    	background: black;
    	z-index:999 !important;
    	overflow-y:auto !important;
    	-webkit-overflow-scrolling: touch;
    	visibility: visible;
    	opacity: 1;
    	pointer-events: auto;
    	-webkit-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    	-moz-transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    	transition: visibility 0s 0s, opacity 0.3s 0s, z-index 0s 0s;
    }
     
    @media only screen and (min-width: 768px)
    {
    	.cd-modale .cd-modale-content
    	{
    		padding: 4em;
    		font-size: 3rem;
    		line-height: 2;
    	}
    }
     
    @media only screen and (min-width: 992px)
    {
    	.cd-modale .cd-modale-content
    	{
    		padding: 6em;
    	}
    }
     
    .cd-modale-action
    {
    	position: relative;
    }
     
    .cd-modale-action .btn, .cd-modale-action .cd-modale-bg
    {
    	display: inline-block;
    	height: 4em;
    	background-color: black;
    	border-radius: 0;
    }
     
    .cd-modale-action .btn
    {
    	width: 12.5em;
    	line-height: 3em;
    	white-space: nowrap;
    	font-weight: 700;
    	margin-top: 30px;
    	-webkit-font-smoothing: antialiased;
    	-moz-osx-font-smoothing: grayscale;
    	-webkit-transition: color 0.2s 0.3s, width 0.3s 0s;
    	-moz-transition: color 0.2s 0.3s, width 0.3s 0s;
    	transition: color 0.2s 0.3s, width 0.3s 0s;
    	margin-bottom: 20px;
    }
     
    .cd-modale-action .btn.to-circle
    {
    	width: 4em;
    	color: transparent;
    	-webkit-transition: color 0.2s 0s, width 0.3s 0.2s;
    	-moz-transition: color 0.2s 0s, width 0.3s 0.2s;
    	transition: color 0.2s 0s, width 0.3s 0.2s;
    }
     
    .cd-modale-action .cd-modale-bg
    {
    	position: absolute;
    	z-index: 1;
    	left: 50%;
    	top: 0;
    	width: 4em;
    	border-radius: 50%;
    	opacity: 0;
    	visibility: hidden;
    	-webkit-transform: translateZ(0);
    	-moz-transform: translateZ(0);
    	-ms-transform: translateZ(0);
    	-o-transform: translateZ(0);
    	transform: translateZ(0);
    	-webkit-transform: translateX(-2em);
    	-moz-transform: translateX(-2em);
    	-ms-transform: translateX(-2em);
    	-o-transform: translateX(-2em);
    	transform: translateX(-2em);
    	-webkit-transition: visibility 0s 0.5s;
    	-moz-transition: visibility 0s 0.5s;
    	transition: visibility 0s 0.5s;
    }
     
    .cd-modale-action .cd-modale-bg.is-visible
    {
    	opacity: 1;
    	visibility: visible;
    }
     
    /* ------------ */
    .cd-modale-close
    {
    	position: fixed;
    	z-index: 1;
    	top: 10px;
    	right: 30px;
    	height: 30px;
    	width: 30px;
    	background: url(../imgs/close.gif) no-repeat center center;
    	background-size: cover;
    	/* image replacement */
    	overflow: hidden;
    	text-indent: 100%;
    	white-space: nowrap;
    	visibility: hidden;
    	opacity: 0;
    	-webkit-transform: translateZ(0);
    	-moz-transform: translateZ(0);
    	-ms-transform: translateZ(0);
    	-o-transform: translateZ(0);
    	transform: translateZ(0);
    	-webkit-transform: scale(0);
    	-moz-transform: scale(0);
    	-ms-transform: scale(0);
    	-o-transform: scale(0);
    	transform: scale(0);
    	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    	transition: transform 0.3s 0s, visibility 0s 0.3s, opacity 0.3s 0s;
    }
     
    .no-touch .cd-modale-close:hover
    {
    	background: url(../imgs/closover.gif) no-repeat center center;
    	background-size: cover;
    }
     
    .modale-is-visible .cd-modale-close
    {
    	visibility: visible;
    	opacity: 1;
    	-webkit-transition: -webkit-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    	-moz-transition: -moz-transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    	transition: transform 0.3s 0s, visibility 0s 0s, opacity 0.3s 0s;
    	-webkit-transform: scale(1);
    	-moz-transform: scale(1);
    	-ms-transform: scale(1);
    	-o-transform: scale(1);
    	transform: scale(1);
    }
     
    .txt-rotate
    {
    	font-family:"Courier New", Courier, monospace;
    	color: #FF8C00;
    }
     
    .bio h1
    {
    	font-family:"Courier New", Courier, monospace;
    	font-size: 6em;
    	color: #FF8C00;
    	margin-left: 2%;
    }
     
    .bio h2
    {
    	font-family:"Courier New", Courier, monospace;
    	font-size: 5em;
    	line-height: 1em;
    	color: #FF8C00;
    	text-align: left;
    	margin-left: 10%;
    }
     
    @media screen and (max-width: 640px)
    {
    	.txt-rotate
    	{
    		line-height: 2em;
    	}
     
    	.bio h1
    	{
    		font-size: 2em;
    		line-height: 2em;
    	}
     
    	.cd-modale p
    	{
    		font-size: 1.4em;
    		width:80% !important;
    		margin-left: 10%;
    		margin-right: 10%;
    	}
     
    	.bio h2
    	{
    		font-size: 4em;
    	}
    }
     
    @media screen and (min-width: 1024px)
    {
    	.bio h2
    	{
    		font-size: 6em;
    	}
    }
     
    /* -------------------------------------- */
    Merci beaucoup.
    Bonne soirée

  7. #7
    Modérateur

    Avatar de NoSmoking
    Homme Profil pro
    Inscrit en
    Janvier 2011
    Messages
    17 118
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations forums :
    Inscription : Janvier 2011
    Messages : 17 118
    Points : 44 952
    Points
    44 952
    Par défaut
    J'ai encore du faire une bêtise
    rien d’anormal dans ton code, et en absence de contexte d'utilisation je dirais que le soucis est autre !

    J'ai déjà eu des problèmes avec des caractères « non imprimables » qui invalidés certaines règles mais sans jamais avoir pu les mettre en évidence, peut-être que le soucis venait de là !

  8. #8
    Membre du Club
    Homme Profil pro
    Webdesigner
    Inscrit en
    Janvier 2013
    Messages
    185
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Webdesigner
    Secteur : Arts - Culture

    Informations forums :
    Inscription : Janvier 2013
    Messages : 185
    Points : 67
    Points
    67
    Par défaut
    Bonjour NoSmoking,
    Merci beaucoup... strange !
    Bonne fin de journée,
    ED

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [XL-2013] VBA EXCEL HTML span class= tableLink
    Par NLEMEE dans le forum Macros et VBA Excel
    Réponses: 8
    Dernier message: 28/03/2017, 11h58
  2. [RegExp] Regex effacer <span class="*" __ >
    Par goldor dans le forum Général JavaScript
    Réponses: 5
    Dernier message: 02/12/2015, 17h02
  3. Réponses: 2
    Dernier message: 30/03/2012, 12h45
  4. Réponses: 7
    Dernier message: 30/12/2006, 17h13

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo