I have a web based application and i want the objects (i.e. textboxs, labels) to be locked into position. If i resize the window it rearranges everything amd starts looking sloppy. Any help?

Recommended Answers

All 3 Replies

Hi there.

please position your page with % instead of px, pt, em or any other measurement.

if you use percentage the page will adapt to the sizr of the window.

regards,

>please position your page with % instead of px, pt, em or any other measurement.

you dont have to please for that :D

I have a web based application and i want the objects (i.e. textboxs, labels) to be locked into position. If i resize the window it rearranges everything amd starts looking sloppy. Any help?

Either use absolute positioning or relatively absolute positioning, if you are not clear with these terms, search google.

commented: Good clear advice +2
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.