PC Review


Reply
Thread Tools Rate Thread

Control bottom right hand corner of screen Dotnet

 
 
csgraham74
Guest
Posts: n/a
 
      5th Aug 2005
Hi guys,

I ve created a web control - i want to make sure that it always sits at
the very bottom of the browser screen. How can i achieve this. Ive been
playing about with tables etc.. in html but moving the vertical align
affects all other controls tables etc. on the screen.

basically can i force a control or table to be at the bottom of the
screen ???

thanks

CG

 
Reply With Quote
 
 
 
 
Grant Merwitz
Guest
Posts: n/a
 
      5th Aug 2005
Make a table that spans 100% width and 100% height.
Also make 2 rows
In the second row, set its height to like 90%, or even 99% to push that
button to the bottom.

You should now have your button at the bottom right of the screen.

So:


<table width=100% height=100%>
<tr height="90%>
<td>
<!-- all your content goes here -->
</td>
</tr>
<tr>
<td align="right">
<!--- BUTTON ON BOTTOM RIGHT GOES HERE -->
</td>
</tr>
</table>


"csgraham74" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi guys,
>
> I ve created a web control - i want to make sure that it always sits at
> the very bottom of the browser screen. How can i achieve this. Ive been
> playing about with tables etc.. in html but moving the vertical align
> affects all other controls tables etc. on the screen.
>
> basically can i force a control or table to be at the bottom of the
> screen ???
>
> thanks
>
> CG
>



 
Reply With Quote
 
csgraham74
Guest
Posts: n/a
 
      11th Aug 2005
Thanks very much for that.

It worked a treat

C

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: Internet Explorer 7 'error on page' at the bottom of left hand corner of screen Frank Saunders MS-MVP IE,OE/WM Windows Vista Mail 0 28th May 2008 01:43 PM
Re: Internet Explorer 7 'error on page' at the bottom of left hand corner of screen mac Windows Vista Mail 0 28th May 2008 01:30 AM
Re: Internet Explorer 7 'error on page' at the bottom of left hand corner of screen Gary VanderMolen Windows Vista Mail 0 27th May 2008 10:00 PM
Open form on bottom right hand corner of Access Screen SurveyorinVA via AccessMonster.com Microsoft Access Form Coding 3 5th Dec 2007 08:15 PM
The icons in the bottom right-hand corner Saleem Chauhan Windows XP Basics 1 22nd Oct 2003 11:23 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:29 AM.