On my website, the header consists of text and a logo. Since the font used is not standard, the text is displayed as an image.
I am looking to create a design in which the elements of the site adjust according to the size of the browser window. Is this what is referred to as fluid design?
My goal is to have the text and logo in the header scale and be evenly spaced horizontally. Specifically, I have 5 letters, followed by the logo, then 5 more letters. Additionally, I want the logo to always be centered on the page.
After researching, I found that there are various methods available to achieve this. However, each method has its own limitations due to the constantly evolving features of HTML and CSS, with CSS playing a bigger role.
As of June 8, 2014, what is the most effective way to accomplish this? =P Of course, I want it to be compatible with as many browsers as possible.