I’m trying to make a 30×30 pixel box. I don’t care if it uses a button, a, span, whatever.
I can’t get anything to show up uniformly across all browsers.
Here are the requirements:
-
Must append to the end of an
existing line (no line breaks) -
Must be able to assign click events in jQuery
-
Must be a square
-
Appears flat with no sort of bevel
You should be able to achieve what you want simply by styling an ‘A’ tag in your css.
CSS:
HTML:
See working example: http://jsfiddle.net/fQP6J/1/