The IWDN

Advanced Search





You are not logged in.

IWDN Forum Index > Web Development > Web Design, Structure and Style >> Centering in Firefox

Reply
 
Thread Tools
Old January 25th, 2006, 14:59   #1
Corey Bryant's Avatar
Corey Bryant
IWDN Admin
 
Join Date: Nov 2004
Location: Castle Rock, CO
Posts: 2,187
Centering in Firefox

I am using
Code:
body, html
{
	background-color: #fff;
	margin: 0px auto;
	font-size: 1em; 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	color:#000;
	text-align: center;
}
and I thought that would center it in Firefox but I missed something? What?

Thanks!
__________________
Corey
My Merchant Account Blog | Expression Web Blog
Corey Bryant is offline   Reply With Quote
Old January 25th, 2006, 15:06   #2
the_pm's Avatar
the_pm
Vision - Action = Bovine Excrement
 
Join Date: Oct 2004
Posts: 10,252
Set margin:0 and padding:0.

Then, apply the margin:0 auto to a container inside the body of the site, maybe have a rule for #wrapper, and put a <div id="wrapper"></div> around the entire page.

For wrapper, you'll need to specify a width, or else it will default to 100%, wihch will nullify the margins necessary to center your design.
__________________
"It's not that a plateau is a bad place to be. It's just that sometimes, it gets a little too comfortable."

- Paul Hirsch, IWDN Administrator


THE RESULTS ARE IN! Read about the Great Search Engine Experiment.
the_pm is offline   Reply With Quote
Old January 25th, 2006, 15:12   #3
Corey Bryant's Avatar
Corey Bryant
IWDN Admin
 
Join Date: Nov 2004
Location: Castle Rock, CO
Posts: 2,187
That was what I was missing - the extra layer. Thanks!!
__________________
Corey
My Merchant Account Blog | Expression Web Blog
Corey Bryant is offline   Reply With Quote
Old January 25th, 2006, 15:27   #4
the_pm's Avatar
the_pm
Vision - Action = Bovine Excrement
 
Join Date: Oct 2004
Posts: 10,252
Sure thing Corey
__________________
"It's not that a plateau is a bad place to be. It's just that sometimes, it gets a little too comfortable."

- Paul Hirsch, IWDN Administrator


THE RESULTS ARE IN! Read about the Great Search Engine Experiment.
the_pm is offline   Reply With Quote
Old January 26th, 2006, 15:31   #5
Tjobbe's Avatar
Tjobbe
Coolest dog in the world..
 
Join Date: Oct 2004
Location: Banbury, UK
Posts: 2,228
Same thing but for easy reference:

http://www.iwdn.net/showthread.php?t=1860
Tjobbe is offline   Reply With Quote
Reply


Thread Tools

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
Forum Jump