[jQuery] Need help on repositioning elements ect...
HI ok I am making a website. I am trying to make the css position
property like left: and top setting ect variable.
That means it can be set to any number.
I plan to use javascript to grab the clients browsers setting and use
some math formula to position the elements and also resize the
element.
I am have a hard time doing this.
I want my website to be shown how it was supposed to be shown.
I also looking for a math formula that would would make it
proportional.
Can I do this or is this not possible at all??
if so then how do you deal with clients display settings??
I know of fluid design but I have seen tutorials about fluid design
using % instead of px which I tried it and it looks ok until the size
of the screen gets big or gets small it would then break borders I
made and images would overlap tables.
I really want my elements fixed but want to make it resize and also
adjust positions based on the clients browser settings so it will look
how I wanted it to look. I don't like the idea using % because the
elements moves and I lose control if it collides with other elements.
I have see websites where no matter what size the screen is all
elements would adjust and resize to the screens resolution.
I just want to know how do you deal with the problem?? And any good
suggestions that could help me do something like this.
the % doesn't make the website look professional because I can't
control the elements from collision with one another.