I’ve been trying to figure this one out for a while now. Any help would be appreciated !
I can’t seem to find a way to properly scale my text and an image button s according to the resolution and the browser size. I tried applying various techniques such as CSS, Jquery, and even made the font size scale down as the browser window’s being re-sized. How can I make all layers dynamic so when resized the whole thing, all divs stay in sync ?
Thank you!
I would suggest looking into responsive web design. The whole idea is to create a website that is suitable under a variety of viewing environments.
This episode of doctype.tv has a good introduction then check out this article on elated.com that will give you a better understanding of it.
Good luck and I hope this helps!