I want to create an expandable bar..like those website which have a bar containing links like sig up etc. My problem is that i don't know how to make the bar adjust it self according to the browser size. I mean that if the browser size increases then the size of the bar should also increase and if the browser window is small then the bar shoul adjuct it self to that size.
If you make the bar as a table, and set the width to 90% (or similar) it will automatically expand to fill the screen. This will result in everything in the bar being more spaced out, though, but it should do what you are looking for.