[css-d] Going from tables to divs...help!

2010-06-09 Thread Ellen Heitman
I'm trying to get this page (new way, am converting to divs and semantic
markup):

http://www.pottersignal.com/default_tableless.html

to look like this page (old way, using table structure):

http://www.pottersignal.com/

I cannot for the life of me get the menu to center and lengthen itself to
the proper width (760px). I think I have a poorer grasp on positioning and
floats than I thought. :/

Can someone help me? What am I doing wrong?

Thanks!

ellen
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] Going from tables to divs...help!

2010-06-09 Thread Peter Coates
I think you want to have padding-left:10px;width:760; specified for
#divisions.  I do not understand why you need to state the width for the ul,
but it makes the page work.

Peter

-Original Message-
From: css-d-boun...@lists.css-discuss.org
[mailto:css-d-boun...@lists.css-discuss.org] On Behalf Of Ellen Heitman
Sent: June-09-10 9:41 AM
To: css-d@lists.css-discuss.org
Subject: [css-d] Going from tables to divs...help!

I'm trying to get this page (new way, am converting to divs and semantic
markup):

http://www.pottersignal.com/default_tableless.html

to look like this page (old way, using table structure):

http://www.pottersignal.com/

I cannot for the life of me get the menu to center and lengthen itself to
the proper width (760px). I think I have a poorer grasp on positioning and
floats than I thought. :/

Can someone help me? What am I doing wrong?

Thanks!

ellen
__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


__
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/