déporter mon code CSS

déporter mon code CSS - HTML/CSS - Programmation

Marsh Posté le 21-08-2008 à 16:06:21    

Salut !
 
Je bosse sur un site et je voudrais y inclure un menu horizontal que j'ai trouvé, seulement le code CSS de mon exemple est dans la page HTML et je souhaite le déporter vers mon fichier .css, pourriez-vous m'aider ?
 
Voici la page HTML :
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml2/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title> Stu Nicholls | CSSplay | Professional series #8</title>
<style type="text/css">
/*Credits: CSSpplay */
/*URL: http://www.cssplay.co.uk/menus/pro_eight */
 
.pro8 {padding:0 0 0 32px; margin:0; list-style:none; height:25px; background:#fff url(pro_eight_back.gif); position:relative; border:1px solid #000; border-width:0 1px 1px 1px; border-bottom-color:#444;}
.pro8 li {float:left;}
.pro8 li a {display:block; float:left; height:25px; line-height:23px; background:url(pro_eight_0.gif); color:#fff; text-decoration:none; font-size:11px; font-family:arial, verdana, sans-serif; font-weight:bold; text-align:center; padding:0 0 0 12px; cursor:pointer;}
.pro8 li a b {float:left; display:block; padding:0 12px 0 0; background:url(pro_eight_0.gif) right top;}
.pro8 li.current a {color:#fff; background:url(pro_eight_2.gif);}
.pro8 li.current a b {background:url(pro_eight_2.gif) right top;}
.pro8 li a:hover {color:#000; background:url(pro_eight_1.gif);}
.pro8 li a:hover b {background:url(pro_eight_1.gif) right top;}
.pro8 li.current a:hover {color:#fff; background:url(pro_eight_2.gif); cursor:default;}
.pro8 li.current a:hover b {background:url(pro_eight_2.gif) right top;}
 
</style>
</head>
 
<body>
<ul class="pro8">
<li><a href="#nogo"><b>Home</b></a></li>
<li><a href="#nogo"><b>Privacy Policy</b></a></li>
<li class="current"><a href="#nogo"><b>Products</b></a></li>
<li><a href="#nogo"><b>Where to find us</b></a></li>
<li><a href="#nogo"><b>Contact us</b></a></li>
<li><a href="#nogo"><b>Search</b></a></li>
</ul>
</body>
</html>
 
Je débute vraiment en CSS, un grand merci à vous

Reply

Marsh Posté le 21-08-2008 à 16:06:21   

Reply

Marsh Posté le 21-08-2008 à 16:29:38    

bonjour,
sans préjuger de la validité du css ou pas !
 
à la place de  
<style type="text/css"> ....</style>
 
mettre  
<LINK REL="stylesheet"
  TYPE="text/css"
  HREF="adresse du.css">
 
et dans ce fichier "adresse du.css" :
.pro8 {padding:0 0 0 32px; margin:0; list-style:none; height:25px;....
.....ht_2.gif) right top;}  
 
Cordialement.


---------------
[mon site] [m'écrire]
Reply

Marsh Posté le 21-08-2008 à 17:16:54    

pas de majuscule pour les balises svp.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed