IT Community - Software Programming, Web Development and Technical Support

How can i set div position to screen center(in all resulotions)

This is a discussion on How can i set div position to screen center(in all resulotions) within the ASP and ASP.NET Programming forums, part of the Web Development category; hi all, In my aspx page I have a div. How can I set it's position (in all resolution) ...


Go Back   IT Community - Software Programming, Web Development and Technical Support > Web Development > ASP and ASP.NET Programming

Register FAQ Members List Calendar Mark Forums Read
  #1 (permalink)  
Old 12-20-2007, 02:31 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default How can i set div position to screen center(in all resulotions)

hi all,

In my aspx page I have a div. How can I set it's position (in all resolution) to screen/browser center?

Thx
KiruthikaSambandam

Last edited by KiruthikaSambandam : 12-20-2007 at 02:39 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
  #2 (permalink)  
Old 12-20-2007, 02:37 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: How can i set div position to screen center(in all resulotions)

screen DOM is used to find the Resolution

screen.width
screen.height

or

window.screen.width
window.screen.height

Use this to find the resolution
__________________
The KINGMAKER
Makes Every Thing Possible

Stuffs (My Blog)
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 12-20-2007, 02:47 AM
KiruthikaSambandam KiruthikaSambandam is offline
D-Web Analyst
 
Join Date: Aug 2007
Posts: 332
KiruthikaSambandam is on a distinguished road
Default Re: How can i set div position to screen center(in all resolutions)

Hi,

i want to set div position to screen center in all resolutions , i dont want to find resolutions,

Thx
kirthika
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 12-20-2007, 04:22 AM
kingmaker kingmaker is offline
D-Web Genius
 
Join Date: Jun 2007
Posts: 882
kingmaker is on a distinguished road
Send a message via Yahoo to kingmaker
Default Re: How can i set div position to screen center(in all resulotions)

try this two methods

Method1:

Quote:
<div id="test" style="width:100px;height:100px;background-color:#000000;vertical-align:middle;">sadfsadf</div>
<div id="test1" style="left:100px;top:100px;">sadfsadf</div>
<script type="text/javascript">

document.getElementById("test1").style.paddingLeft =screen.width/2
document.getElementById("test1").style.paddingTop= screen.height/2-250;
</script>
</body>
Method 2:

Quote:
<div id="test" style="width:100px;height:100px;background-color:#000000;vertical-align:middle;">sadfsadf</div>
<div id="test1" style="left:100px;top:100px;">sadfsadf</div>

<script type="text/javascript">

document.getElementById("test1").style.paddingLeft =document.body.clientWidth/2;
document.getElementById("test1").style.paddingTop= document.body.clientHeight/2-150;
</script>
__________________
The KINGMAKER
Makes Every Thing Possible

Stuffs (My Blog)

Last edited by kingmaker : 12-20-2007 at 04:27 AM.
Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Tool Tip Position Problem in Asp:DataGrid Sundaram ASP and ASP.NET Programming 2 03-18-2008 10:35 PM
Quality Center 9.1 alternate views therealmikenelson Testing Tools 0 01-25-2008 11:36 AM
How to gain position on Yahoo Torner Yahoo 2 12-27-2007 10:18 AM
Zoom MovieClip at center senraj Flash Actionscript Programming 1 10-22-2007 05:01 AM
Protecting a data center vadivelanvaidyanathan Server Management 0 08-08-2007 12:48 AM


All times are GMT -7. The time now is 06:15 PM.


Copyright ©2004 - 2007, DiscussWeb. All Rights Reserved.

SEO by vBSEO 3.0.0