Hi,
This is what I have at http://www.hairattheritz.com/untitled.html
I love the way it resizes for various screen sizes, however I cannot find a way to make it link to the home page. Even the no script link I've tried doesn't work...
<figure id="logo"><div data-picture data-alt="Hair at the Ritz logo">
<div data-src="images/hatr_logo_s.png " class="onclick-link" href="index.htm l"> </div>
<div data-src="images/hatr_logo_m.png " data-media="(min-width: 45em)"> </div>
<div data-src="images/hatr_logo.png" data-media="(min-width: 60em)"></div>
<noscript>
<img src="images/hatr_logo.png" alt="Hair at the Ritz Logo" name="logo" id="logo">
</noscript>
</div>
</figure>
I'm hoping this is a simple <a href="index.htm l"> </a> fix...somewhere
Thanks
This is what I have at http://www.hairattheritz.com/untitled.html
I love the way it resizes for various screen sizes, however I cannot find a way to make it link to the home page. Even the no script link I've tried doesn't work...
<figure id="logo"><div data-picture data-alt="Hair at the Ritz logo">
<div data-src="images/hatr_logo_s.png " class="onclick-link" href="index.htm l"> </div>
<div data-src="images/hatr_logo_m.png " data-media="(min-width: 45em)"> </div>
<div data-src="images/hatr_logo.png" data-media="(min-width: 60em)"></div>
<noscript>
<img src="images/hatr_logo.png" alt="Hair at the Ritz Logo" name="logo" id="logo">
</noscript>
</div>
</figure>
I'm hoping this is a simple <a href="index.htm l"> </a> fix...somewhere
Thanks
Comment