| Programming | Newsgroup Tips & Tricks | CubeCart Stuff |
| Subject: Re: How to put a line of text at the bottom of the screen |
| From: "Kevin T. Ryan" |
| Date: Sat, 24 Sep 2005 18:11:13 -0400 |
| Newsgroups: comp.lang.java.javascript |
| X-Mozilla-Status: 0011 |
| X-Mozilla-Status2: 00000000 |
| Path: bigbe2.bellsouth.net!bigfeed.bellsouth.net!news.bellsouth.net!news.glorb.com!border1.nntp.dca.giganews.com!nntp.giganews.com!local01.nntp.dca.giganews.com!nntp.comcast.com!news.comcast.com.POSTED!not-for-mail |
| NNTP-Posting-Date: Sat, 24 Sep 2005 17:11:10 -0500 |
| Organization: GetYourselfAHorse.com, LLC |
| User-Agent: Pan/0.14.2.91 (As She Crawled Across the Table (Debian GNU/Linux)) |
| Message-ID: |
| Newsgroups: comp.lang.java.javascript |
| References: <4332544a$0$2702$e4fe514c@dreader12.news.xs4all.nl> |
| MIME-Version: 1.0 |
| Content-Type: text/plain; charset=ISO-8859-1 |
| Content-Transfer-Encoding: 8bit |
| Lines: 18 |
| NNTP-Posting-Host: 67.165.91.38 |
| X-Trace: sv3-ROj19EPS+Aqtj2HMdBeoEBrtLZsAzTiCuvVrYpKTiaPMP+7zr7oxbRQX28AiwlppsWxmxEiIfoFvsax!hT6KOfYcE4sQOh/xBD8JfxFU4RcE5lnjqC8e93NNNtgE6n5HF3TkY+AJ110ywOXjpKk8F5gQqy20!KM0= |
| X-Complaints-To: abuse@comcast.net |
| X-DMCA-Complaints-To: dmca@comcast.net |
| X-Abuse-and-DMCA-Info: Please be sure to forward a copy of ALL headers |
| X-Abuse-and-DMCA-Info: Otherwise we will be unable to process your complaint properly |
| X-Postfilter: 1.3.32 |
| Xref: bigfeed.bellsouth.net comp.lang.java.javascript:120689 |
No need for javascript. As another poster noted, use a div such as:
<div id="bottomtext">Line of text you want at bottom</div>
Then style it as such (i.e., with CSS):
div#bottomtext { position: absolute; bottom: 0; }
On Thu, 22 Sep 2005 06:50:51 +0000, dries wrote:
HI All, I am looking for a way to put a line of text at the bottom of the screen, regardless of the currrent resolution used. Have searched the web but cannot find anythign on this, can somebody help me with it? Many thanks! Dries Bessels