It's not live. I can post the HTML if you'd like. But you are
correct in that there are no syntax errors.
<!doctype html>
<!--[if lt IE 7]> <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]><!--> <html class="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta name="viewport"
content="width=device-width, initial-scale=1">
<title>The Law Offices of Henry J. Nunez</title>
<link href="boilerplate.css"
rel="stylesheet" type="text/css">
<link href="personal.css" rel="stylesheet" type="text/css">
<link href="imageslider.css"
rel="stylesheet" type="text/css">
<link href="necessary.css"
rel="stylesheet" type="text/css">
<!--
To learn more about the conditional comments around the html tags
at the top of the file:
paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/
* insert the link to your js here
* remove the link below to the html5shiv
* add the "no-js" class to the html tags at the top
* you can also remove the link to respond.min.js if you included
the MQ Polyfill in your modernizr build
-->
<!--[if lt IE 9]>
<![endif]-->
</head>
<body>
<div class="gridContainer clearfix">
<div class="header">
<p
class="bannertext">The Law Offices of</p>
<h2 class="bannertext">Henry
<span class="thej">J</span> Nunez</h2>
</div>
<div class="navigation">
<p
class="navigationhome">Home | Attorney Profile | Contact</p>
</div>
<div class="horizontalline">
</div>
<div class="slider-viewer">
<div class="slide-group">
</div>
<div class="slide slide-0"><img
name="profile" src="Images/HJNpic.jpg"
width="336" height="241" alt="Profile Pic></div>
<div class="slide
slide-1"><img name="immigration"
src="" width="336" height="241" alt="Immigration"></div>
<div class="slide
slide-2"><img name="happypeople"
src="" width="336" height="241"
alt="Happy People"></div>
<div class="slide-buttons">
</div>
</div>
<div class="immigrationinfo">
<p>Immigration</p>
</div>
</div>
<script src="untitled-1.js"></script>
</body>
</html>