Voici mon code HTML :
<html>
<f:view>
<head>
<title><h:outputText
value="#{bundle_text['text.index_jsp.title']}" /></title>
<link href="http://localhost:8080/JSF-VALIDATION/style_jsf.css" rel="stylesheet" type="text/css">
</head>
<body>
<table class="titleFrame">
<tr>
<td class="title"><h:outputText
value="#{bundle_text['text.index_jsp.title']}" /></td>
</tr>
</table> |
Voici la stylesheet associée :
#index page
table.titleFrame {background-color: #FF8080; border: red}
td.title {color: black; font-weight: bold} |
Le text de "<h:outputText
value="#{bundle_text['text.index_jsp.title']}" />" apparaît bien en gras (le style de td est bien pris en compte) mais le fond n'est pas rouge ! (la class "titleFrame" marche pas). Or si je fais un copier coller dans un attribut "style" avec la balise <table>, ca marche ! Pourquoi ma css est à moitié linkée alors