Re: Placing Element in the Middle of the client screen

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



This looks as if it uses a table:

<table width="100%" height="100%" name="loaderTable">
<tr>
<td align="center">

Guus Ellenkamp wrote:
> Look at our site: http://www.designs.activediscovery.net. Not easy to
> achieve. We use Javascript. You can also use a table.
>
> "Angel" <Angel@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
> news:5861307E-5BC4-4764-A76E-4A9E0861AEC0@xxxxxxxxxxxxxxxx
>> I would like to put an HTML Element in the middle of the web page?
>> It needs to take into account the size of the HTML Element so it
>> exactly places the element in the middle of the client area. If
>> anyone has code to do this I would greatly appreciate it.
>>
>> thanks

--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


.



Relevant Pages

  • Re: How do I access the object instance from within class
    ... Problem is when I generate a table row and add the javascript method ... var dtl = new DynamicTableList("table1", ... line is resolved at runtime and so point to the HTML element that was ... need for the 'thisC' technique above. ...
    (comp.lang.javascript)
  • Re: IE - Insert newline into
    ?
    ... Impossible, javascript does not run inside a html element, ... I have some scope resolver to resolve expected. ... My bio-parser errors out over this sentence. ...
    (comp.lang.javascript)
  • class attribute
    ... attribute of an HTML element to a specific value using javascript, ... Thanks in anticipation. ... Prev by Date: ...
    (comp.lang.javascript)
  • What is a div class="selection"
    ... I am trying to change the selection in Javascript - but this HTML element is ... not a standard option control. ...
    (comp.lang.javascript)
  • Re: I dont get javascript. How do you use it?
    ... I just finished reading two articles about javascript here: ... Use the OnClientClick property to create a client side onclick event. ... Or use an html element instead: ... Some browsers expose the elements with an id as properties in the document, but you should use the getElementById to access them to write code that works in all browsers. ...
    (microsoft.public.dotnet.framework.aspnet)