Web Design Forum  
 
Go Back   Web Design Forum > Web and Graphic Design > Web Design

Reply
 
LinkBack Thread Tools Display Modes
Old 06-20-2007, 09:57 PM   #1 (permalink)
New Member
 
Join Date: Jun 2007
Posts: 1
Default Centering DIV elements within browser when resizing

I have recently seen the light and have switched from tables to DIV tags for positioning elements. I am having one problem: When I used tables, I could easily center the table in the browser (when browser is re-sized), but am unable to figure out how to center the elements within DIV tags when viewing in a browser. Any assistance would be greatly appreciated.
mikerainey is offline   Reply With Quote
Old 06-20-2007, 11:47 PM   #2 (permalink)
suz
Moderator
 
Join Date: Dec 2004
Posts: 378
Default

In your css file you could try:

#page {
text-align: center;
}

"Page" is the div ID
Now that I read your questions again I'm not sure if I understood it correctly but anyway.
__________________
Art for the web - Web page templates
The work from home blog
suz is offline   Reply With Quote
Old 06-23-2007, 04:56 PM   #3 (permalink)
Bronze Member
 
Join Date: Jun 2007
Location: IL
Posts: 48
Send a message via AIM to bcackerman
Default

ya, this sometimes doesnt work, so what you'll want to do is this

<div style="width:___px; position:relative; margin:0px auto;>
</div>

that makes it so the div is centered no matter what browser your using. (you'll need to enter your width there)
__________________
[SIGPIC][/SIGPIC]
bcackerman is offline   Reply With Quote
Old 06-23-2007, 04:58 PM   #4 (permalink)
Bronze Member
 
Join Date: Jun 2007
Location: IL
Posts: 48
Send a message via AIM to bcackerman
Default

wait ya, haha, i didnt read the post correctly, lol, Suz is right just a basic text-align is necessary
__________________
[SIGPIC][/SIGPIC]
bcackerman is offline   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

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


All times are GMT. The time now is 10:37 AM.


Computer Forum - TechZine - Webpage Design

 
Powered by vBulletin® Version 3.7.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.