Results 1 to 4 of 4

Thread: Browser client area dimensions

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Feb 1999
    Location
    Leicester, UK
    Posts
    123
    Can I define a table width/height to be the same as the visible client area of the browser?

    My plan is to display a graphic right in the middle of the screen using something like

    <table width="width of visible client area" height="height of visible client area">
    <tr>
    <td align=center valign=center>
    <img src="graphicfile.jpg" blah blah blah>
    </td>
    </tr>

    Or is there a better method of doing what I want?

  2. #2

    Thread Starter
    Lively Member
    Join Date
    Feb 1999
    Location
    Leicester, UK
    Posts
    123
    What? No replies?

    Come on, guys - you can do better than that!

  3. #3
    Hyperactive Member
    Join Date
    Mar 2000
    Posts
    292
    Wouldnt setting the width to 100% acheive the same effect?
    "People who think they know everything are a great annoyance to those of us who do."

  4. #4
    Guest
    Here you go...

    Code:
    <table width=100% height=100%>
    	<tr>
    		<td valign=center align=center>
    			<img src="vc++.jpg">
    		</td>
    	</tr>
    </table>

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width