How do I position an element so that it acts like both 'absolutely' & 'relatively' positioned at the same time? - CSS
- by marcamillion
You can see the implementation here: http://jsfiddle.net/BMWZd/25/
When you click on one of the names in Box#1, you will see the circle in the top left corner of the box move up and down.
How do I stop that? While also, making sure that it shows in the top left corner of each of the boxes on all browser sizes?
So position:absolute will keep it…