Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Playing around with Drew Wilson's atvImg = 'AppleTV Image' Reply To: Playing around with Drew Wilson's atvImg = 'AppleTV Image'

#210555
michaellee
Participant

I’m not quite sure what you meant by “render fine” for me the images didn’t show up at all. By adding http:// which was missing from the src, I got the images to load correctly from your server

http://codepen.io/michaellee/pen/JYaRXq

Q2: So h1 doesn’t create a link. All it does is create a text header. Instead you want to use an anchor tag <a href="http://google.com">Text</a>. I’d wrap it around all the divs marked for layers. See pen above for reference.

Q3. I personally like this solution.

Cheers!