Jump to content

itusvirus

Members
  • Posts

    1
  • Joined

  • Last visited

itusvirus's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I have a question for those of you familiar with the Html5 boilerplate by Paul Irish & friends. How do I add a hyperlink to this image replacement technique? Where in the HTML lines marked with the .ir helperclass do I add the href? I really also need my image to be a button. The way I tried, made the whole width of the container div a button. Probably because I added the href too early in the code. Trying to include it within the ir class makes the hyperlink be replaced by the image. I feel very stupid not being able to figure it out. I must have overlooked something. Pls help!The CSS looks line this: .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }Now all I need is my image to be clickable.
×
×
  • Create New...