Go Back   HTMLCenter Web Development Forums > Web Design and Development > Programming and Scripting

Reply
 
LinkBack Thread Tools Rate Thread Display Modes
  #1 (permalink)  
Old 01-16-2006, 11:20 PM
Registered User
 
Join Date: Oct 2005
Posts: 1
Help centering elements on page in CSS

Hi, I'm trying to make a tableless layout with CSS where I have a banner on top, a drop-down navigation underneath, and then a third area for content (as noted by the two boxes).

Now the first problem I'm having is that the banner isn't centering, even though I used
margin: auto; Plus it's on top of the the navigation menu.

Second, I tried using a box-model hack I found from a tutorial to center the banner, menu, and content area in the container but I'm getting results that are off-centered in Netscape, and Opera. Of course it looks fine in IE. I'm on a Windows machine BTW.

I'm getting frustrated at this point. Can anyone please correct my code and show me where exactly I'm missing the plot? I need to understand this so I don't wind up reverting to tables. Thanks.

Link to my page
Reply With Quote

  #2 (permalink)  
Old 01-21-2006, 08:26 PM
Till's Avatar
Administrator
 
Join Date: Jan 2002
Location: Berlin, Germany
Posts: 1,453
Looks fine to me (Firefox here). Did you try text-align?

Till
Reply With Quote
  #3 (permalink)  
Old 04-08-2006, 02:11 PM
cssiscool's Avatar
Registered User
 
Join Date: Apr 2006
Posts: 6
cross-browser horizontal centering. use both methods in your page.

<style type="text/css">
body {
/* center for internet explorer */
text-align:center;
/* center for all other browsers */
margin:0 auto;
}
</style>
Reply With Quote
Reply


Thread Tools
Display Modes 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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
CSS Tips & Tricks - Tutorials and more... Webnauts Programming and Scripting 12 06-20-2007 09:35 PM
html web page with power point slide or flash zillah Graphics and Flash 6 08-24-2006 03:16 AM
css external sheet ammy Programming and Scripting 10 01-05-2006 11:04 AM
CSS & TABLE 1+1=3??? seccondbest Programming and Scripting 9 11-24-2005 02:27 AM
help: user must look at main page first. how? doucetted Programming and Scripting 6 03-23-2005 05:49 PM


All times are GMT -5. The time now is 01:42 PM.

 
KickApps
Clicky Web Analytics


Subscribe to our feed | add to myYahoo!

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0
© 1997-2007 HTMLCenter