<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0" xmlns:xsl="http://ift.tt/tCZ8VR">
<xsl:output method="html" encoding="utf-8" doctype-public="-//W3C//DTD XHTML 1.0 Transitional//EN" doctype-system="http://ift.tt/kkyg93"/>
<xsl:template match="/">
<html xmlns="http://ift.tt/lH0Osb">
<!--[if lt IE 7]> <xsl:stylesheet xmlns:xsl="http://ift.tt/tCZ8VR" version="1.0">
<xsl:output method="html"/>
<xsl:template match="/">
<html class="ie6 oldie"><![endif]-->
<!--[if IE 7]> <html class="ie7 oldie"> <![endif]-->
<!--[if IE 8]> <html class="ie8 oldie"> <![endif]-->
<!--[if gt IE 8]><!-->
<!--<![endif]-->
<head>
<link href="menupage-main.css" rel="stylesheet" type="text/css">
</link>
<link href="boilerplate.css" rel="stylesheet" type="text/css">
</link>
<link href="food_menu.css" rel="stylesheet" type="text/css">
</link>
<style type="text/css">
body {
background-color: #2D2C2C;
background-image: url(background.jpg);
width:100%;
height:100%;
}
body,td,th {
color: #F0E199;
}
</style>
<!--[if lt IE 9]>
<script src="http://ift.tt/oHTnA7"></script>
<![endif]-->
<script src="respond.min.js"></script>
</head>
<body>
<DIV STYLE="background-image: url(background.jpg); background-size:200% 500%">
<div class="gridContainer clearfix">
<div id="header" class="fluid">
<p align="center"><img src="header.jpg" alt="banner" width="100%" > </img></p>
</div> </div>
This is part of my XSL code which has got html code in it it needs to work in Google chrome too. The xml data fro this does not view in Google chrome for some reason. However it does in other browsers.
Aucun commentaire:
Enregistrer un commentaire