Reputation Activity
-
BJSK reacted to cibgraphics in responsive websiteJust a shameless plug. I created an Air app just for this purpose as well as calculating ems. You can get it at http://cibgraphics.com/projects/responsive-calculator
It's free by the way
-
The href attribute defines the URL to open when the link is clicked. https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/href
It can also be used as an anchor to another element on the screen, by placing the ID of the element you want to anchor to inside the href. Here is an example:
http://codepen.io/anon/pen/LVVRWa
The src attribute is the source of the image file or content you want to display. https://developer.mozilla.org/en-US/docs/Mozilla/Tech/XUL/Attribute/src