× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



From: "Burke, Joel"
I would like to maintain the same row positioning ...


Yea, that sounds like a call for absolute positioning or a font where each character has a fixed width like what you get with <pre> tags.

If you need to go with absolute positioning, my inclination would be to assign each element a row and column attribute in the HTML file, and use a generic Javascript routine at runtime to actually perform the positioning when the page is loaded, and when the window is resized. Use tags like like:

<input name="COST" row="2" column="10">

But have the JavaScript routine calculate where row and column are in the window. For brevity sake, you might want to reduce row to "r" and column to "c". The element getAttribute() method can be used to return row and column values at runtime.

Nathan.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Follow-Ups:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.