<--[if ie]> <![endif]-->
what is the mozilla firefox code? i researched this and came up with
<--[if Gecko]> <![endif]-->
But it is not working.
i am linking the cascading style sheets to my html page.
like this-
index.html
<html> <head> <title>Moz</title> <!--[if Gecko]> <link href="CSS/index.css" rel="stylesheet" type="text/css"> <![endif]--> </head> <body> <hgroup> <h1>text 1</h1> <h2>text 2</h2> </hgroup> </body> </html>
index.css
@charset "utf-8";
/* CSS Document */
body{/* background image and settings */
background-image:url('../images/background.png');
background-repeat:repeat-y;
background-size:1345px;
}
hgroup {/* text center */
text-align:center;



Help
Back to top









