I have 3 <a> selectors in my <div>. I gave them fixed widths. But they are not stretching to correct widths. They are just stretching to fit to their containing data (texts). But I want them to divide my parent div to 3 cells and I want them to fill it using the assigned widths.
I am attaching an image below. the first image shows what I am getting now and the second image shows what I what.

Here is the fiddle.
use:
display:inline-block;jsfiddle Demo
also : use percents !
http://jsfiddle.net/j6kcJ/4/
latest :
http://jsfiddle.net/j6kcJ/5/